summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2019-11-03x86: Add a CPU init function for TPLSimon Glass
2019-11-03x86: spl: Support init of a PUNITSimon Glass
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass
2019-10-08x86: Add a function to set variable MTRRsSimon Glass
2019-10-08x86: Add new common CPU functions for turbo/burst modeSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass
2019-10-08x86: Add various MTRR indexes and valuesSimon Glass
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass
2019-10-08x86: pci: Add a function to clear and set PCI config regsSimon Glass
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon Glass
2019-10-08x86: Move common fsp functions into a common fileSimon Glass
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass
2019-10-08x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_hob.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_fv.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_types.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass
2019-10-08x86: Create a new fsp_arch.h headerSimon Glass
2019-10-08x86: Move fsp_azalia.h to the generic fsp directorySimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko
2019-09-10x86: tangier: Use spaces over TABs in ASL codeAndy Shevchenko
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko
2019-09-10x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko
2019-09-10x86: qemu: Support getting high memory sizeBin Meng
2019-09-10x86: qemu: Extract getting memory size to a separate routineBin Meng
2019-09-10x86: acpi: Slightly reduce binary size of ACPI tables for TangierAndy Shevchenko
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden
2019-08-09x86: slimbootloader: Add memory configurationPark, Aiden
2019-08-09x86: Add a common HOB libraryPark, Aiden
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-08-09x86: acpi: Enable ACPI companion for Intel iDMA 32-bitAndy Shevchenko