summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-07log: Add an implementation of loggingSimon Glass2-0/+247
2017-12-07Drop the log bufferSimon Glass3-52/+3
2017-12-07Move debug and logging support to a separate headerSimon Glass2-45/+60
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+20
2017-12-06Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini5-48/+108
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini4-9/+7
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods1-27/+67
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong1-1/+1
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong1-0/+21
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong1-0/+21
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov1-1/+1
2017-12-04test: compression: Convert to unit test frameworkSimon Glass2-0/+18
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada1-0/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada4-9/+6
2017-12-03test: Add a command function for test executionSimon Glass1-0/+16
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt1-2/+4
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt1-10/+2
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt1-0/+12
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt1-5/+5
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt1-1/+2
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt2-19/+22
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt2-6/+6
2017-12-01efi_loader: remove unused typedef for INTNHeinrich Schuchardt1-1/+0
2017-12-01efi_selftest: test protocol managementHeinrich Schuchardt1-0/+9
2017-12-01efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE valuesHeinrich Schuchardt1-3/+3
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt1-0/+12
2017-12-01efi_loader: guard against double inclusion of efi_loader.hHeinrich Schuchardt1-1/+6
2017-12-01efi_loader: new function utf8_to_utf16Heinrich Schuchardt1-0/+15
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt1-0/+4
2017-12-01rockchip: rk3128: add evb-rk3128 supportKever Yang1-0/+15
2017-12-01rockchip: rk3128: add soc basic supportKever Yang1-0/+70
2017-12-01rockchip: rk3128: add device tree fileKever Yang1-0/+190
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini3-149/+10
2017-11-30Merge git://git.denx.de/u-boot-marvellTom Rini1-5/+0
2017-11-30Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+4
2017-11-30ARM: rmobile: Rework the ULCB CPLD driverMarek Vasut1-13/+0
2017-11-30arm64: mvebu: armada-7k/8k: drop useless #ifdefBaruch Siach1-5/+0
2017-11-30distro bootcmd: define bootloader name for x86Heinrich Schuchardt1-0/+4
2017-11-30board: laird: add WB50N CPU moduleBen Whitten1-0/+139
2017-11-30board: laird: add WB45N CPU moduleBen Whitten1-0/+161
2017-11-30spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon1-0/+1
2017-11-30board: atmel: add sama5d2_ptc_ek boardLudovic Desroches2-114/+46
2017-11-30stm32: migrate clock structs in include/stm32_rcc.hPatrice Chotard1-0/+38
2017-11-30clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard2-0/+2
2017-11-30dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard1-0/+52
2017-11-30nds32: board: Support ftsdc010 DM.Rick Chen2-2/+0