summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2-19/+13
2019-12-15spi: ich: Various small tidy-upsSimon Glass1-9/+8
2019-12-15spi: ich: Fix header orderSimon Glass1-2/+2
2019-12-15spi: ich: Convert to livetreeSimon Glass1-17/+5
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass2-20/+44
2019-12-15spi: ich: Move init function just above probe()Simon Glass1-61/+61
2019-12-15x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass1-1/+0
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass3-10/+6
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 Glass5-18/+16
2019-12-15x86: Update .dtsi file for FSP2Simon Glass1-1/+31
2019-12-15x86: Update the fsp command for FSP2Simon Glass1-21/+44
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: Add a new arch_fsp_init_r() hookSimon Glass2-0/+14
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass1-0/+4
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass11-2/+787
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: Allow removal of standard PCH driversSimon Glass2-2/+20
2019-12-15x86: Don't imply libfdt or SPI flash in TPLSimon Glass1-3/+0
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
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass1-12/+7
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass2-6/+7
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass1-4/+14
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass1-29/+26
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass1-4/+14
2019-12-15x86: Reduce mrccache record alignment sizeSimon Glass1-1/+1
2019-12-15x86: Define the SPL image startSimon Glass1-1/+4
2019-12-15sandbox: Add a test for IRQSimon Glass9-0/+97
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass6-5/+152
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass13-0/+428
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-12-15pci: Add support for p2sb uclassSimon Glass5-0/+386
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass14-0/+510
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass6-0/+406