summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Don't allow common.h and dm.h in headersSimon Glass2020-08-032-2/+15
* patman: Fix up the test commentsSimon Glass2020-08-031-5/+5
* dm: core: Guard against including dm.h in header filesSimon Glass2020-08-031-0/+4
* net: Drop duplicate include of dm.h in pcnet.cSimon Glass2020-08-031-1/+0
* net: Drop dm.h header file in eth_phy.hSimon Glass2020-08-031-1/+2
* clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-035-12/+20
* usb: Drop dm.h header fileSimon Glass2020-08-033-36/+47
* ufs: Drop dm.h header fileSimon Glass2020-08-033-4/+5
* nand: Drop dm.h header fileSimon Glass2020-08-032-2/+3
* adc: Drop dm.h header fileSimon Glass2020-08-033-2/+4
* mscc: Drop dm.h header fileSimon Glass2020-08-036-15/+2
* mediatek: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* pci: Drop dm.h inclusion from header fileSimon Glass2020-08-034-2/+3
* liebherr: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* ti: am654: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* spi: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* mmc: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* power: Tidy up inclusion of regulator_common.hSimon Glass2020-08-034-5/+7
* efi: Tidy up header includesSimon Glass2020-08-033-2/+3
* w1: Drop dm.h header fileSimon Glass2020-08-033-1/+3
* thermal: Drop dm.h header fileSimon Glass2020-08-032-1/+2
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-035-1/+6
* net: Drop dm.h header file from phy.hSimon Glass2020-08-036-3/+12
* fs: fs-loader: Drop dm.h header fileSimon Glass2020-08-032-1/+2
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-0363-20/+82
* dm: core: Drop dm.h header file from dm-demo.hSimon Glass2020-08-032-2/+1
* mtd: spi: Drop SPI_XFER_MMAP*Simon Glass2020-08-031-2/+0
* mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-034-5/+10
* wdt: Drop dm.h header fileSimon Glass2020-08-031-3/+1
* mtd: spi-nor: Tidy up error handling / debug codeSimon Glass2020-08-033-4/+4
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-032-1/+11
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-08-039-11/+81
|\
| * x86: call32: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+2
| * x86: sipi_vector: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+3
| * arch: x86: apl: Update FSP parametersBernhard Messerklinger2020-08-035-2/+44
| * x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger2020-08-032-0/+29
| * x86: irq: Fix some typosWolfgang Wallner2020-08-031-3/+3
* | Merge tag 'efi-2020-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-08-0317-194/+245
|\ \ | |/ |/|
| * efi_selftest: block device test requires CONFIG_DOS_PARTITIONHeinrich Schuchardt2020-08-012-1/+3
| * efi_selftest: SNP test depends on networkHeinrich Schuchardt2020-08-011-1/+2
| * dm: sysreset: wait after reset messageHeinrich Schuchardt2020-08-011-0/+1
| * configs: reduce stack size of Sipeed MAIXHeinrich Schuchardt2020-08-011-0/+1
| * efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt2020-08-014-26/+11
| * x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt2020-08-012-2/+2
| * efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas2020-08-017-154/+222
| * efi_loader: Trim output buffer size correctly for tee variablesIlias Apalodimas2020-08-011-10/+3
|/
* Merge branch '2020-07-31-more-env-updates'Tom Rini2020-07-3133-65/+507
|\
| * fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-311-5/+19
| * env: Add support for explicit write access listMarek Vasut2020-07-314-13/+68
| * env: Add option to only ever append environmentMarek Vasut2020-07-313-0/+15