summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass
2019-12-15x86: Don't export mrccache_update()Simon Glass
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass
2019-12-15x86: Reduce mrccache record alignment sizeSimon Glass
2019-12-15x86: spi: Add helper functions for Intel Fast SPISimon Glass
2019-12-15i2c: designware: Avoid using static dataSimon Glass
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