summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x86: Define the SPL image startSimon Glass2019-12-151-1/+4
* sandbox: Add a test for IRQSimon Glass2019-12-159-0/+97
* x86: Move UCLASS_IRQ into a separate fileSimon Glass2019-12-156-5/+152
* sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-1513-0/+428
* sandbox: Disable mmio by default in testsSimon Glass2019-12-151-0/+1
* pci: Add support for p2sb uclassSimon Glass2019-12-155-0/+386
* x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-1514-0/+510
* x86: power: Add an ACPI PMC uclassSimon Glass2019-12-156-0/+406
* x86: Drop unnecessary interrupt code for TPLSimon Glass2019-12-151-0/+2
* x86: Drop unnecessary cpu code for TPLSimon Glass2019-12-152-4/+41
* x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2019-12-152-2/+14
* x86: timer: use a timer base of 0Simon Glass2019-12-155-1/+19
* board_r: Move early-timer init laterSimon Glass2019-12-151-5/+14
* dm: pinctrl: Allow enabling full pinctrl in SPL/TPLSimon Glass2019-12-151-0/+14
* fdt: Show the preprocessed .dts file on errorSimon Glass2019-12-151-1/+3
* x86: spi: Add helper functions for Intel Fast SPISimon Glass2019-12-154-0/+143
* i2c: designware: Support use in SPLSimon Glass2019-12-151-3/+40
* i2c: designware: Avoid using static dataSimon Glass2019-12-152-3/+7
* i2c: designware: Tidy up PCI supportSimon Glass2019-12-154-89/+134
* net: Move the checksum functions to lib/Simon Glass2019-12-154-61/+49
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-154-26/+65
* dm: pci: Allow delaying auto-config until after relocationSimon Glass2019-12-153-6/+42
* dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass2019-12-151-1/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-1542-82/+112
* binman: Add a library to access binman entriesSimon Glass2019-12-155-0/+114
* Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-12-1212-50/+158
|\
| * cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter2019-12-101-1/+1
| * buildman: Ignore blank lines during size checksTom Rini2019-12-101-1/+2
| * buildman: Add options to get the arch and toolchain infoSimon Glass2019-12-105-0/+86
| * buildman: Figure out boards before commitsSimon Glass2019-12-101-30/+29
| * buildman: Ask genboardscfg to be quietSimon Glass2019-12-101-1/+1
| * genboardcfg: Support a quiet modeSimon Glass2019-12-101-3/+7
| * test.py: Make search for autoconf.mk more permissiveSimon Glass2019-12-101-12/+27