aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-01-07x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass
2019-12-15x86: Add chromebook_coralSimon Glass
2019-12-15x86: apl: Add FSP supportSimon Glass
2019-12-15x86: apl: Add FSP structuresSimon Glass
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass
2019-12-15x86: apl: Add P2SB driverSimon Glass
2019-12-15x86: apl: Add SPL/TPL initSimon Glass
2019-12-15x86: apl: Add a CPU driverSimon Glass
2019-12-15x86: apl: Add SPL loadersSimon Glass
2019-12-15x86: apl: Add PUNIT driverSimon Glass
2019-12-15x86: apl: Add PCH driverSimon Glass
2019-12-15x86: apl: Add LPC driverSimon Glass
2019-12-15x86: apl: Add ITSS driverSimon Glass
2019-12-15x86: apl: Add hostbridge driverSimon Glass
2019-12-15x86: apl: Add systemagent driverSimon Glass
2019-12-15x86: apl: Add pinctrl driverSimon Glass
2019-12-15x86: apl: Add UART driverSimon Glass
2019-12-15x86: apl: Add PMC driverSimon Glass
2019-12-15x86: apl: Add basic IO addressesSimon Glass
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass
2019-12-15x86: Make MSR_PKG_POWER_SKU commonSimon Glass
2019-12-15x86: Separate out U-Boot and device tree in ROM imageSimon Glass
2019-12-15x86: Don't repeat microcode in U-Boot if not neededSimon Glass
2019-12-15x86: Add an fdtmap and image-headerSimon Glass
2019-12-15x86: Add an option to control the position of SPLSimon Glass
2019-12-15x86: Add an option to control the position of U-BootSimon Glass
2019-12-15x86: Update .dtsi file for FSP2Simon Glass
2019-12-15x86: Disable microcode section for FSP2Simon Glass
2019-12-15x86: Add support for newer CAR schemesSimon Glass
2019-12-15x86: Add an option to include a FITSimon Glass
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass
2019-12-15x86: fsp: Make the notify API call commonSimon Glass
2019-12-15x86: fsp: Allow remembering the location of FSP-SSimon Glass
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass
2019-12-15x86: Set the DRAM banks to reflect real locationSimon 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: Tidy up error handling in mrccache_save()Simon Glass
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass