summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-12-05efi_stub: Use efi_uintn_tAlexander Graf
2017-12-04Prepare v2018.01-rc1Tom Rini
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini
2017-12-04arm: Make gcc 6.0 or later a hard requirement now.Tom Rini
2017-12-04scripts: spl: fix typoPeng Fan
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods
2017-12-04armv8: mmu: fix page table mappingPeng Fan
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong
2017-12-04board: p212: use common ethernet init functionNeil Armstrong
2017-12-04board: odroid-c2: use common ethernet init functionNeil Armstrong
2017-12-04ARM: arch-meson: add ethernet common init functionNeil Armstrong
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada
2017-12-04armv8: shrink exception table codeAndre Przywara
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov
2017-12-04test: compression: Convert to unit test frameworkSimon Glass
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada
2017-12-04ARM: uniphier: clean up board_initMasahiro Yamada
2017-12-04mtd: cfi: Fix checking status register featureYork Sun
2017-12-02test/py: Allow any unit test suite to be foundSimon Glass
2017-12-02test: compression: Put test variables in a structSimon Glass
2017-12-02test: overlay: Use cmd_ut_category()Simon Glass
2017-12-02test: Add a command function for test executionSimon Glass
2017-12-02omap2: set the ethaddr as well as the usbethaddr env var to ensure static MACPeter Robinson
2017-12-01Merge git://git.denx.de/u-boot-rockchipTom Rini
2017-12-02rockchip: clk: rk3128: fix DCLK_VOP_DIV_CON_MASKPhilipp Tomsich
2017-12-02rockchip: clk: rk3128: fix NANDC_PLL_SEL_MASKPhilipp Tomsich
2017-12-01efi_loader helloworld.efi: Fix building with -OsAlexander Graf
2017-12-01efi_loader: Fix partition offsetsAlexander Graf
2017-12-01efi_loader: add missing breaksRob Clark
2017-12-01efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt
2017-12-01test/py: check return code of helloworldHeinrich Schuchardt
2017-12-01efi_loader: output load options in helloworldHeinrich Schuchardt
2017-12-01efi_selftest: add missing line feedHeinrich Schuchardt
2017-12-01efi_selftest: compile without special compiler flagsHeinrich Schuchardt
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt