summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-032-6/+4
* efi: Tidy up header includesSimon Glass2020-08-031-2/+0
* w1: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* thermal: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-1/+2
* net: Drop dm.h header file from phy.hSimon Glass2020-08-033-3/+9
* fs: fs-loader: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-032-3/+1
* dm: core: Drop dm.h header file from dm-demo.hSimon Glass2020-08-031-2/+0
* mtd: spi: Drop SPI_XFER_MMAP*Simon Glass2020-08-031-2/+0
* mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-031-4/+1
* wdt: Drop dm.h header fileSimon Glass2020-08-031-3/+1
* efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas2020-08-011-0/+74
* env: Add support for explicit write access listMarek Vasut2020-07-311-1/+5
* env: Discern environment coming from external storageMarek Vasut2020-07-312-2/+6
* env: Add H_DEFAULT flagMarek Vasut2020-07-311-0/+1
* cmd: env: add env select commandPatrick Delaunay2020-07-311-1/+7
* cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+7
* env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay2020-07-311-2/+1
* env: add prototypes for weak functionPatrick Delaunay2020-07-311-0/+20
* Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmWIP/29Jul2020Tom Rini2020-07-294-1/+63
|\
| * dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt2020-07-281-1/+1
| * dm: button: add an uclass for buttonPhilippe Reynes2020-07-282-0/+60
| * dm: Fix build error when OF_CONTROL is not setDan Murphy2020-07-281-0/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini2020-07-291-1/+1
|\ \
| * | stm32mp1: use the command env info -q in env_checkPatrick Delaunay2020-07-281-1/+1
* | | drivers: tee: broadcom: add optee based bnxt fw load driverVikas Gupta2020-07-291-0/+43
* | | dt-bindings: pinctrl: add ns3 pads definitionRayagonda Kokatanur2020-07-291-0/+41
* | | include/configs: ns3: add support for flashing imagesBharat Gooty2020-07-291-1/+490
* | | include/configs: ns3: add env variables for Linux bootBharat Gooty2020-07-291-0/+294
* | | dt-bindings: memory: ns3: add ddr memory definitionRayagonda Kokatanur2020-07-291-1/+30
* | | dt-bindings: memory: ns3: add memory definitionsRayagonda Kokatanur2020-07-291-0/+34
* | | board: ns3: add support for Broadcom Northstar 3Rayagonda Kokatanur2020-07-291-0/+40
* | | board: mediatek: Use CONFIG_DEFAULT_FDT_FILE for default environmentDavid Woodhouse2020-07-291-1/+1
* | | arm: add (default) config for nanopi2 boardStefan Bosch2020-07-291-0/+257
* | | arm: qemu: override flash accessors to use virtualizable instructionsArd Biesheuvel2020-07-291-0/+1
| |/ |/|
* | configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigsWIP/20202-07-28-Kconfig-migrationsPeng Fan2020-07-288-19/+0
* | Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford2020-07-2845-45/+0
* | configs: Remove dead CONFIG optionsAdam Ford2020-07-287-7/+0
* | Convert CONFIG_BOOTP_SEND_HOSTNAME to KconfigAdam Ford2020-07-2822-24/+0
* | Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford2020-07-283-3/+0
* | Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford2020-07-2825-36/+0
* | Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford2020-07-2826-42/+0
* | Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford2020-07-28198-351/+0
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/27Jul2020Tom Rini2020-07-2718-35/+73
|\
| * pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+1
| * crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle2020-07-271-4/+3
| * crypto/fsl: don't regenerate secure keysMichael Walle2020-07-271-0/+1
| * crypto/fsl: support newer SEC modulesMichael Walle2020-07-271-7/+44