index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: timer: Use a separate flag for whether timer is inited
Simon Glass
2019-11-03
1
-0
/
+1
*
x86: Add a function to set variable MTRRs
Simon Glass
2019-10-08
1
-0
/
+12
*
x86: Add new common CPU functions for turbo/burst mode
Simon Glass
2019-10-08
1
-0
/
+49
*
x86: Tidy up some duplicate MSR defines
Simon Glass
2019-10-08
1
-63
/
+43
*
x86: Add common functions for TDP and perf control
Simon Glass
2019-10-08
2
-1
/
+19
*
x86: Use a common bus clock for Intel CPUs
Simon Glass
2019-10-08
4
-9
/
+5
*
x86: Add a common function to set CPU thermal target
Simon Glass
2019-10-08
1
-0
/
+11
*
x86: Use a common definition of MSR_IA32_PERF_CTL
Simon Glass
2019-10-08
1
-2
/
+0
*
x86: pci: Drop the first parameter in pci_x86_r/w_config()
Simon Glass
2019-10-08
1
-9
/
+6
*
x86: Move acpi_s3.h to a common location
Simon Glass
2019-10-08
1
-130
/
+0
*
x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT
Simon Glass
2019-10-08
1
-2
/
+1
*
x86: Add various MTRR indexes and values
Simon Glass
2019-10-08
2
-0
/
+23
*
x86: fsp: Save usable RAM and hob_list in the handoff area
Simon Glass
2019-10-08
1
-0
/
+8
*
x86: spl: Reduce priority of the basic SPL image loader
Simon Glass
2019-10-08
1
-2
/
+1
*
x86: pci: Add a function to clear and set PCI config regs
Simon Glass
2019-10-08
1
-0
/
+40
*
x86: Move common Intel CPU info code into a function
Simon Glass
2019-10-08
1
-0
/
+16
*
x86: fsp: Add access to variable MRC data
Simon Glass
2019-10-08
2
-0
/
+16
*
x86: fsp: Add a few more definitions for FSP2
Simon Glass
2019-10-08
1
-1
/
+14
*
x86: Move common fsp functions into a common file
Simon Glass
2019-10-08
2
-10
/
+17
*
x86: fsp: Move common dram functions into a common file
Simon Glass
2019-10-08
1
-0
/
+9
*
x86: fsp: Tidy up comment style a little
Simon Glass
2019-10-08
3
-40
/
+50
*
x86: fsp: Create a common fsp_support.h header
Simon Glass
2019-10-08
2
-116
/
+128
*
x86: Rename some FSP functions to have an fsp_ prefix
Simon Glass
2019-10-08
1
-3
/
+3
*
x86: Move fsp_ffs.h include to fsp_arch.h
Simon Glass
2019-10-08
1
-0
/
+1
*
x86: Move fsp_bootmode.h to the generic fsp directory
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Move fsp_infoheader.h to the generic fsp directory
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Move fsp_hob.h to the generic fsp directory
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Move fsp_fv.h to the generic fsp directory
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Move fsp_types.h to the generic fsp directory
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Move fsp_api.h inclusion out of fsp_support.h
Simon Glass
2019-10-08
2
-1
/
+1
*
x86: Create a new fsp_arch.h header
Simon Glass
2019-10-08
2
-2
/
+21
*
x86: Move fsp_azalia.h to the generic fsp directory
Simon Glass
2019-10-08
2
-2
/
+1
*
x86: Rename existing FSP code to fsp1
Simon Glass
2019-10-08
10
-1
/
+1
*
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
Andy Shevchenko
2019-10-01
1
-1
/
+2
*
x86: tangier: Use spaces over TABs in ASL code
Andy Shevchenko
2019-09-10
1
-13
/
+13
*
x86: tangier: Reserve PCI ECAM in motherboard resources
Andy Shevchenko
2019-09-10
3
-0
/
+28
*
x86: acpi: Annotate struct acpi_table_header with __packed
Andy Shevchenko
2019-09-10
1
-1
/
+1
*
x86: qemu: Support getting high memory size
Bin Meng
2019-09-10
1
-0
/
+11
*
x86: qemu: Extract getting memory size to a separate routine
Bin Meng
2019-09-10
1
-0
/
+7
*
x86: acpi: Slightly reduce binary size of ACPI tables for Tangier
Andy Shevchenko
2019-09-10
2
-3
/
+3
*
x86: Remove x86 specific GD flags as they are not referenced at all
Stefan Roese
2019-08-18
1
-6
/
+0
*
x86: slimbootloader: Set TSC information for tsc_timer
Park, Aiden
2019-08-09
1
-0
/
+28
*
x86: slimbootloader: Add serial driver
Park, Aiden
2019-08-09
1
-0
/
+34
*
x86: slimbootloader: Add memory configuration
Park, Aiden
2019-08-09
1
-0
/
+53
*
x86: Add a common HOB library
Park, Aiden
2019-08-09
3
-219
/
+232
*
x86: lib: fsp: Use EFI_GUID and efi_guid_t
Park, Aiden
2019-08-09
5
-52
/
+46
*
x86: Add new slimbootloader CPU type
Park, Aiden
2019-08-09
1
-1
/
+1
*
x86: acpi: Enable ACPI companion for Intel iDMA 32-bit
Andy Shevchenko
2019-08-09
1
-0
/
+22
*
x86: acpi: Introduce a stub to generate CSRT
Andy Shevchenko
2019-08-09
1
-0
/
+1
*
x86: acpi: Add CSRT description
Andy Shevchenko
2019-08-09
1
-0
/
+31
[prev]
[next]