summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | arm: am57xx: Define Android boot argumentsSemen Protsenko2017-08-263-0/+6
* | | arm: omap: Define command for booting Android from eMMCSemen Protsenko2017-08-261-1/+19
* | | ARMv8/sec_firmware : Update chosen/kaslr-seed with random numberRuchika Gupta2017-08-263-3/+142
* | | arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni2017-08-261-1/+1
* | | board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni2017-08-264-14/+2
* | | board: atmel: Use the new PIT timer driverWenyou.Yang@microchip.com2017-08-2649-0/+137
* | | driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com2017-08-265-0/+103
* | | powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-266-19/+6
* | | fs: fat: fix fatwrite overflow calculationReno Farnesi2017-08-261-1/+1
* | | arm: dts: am33xx: sync DTS with Linux 4.13-rc4Suniel Mahesh2017-08-261-6/+0
* | | ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki2017-08-261-1/+1
* | | rpi: Enable USB keyboard supportSimon Glass2017-08-264-0/+4
| |/ |/|
* | fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini2017-08-221-1/+1
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-08-211-1/+1
|\ \
| * | ARM: mvebu: set correct mem_size for db-88f6820-amcChris Packham2017-08-211-1/+1
| |/
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-08-2112-11/+23
|\ \
| * | doc: license: Add license header to the README.dfutftp fileLukasz Majewski2017-08-211-0/+8
| * | fb_mmc.c: Correct blk_dread() return value checksTom Rini2017-08-211-2/+2
| * | common/fb_mmc.c: Fix warnings about castsTom Rini2017-08-211-2/+2
| * | fastboot: avoid printing invalid dataJohn Keeping2017-08-211-1/+1
| * | Fix fastboot boot addressPeter Chubb2017-08-211-1/+1
| * | usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng2017-08-219-5/+9
| |/
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2017-08-2150-1161/+57
|\ \ | |/ |/|
| * ARM: dts: uniphier: add dr_mode property to dwc3 nodeMasahiro Yamada2017-08-204-0/+7
| * reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada2017-08-201-46/+17
| * Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"Masahiro Yamada2017-08-201-5/+0
| * Revert "ARM: uniphier: move lowlevel debug init code after page table switch"Masahiro Yamada2017-08-201-4/+4
| * ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-2044-1105/+30
| * clk: uniphier: fix unmet direct dependencies warningMasahiro Yamada2017-08-202-4/+2
* | env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-206-18/+18
* | env: Allow env_load() to detect errorsSimon Glass2017-08-201-1/+1
* | env: Correct case of no sub-init functionTom Rini2017-08-202-1/+14
* | Fix 'notes' typosAnatolij Gustschin2017-08-202-3/+3
* | env: Sort selection of default choicesAndy Shevchenko2017-08-201-3/+3
* | arm, at91: fix taurus boardHeiko Schocher2017-08-201-0/+1
* | common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni2017-08-203-34/+0
* | ARM: hisilicon: hikey: Fix eMMC with latest ATF & U-BootPeter Griffin2017-08-201-2/+37
* | fs/fat: Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* | spl: spl_mmc.c Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* | cmd/read.c: Fix checking blk_dread return valueTom Rini2017-08-201-1/+1
* | mtdparts: Fix various issues reported by CoverityTom Rini2017-08-201-15/+18
* | hash: Compile only hardware or software versions of SHA algorithmsTom Rini2017-08-201-51/+44
* | Makefile: honor PYTHON configuration properlyClément Bœsch2017-08-203-3/+3
|/
* Merge git://git.denx.de/u-boot-videoTom Rini2017-08-191-1/+2
|\
| * lcd: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-191-1/+2
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-08-185-8/+11
|\
| * efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de2017-08-181-2/+2
| * efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de2017-08-121-2/+2
| * efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de2017-08-121-1/+1
| * efi_loader: GOP fix for no displayRob Clark2017-08-111-1/+1