summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass
2018-10-09cros: Update ec_commands to latest versionSimon Glass
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass
2018-10-09Add a header file for stringsSimon Glass
2018-10-09log: Add comments to the rest of the log categoriesSimon Glass
2018-10-09tpm: Add a few new commands for v1Simon Glass
2018-10-09video: Adjust video_clear() to return an errorSimon Glass
2018-10-09fdt: Remove fdtdec_decode_region() functionSimon Glass
2018-10-09cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass
2018-10-09Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass
2018-10-09sandbox: tpm: Tidy up enums and return valuesSimon Glass
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-10-09sandbox: spi: Add more loggingSimon Glass
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass
2018-10-09sandbox: Support file truncation with os_open()Simon Glass
2018-10-09log: Add helpers for common log levelsSimon Glass
2018-10-08log: Correct definition of log_msg_ret()Simon Glass
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass
2018-10-07avb_verify: support sandbox configurationJens Wiklander
2018-10-07avb_verify: support using OP-TEE TA AVBJens Wiklander
2018-10-07tee: add sandbox driverJens Wiklander
2018-10-07tee: optee: support AVB trusted applicationJens Wiklander
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander
2018-10-06ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodectionAdam Ford
2018-10-06configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt
2018-10-05Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-10-05Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini
2018-10-05Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arcTom Rini
2018-10-05arc: Add support for IoT development kitAlexey Brodkin
2018-10-04spl: add support to booting with OP-TEEKever Yang
2018-10-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese
2018-10-03Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchipTom Rini
2018-10-03ARM: rmobile: Repair TMU clock on Gen2Marek Vasut
2018-10-03riscv: Add QEMU virt board supportBin Meng
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-10-02mtd: uclass: add probe functionMiquel Raynal
2018-10-02dm: drop unused helper in MTD headerMiquel Raynal