aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-05efi_stub: Use efi_uintn_tAlexander Graf1-1/+1
2017-12-04Prepare v2018.01-rc1v2018.01-rc1Tom Rini1-3/+3
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini38-77/+46
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini1-3/+9
2017-12-04arm: Make gcc 6.0 or later a hard requirement now.Tom Rini1-2/+2
2017-12-04scripts: spl: fix typoPeng Fan1-1/+1
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada1-3/+4
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods2-28/+68
2017-12-04armv8: mmu: fix page table mappingPeng Fan2-1/+5
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan1-2/+8
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong12-9/+136
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong10-1/+375
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong10-1/+413
2017-12-04board: p212: use common ethernet init functionNeil Armstrong1-12/+2
2017-12-04board: odroid-c2: use common ethernet init functionNeil Armstrong1-9/+2
2017-12-04ARM: arch-meson: add ethernet common init functionNeil Armstrong3-1/+79
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada4-102/+8
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2-129/+129
2017-12-04armv8: shrink exception table codeAndre Przywara1-73/+56
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov5-1/+76
2017-12-04test: compression: Convert to unit test frameworkSimon Glass4-69/+141
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada1-3/+3
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada1-2/+2
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 Yamada35-40/+37
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada1-26/+0
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada1-1/+1
2017-12-04ARM: uniphier: clean up board_initMasahiro Yamada1-5/+2
2017-12-04mtd: cfi: Fix checking status register featureYork Sun1-3/+9
2017-12-02test/py: Allow any unit test suite to be foundSimon Glass1-1/+1
2017-12-02test: compression: Put test variables in a structSimon Glass1-54/+74
2017-12-02test: overlay: Use cmd_ut_category()Simon Glass1-19/+2
2017-12-02test: Add a command function for test executionSimon Glass3-18/+42
2017-12-02omap2: set the ethaddr as well as the usbethaddr env var to ensure static MACPeter Robinson1-0/+3
2017-12-01Merge git://git.denx.de/u-boot-rockchipTom Rini34-19/+3263
2017-12-02rockchip: clk: rk3128: fix DCLK_VOP_DIV_CON_MASKPhilipp Tomsich1-1/+1
2017-12-02rockchip: clk: rk3128: fix NANDC_PLL_SEL_MASKPhilipp Tomsich1-1/+1
2017-12-01efi_loader helloworld.efi: Fix building with -OsAlexander Graf1-2/+2
2017-12-01efi_loader: Fix partition offsetsAlexander Graf1-47/+13
2017-12-01efi_loader: add missing breaksRob Clark1-0/+2
2017-12-01efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt1-0/+24
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt5-16/+38
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt2-4/+5
2017-12-01test/py: check return code of helloworldHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: output load options in helloworldHeinrich Schuchardt1-2/+35
2017-12-01efi_selftest: add missing line feedHeinrich Schuchardt1-1/+1
2017-12-01efi_selftest: compile without special compiler flagsHeinrich Schuchardt1-25/+0
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt5-58/+58
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt1-24/+19
2017-12-01efi_loader: simplify efi_open_protocolHeinrich Schuchardt1-30/+6