aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt
2017-12-01efi_selftest: deduplicate codeHeinrich Schuchardt
2017-12-01efi_selftest: efi_st_memcmp should return 0Heinrich Schuchardt
2017-12-01efi_selftest: reformat codeHeinrich Schuchardt
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt
2017-12-01efi_loader: guard against double inclusion of efi_loader.hHeinrich Schuchardt
2017-12-01efi_loader: new function utf8_to_utf16Heinrich Schuchardt
2017-12-01efi_selftest: provide test for watchdog timerHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-12-01efi_loader: move efi_search_obj up in codeHeinrich Schuchardt
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2017-11-30Merge git://git.denx.de/u-boot-marvellTom Rini
2017-11-30Merge git://git.denx.de/u-boot-x86Tom Rini
2017-11-30ARM: rmobile: Rework the ULCB CPLD driverMarek Vasut
2017-11-30arm: mvebu: correct comments around cas_wl/cas_lChris Packham
2017-11-30arm64: mvebu: armada-7k/8k: drop useless #ifdefBaruch Siach
2017-11-30arm: mvebu: enable boot from NANDSean Nyekjaer
2017-11-30arm: mvebu: fix boot from UART when in fallback modeSean Nyekjaer
2017-11-30arm: mvebu: add nand pinsSean Nyekjaer
2017-11-30fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer
2017-11-30x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese
2017-11-30distro bootcmd: define bootloader name for x86Heinrich Schuchardt
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin
2017-11-30x86: don't compare pointers to 0Heinrich Schuchardt
2017-11-30x86: conga-qeval20-qa3-e3845: Adjust VGA rom addressAnatolij Gustschin
2017-11-30x86: qemu: Move Cache-As-RAM memory from area mapped to ROMAnton Gerasimov
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong
2017-11-29board: laird: add WB50N CPU moduleBen Whitten
2017-11-29board: laird: add WB45N CPU moduleBen Whitten
2017-11-29env: suppress a spurious warning with GCC 7.1Philipp Tomsich
2017-11-29spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon
2017-11-29ARM: dts: Rename logicpd-toredp-37xx-devkit in U-BootAdam Ford
2017-11-29fs: avoid possible NULL dereference in fs_devreadHeinrich Schuchardt
2017-11-29cmd: blk: remove unreachable codeHeinrich Schuchardt
2017-11-29common: command: tempory buffer should have size of command line bufHeinrich Schuchardt
2017-11-29disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay
2017-11-29board: atmel: add sama5d2_ptc_ek boardLudovic Desroches
2017-11-29ARM: at91: add sama5d2 smc headerLudovic Desroches
2017-11-29mmc: atmel_sdhci: not on capabilities to set gck rateLudovic Desroches
2017-11-29clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang
2017-11-29clk: at91: clk-generated: select absolute closest rateLudovic Desroches
2017-11-29clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang
2017-11-29mach-stm32: Factorize MPU's region config for STM32 SoCsPatrice Chotard
2017-11-29stm32: migrate clock structs in include/stm32_rcc.hPatrice Chotard
2017-11-29clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard
2017-11-29dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard
2017-11-29configs: stm32f746-disco: enable MISC/DM_RESET/STM32_RESET and STM32_RCCPatrice Chotard
2017-11-29clk: stm32fx: migrate define from rcc.h to driverPatrice Chotard
2017-11-29clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.cPatrice Chotard