summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra1-2/+21
2020-01-18common: Move hang() to the same header as panic()Simon Glass5-0/+5
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass5-0/+5
2020-01-08x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2-11/+29
2019-12-15x86: Add chromebook_coralSimon Glass2-0/+832
2019-12-15x86: apl: Add FSP supportSimon Glass3-0/+877
2019-12-15x86: apl: Add FSP structuresSimon Glass4-0/+440
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass3-0/+98
2019-12-15x86: apl: Add P2SB driverSimon Glass2-0/+167
2019-12-15x86: apl: Add SPL/TPL initSimon Glass2-0/+272
2019-12-15x86: apl: Add a CPU driverSimon Glass5-0/+81
2019-12-15x86: apl: Add SPL loadersSimon Glass2-0/+180
2019-12-15x86: apl: Add PUNIT driverSimon Glass2-0/+97
2019-12-15x86: apl: Add PCH driverSimon Glass3-0/+46
2019-12-15x86: apl: Add LPC driverSimon Glass3-0/+205
2019-12-15x86: apl: Add ITSS driverSimon Glass3-0/+258
2019-12-15x86: apl: Add hostbridge driverSimon Glass2-0/+180
2019-12-15x86: apl: Add systemagent driverSimon Glass3-0/+62
2019-12-15x86: apl: Add pinctrl driverSimon Glass1-0/+485
2019-12-15x86: apl: Add UART driverSimon Glass3-0/+154
2019-12-15x86: apl: Add PMC driverSimon Glass3-0/+240
2019-12-15x86: apl: Add basic IO addressesSimon Glass1-0/+29
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass3-68/+79
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass2-0/+679
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass3-0/+81
2019-12-15x86: Make MSR_PKG_POWER_SKU commonSimon Glass3-3/+8
2019-12-15x86: Separate out U-Boot and device tree in ROM imageSimon Glass1-3/+11
2019-12-15x86: Don't repeat microcode in U-Boot if not neededSimon Glass1-0/+7
2019-12-15x86: Add an fdtmap and image-headerSimon Glass1-0/+5
2019-12-15x86: Add an option to control the position of SPLSimon Glass2-2/+7
2019-12-15x86: Add an option to control the position of U-BootSimon Glass2-15/+8
2019-12-15x86: Update .dtsi file for FSP2Simon Glass1-1/+31
2019-12-15x86: Disable microcode section for FSP2Simon Glass2-0/+11
2019-12-15x86: Add support for newer CAR schemesSimon Glass5-7/+564
2019-12-15x86: Add an option to include a FITSimon Glass2-0/+14
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass1-0/+2
2019-12-15x86: fsp: Make the notify API call commonSimon Glass2-18/+27
2019-12-15x86: fsp: Allow remembering the location of FSP-SSimon Glass1-0/+3
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass1-0/+4
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass10-2/+784
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass1-1/+1
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass3-2/+4
2019-12-15x86: Allow interrupt to happen onceSimon Glass3-9/+11
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass1-0/+5
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass1-1/+29
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass3-27/+20
2019-12-15x86: Don't export mrccache_update()Simon Glass2-17/+14
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass2-1/+3
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass8-48/+106