summaryrefslogtreecommitdiff
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86: Add a CPU init function for TPLSimon Glass2019-11-031-0/+9
* x86: spl: Support init of a PUNITSimon Glass2019-11-031-0/+1
* x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-031-0/+1
* x86: Add a function to set variable MTRRsSimon Glass2019-10-081-0/+12
* x86: Add new common CPU functions for turbo/burst modeSimon Glass2019-10-081-0/+49
* x86: Tidy up some duplicate MSR definesSimon Glass2019-10-081-63/+43
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-082-1/+19
* x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-084-9/+5
* x86: Add a common function to set CPU thermal targetSimon Glass2019-10-081-0/+11
* x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-081-2/+0
* x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-9/+6
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-081-130/+0
* x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass2019-10-081-2/+1
* x86: Add various MTRR indexes and valuesSimon Glass2019-10-082-0/+23
* x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass2019-10-081-0/+8
* x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2019-10-081-2/+1
* x86: pci: Add a function to clear and set PCI config regsSimon Glass2019-10-081-0/+40
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-081-0/+16
* x86: fsp: Add access to variable MRC dataSimon Glass2019-10-082-0/+16
* x86: fsp: Add a few more definitions for FSP2Simon Glass2019-10-081-1/+14
* x86: Move common fsp functions into a common fileSimon Glass2019-10-082-10/+17
* x86: fsp: Move common dram functions into a common fileSimon Glass2019-10-081-0/+9
* x86: fsp: Tidy up comment style a littleSimon Glass2019-10-083-40/+50
* x86: fsp: Create a common fsp_support.h headerSimon Glass2019-10-082-116/+128
* x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-081-3/+3
* x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass2019-10-081-0/+1
* x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass2019-10-082-1/+1
* x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass2019-10-082-1/+1
* x86: Move fsp_hob.h to the generic fsp directorySimon Glass2019-10-082-1/+1
* x86: Move fsp_fv.h to the generic fsp directorySimon Glass2019-10-082-1/+1
* x86: Move fsp_types.h to the generic fsp directorySimon Glass2019-10-082-1/+1
* x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass2019-10-082-1/+1
* x86: Create a new fsp_arch.h headerSimon Glass2019-10-082-2/+21
* x86: Move fsp_azalia.h to the generic fsp directorySimon Glass2019-10-082-2/+1
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-0810-1/+1
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2019-10-011-1/+2
* x86: tangier: Use spaces over TABs in ASL codeAndy Shevchenko2019-09-101-13/+13
* x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko2019-09-103-0/+28
* x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko2019-09-101-1/+1
* x86: qemu: Support getting high memory sizeBin Meng2019-09-101-0/+11
* x86: qemu: Extract getting memory size to a separate routineBin Meng2019-09-101-0/+7
* x86: acpi: Slightly reduce binary size of ACPI tables for TangierAndy Shevchenko2019-09-102-3/+3
* x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese2019-08-181-6/+0
* x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2019-08-091-0/+28
* x86: slimbootloader: Add serial driverPark, Aiden2019-08-091-0/+34
* x86: slimbootloader: Add memory configurationPark, Aiden2019-08-091-0/+53
* x86: Add a common HOB libraryPark, Aiden2019-08-093-219/+232
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-095-52/+46
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-091-1/+1
* x86: acpi: Enable ACPI companion for Intel iDMA 32-bitAndy Shevchenko2019-08-091-0/+22