summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: spi: Export spi_flash_std_probe()Simon Glass2019-12-152-1/+13
| | * | spi: ich: Add Apollo Lake supportSimon Glass2019-12-152-5/+15
| | * | spi: ich: Add TPL supportSimon Glass2019-12-151-4/+44
| | * | spi: ich: Add support for get_mmap() methodSimon Glass2019-12-151-0/+32
| | * | spi: ich: Support hardware sequencingSimon Glass2019-12-152-3/+245
| | * | spi: ich: Support of-platdata for fast-spiSimon Glass2019-12-151-3/+15
| | * | spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass2019-12-151-3/+5
| | * | dm: doc: Add a note about of-platdata and header filesSimon Glass2019-12-151-0/+6
| | * | spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2019-12-152-19/+13
| | * | spi: ich: Various small tidy-upsSimon Glass2019-12-151-9/+8
| | * | spi: ich: Fix header orderSimon Glass2019-12-151-2/+2
| | * | spi: ich: Convert to livetreeSimon Glass2019-12-151-17/+5
| | * | spi: ich: Move the protection/lockdown code into a functionSimon Glass2019-12-152-20/+44
| | * | spi: ich: Move init function just above probe()Simon Glass2019-12-151-61/+61
| | * | x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass2019-12-151-1/+0
| | * | spi: Correct operations check in dm_spi_xfer()Simon Glass2019-12-153-10/+6
| | * | x86: Make MSR_PKG_POWER_SKU commonSimon Glass2019-12-153-3/+8
| | * | x86: Separate out U-Boot and device tree in ROM imageSimon Glass2019-12-151-3/+11
| | * | x86: Don't repeat microcode in U-Boot if not neededSimon Glass2019-12-151-0/+7
| | * | x86: Add an fdtmap and image-headerSimon Glass2019-12-151-0/+5
| | * | x86: Add an option to control the position of SPLSimon Glass2019-12-152-2/+7
| | * | x86: Add an option to control the position of U-BootSimon Glass2019-12-155-18/+16
| | * | x86: Update .dtsi file for FSP2Simon Glass2019-12-151-1/+31
| | * | x86: Update the fsp command for FSP2Simon Glass2019-12-151-21/+44
| | * | x86: Disable microcode section for FSP2Simon Glass2019-12-152-0/+11
| | * | x86: Add support for newer CAR schemesSimon Glass2019-12-155-7/+564
| | * | x86: Add an option to include a FITSimon Glass2019-12-152-0/+14
| | * | x86: Don't include the BIOS emulator in TPLSimon Glass2019-12-151-0/+2
| | * | x86: fsp: Make the notify API call commonSimon Glass2019-12-152-18/+27
| | * | x86: fsp: Allow remembering the location of FSP-SSimon Glass2019-12-151-0/+3
| | * | x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass2019-12-152-0/+14
| | * | x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass2019-12-151-0/+4
| | * | x86: fsp: Add FSP2 base supportSimon Glass2019-12-1511-2/+787
| | * | x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass2019-12-151-1/+1
| | * | x86: fsp: Make graphics support common to FSP1/2Simon Glass2019-12-153-2/+4
| | * | x86: Allow interrupt to happen onceSimon Glass2019-12-153-9/+11
| | * | x86: Allow removal of standard PCH driversSimon Glass2019-12-152-2/+20
| | * | x86: Don't imply libfdt or SPI flash in TPLSimon Glass2019-12-151-3/+0
| | * | x86: Set up the MTRR for SDRAMSimon Glass2019-12-151-0/+5
| | * | x86: Set the DRAM banks to reflect real locationSimon Glass2019-12-151-1/+29
| | * | x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass2019-12-153-27/+20
| | * | x86: Don't export mrccache_update()Simon Glass2019-12-152-17/+14
| | * | x86: Add mrccache support for a 'variable' cacheSimon Glass2019-12-152-1/+3
| | * | x86: Update mrccache to support multiple cachesSimon Glass2019-12-158-48/+106
| | * | x86: Tidy up error handling in mrccache_save()Simon Glass2019-12-151-12/+7
| | * | x86: Add a new global_data member for the cache recordSimon Glass2019-12-152-6/+7
| | * | x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass2019-12-151-4/+14
| | * | x86: Adjust mrccache_get_region() to use livetreeSimon Glass2019-12-151-29/+26
| | * | x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass2019-12-151-4/+14
| | * | x86: Reduce mrccache record alignment sizeSimon Glass2019-12-151-1/+1