summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+12
2018-10-07avb_verify: support sandbox configurationJens Wiklander1-1/+2
2018-10-07avb_verify: support using OP-TEE TA AVBJens Wiklander1-0/+4
2018-10-07tee: add sandbox driverJens Wiklander1-0/+21
2018-10-07tee: optee: support AVB trusted applicationJens Wiklander2-0/+86
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander2-0/+337
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander1-0/+19
2018-10-06ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodectionAdam Ford1-0/+1
2018-10-06configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt21-48/+0
2018-10-06Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+1
2018-10-05Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini1-0/+13
2018-10-05Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arcTom Rini1-0/+84
2018-10-05arc: Add support for IoT development kitAlexey Brodkin1-0/+84
2018-10-04spl: add support to booting with OP-TEEKever Yang1-0/+13
2018-10-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+1
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese1-0/+1
2018-10-03Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchipTom Rini1-0/+2
2018-10-03ARM: rmobile: Repair TMU clock on Gen2Marek Vasut1-1/+1
2018-10-03riscv: Add QEMU virt board supportBin Meng1-0/+21
2018-10-03Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini9-25/+1536
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal1-0/+1
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal2-1/+32
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal1-0/+5
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal1-0/+21
2018-10-02mtd: uclass: add probe functionMiquel Raynal1-0/+2
2018-10-02dm: drop unused helper in MTD headerMiquel Raynal1-11/+0
2018-10-02mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner1-0/+2
2018-10-01Merge git://git.denx.de/u-boot-dmTom Rini6-2/+203
2018-09-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-18/+227
2018-09-29include/dm.h: Remove duplicated include directiveLiviu Dudau1-1/+0
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-29drivers: Add board uclassMario Six2-0/+140
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+16
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+46
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini7-0/+759
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini10-19/+6
2018-09-29ARM: da850evm_direct_nor_defconfig: Enable DM_SERIALAdam Ford1-1/+1
2018-09-29W1-EEPROM: add sandbox driverEugen Hristev1-0/+1
2018-09-29W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard2-0/+34
2018-09-29w1: Add 1-Wire uclassMaxime Ripard2-0/+37
2018-09-29common: Generic loader for file systemTien Fong Chee2-0/+80
2018-09-29block: Add a function to find block device descriptorTien Fong Chee1-0/+9
2018-09-29cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee1-0/+1
2018-09-29cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee1-0/+1
2018-09-28ARM: dts: sun7i: Update A20 dts(i) files from Linux-v4.18-rc3Jagan Teki1-0/+53
2018-09-28ARM: dts: sun6i: Update A31/A31s dts(i) files from Linux-v4.18-rc3Jagan Teki2-0/+297
2018-09-28ARM: dts: sun5i: Update A10s/A13/gr8/r8 dts(i) files from Linux-v4.18-rc3Jagan Teki2-0/+138
2018-09-28ARM: dts: sun4i: Update A10 dts(i) files from Linux-v4.18-rc3Jagan Teki2-0/+271
2018-09-28include/video.h: Remove declaration of functions that don't exist.Liviu Dudau1-6/+0
2018-09-28test: Add ut_asserteq_memMario Six1-0/+18