summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-152-1/+40
* x86: apl: Add PUNIT driverSimon Glass2019-12-152-0/+97
* x86: apl: Add PCH driverSimon Glass2019-12-153-0/+46
* x86: apl: Add LPC driverSimon Glass2019-12-153-0/+205
* x86: apl: Add ITSS driverSimon Glass2019-12-153-0/+258
* x86: apl: Add hostbridge driverSimon Glass2019-12-152-0/+180
* x86: apl: Add systemagent driverSimon Glass2019-12-153-0/+62
* i2c: designware: Add Apollo Lake supportSimon Glass2019-12-151-0/+25
* x86: apl: Add pinctrl driverSimon Glass2019-12-154-3/+691
* x86: apl: Add UART driverSimon Glass2019-12-153-0/+154
* x86: apl: Add PMC driverSimon Glass2019-12-154-0/+296
* x86: apl: Add basic IO addressesSimon Glass2019-12-151-0/+29
* x86: Move qemu CPU fixup function into its own fileSimon Glass2019-12-154-68/+87
* x86: Add a generic Intel GPIO driverSimon Glass2019-12-154-0/+226
* x86: Add a generic Intel pinctrl driverSimon Glass2019-12-158-0/+1385
* x86: Add low-power subsystem (lpss) supportSimon Glass2019-12-153-0/+81
* x86: Enable pinctrl in SPL and TPLSimon Glass2019-12-152-0/+4
* 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