aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-26board: rk3399: Drop explicit uart enablement in spl_board_initJagan Teki2-46/+2
2019-06-26Kconfig: Add u-boot.itb BUILD_TARGET for RockchipJagan Teki4-5/+2
2019-06-26board: puma: Get bl31.bin via BL31 and rk3399m0.bin via PMUM0Jagan Teki4-63/+99
2019-06-26rockchip: rk3399: Get bl31.elf via BL31Jagan Teki3-5/+20
2019-06-26travis.yml: Add pyelftools install entryJagan Teki1-0/+1
2019-06-26Makefile: clean bl31_*.binJagan Teki1-1/+1
2019-06-26Makefile: clean image.mapJagan Teki1-1/+2
2019-06-26doc: rockchip: Add note for Pine64 Rock64 boardMatwey V. Kornilov1-2/+28
2019-06-26rockchip: rk3328: add rock64-rk3328_defconfigMatwey V. Kornilov2-0/+97
2019-06-26rockchip: dts: rk3328: add rk3328-rock64.dtsMatwey V. Kornilov3-1/+330
2019-06-26rockchip: Kconfig: enable SPL support for rk3328Kever Yang2-0/+14
2019-06-26rockchip: rk3328: add SPL supportKever Yang1-0/+4
2019-06-26rockchip: rk3328: add SPL board file supportKever Yang2-0/+60
2019-06-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-43/+66
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko6-39/+60
2019-06-22watchdog: tangier: Replace unused constant with a commentAndy Shevchenko1-1/+6
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko1-4/+1
2019-06-21Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini11-104/+139
2019-06-21Merge branch '2019-06-21-master-imports'Tom Rini77-274/+451
2019-06-21configs: Resync with savedefconfigTom Rini62-119/+38
2019-06-21arm: am335x-pdu001: Remove watchdog supportFelix Brack1-1/+1
2019-06-21lib: Makefile: build fdtdec_common.c when OF_LIBFDT selectedPeng Fan1-1/+1
2019-06-21pci: Avoid assigning PCI resources that are below 0x1000Bin Meng1-2/+3
2019-06-21config_distro_bootcmd: Init IDE devicesJoshua Watt1-1/+15
2019-06-21arm64: zynqmp: Cover ultra96 dts file by MAINTAINERS fragmentMichal Simek1-0/+1
2019-06-21travis.yml: Add buildman support for NXP's LS1028 & LX2160Prabhakar Kushwaha1-0/+6
2019-06-21disk: part: Don't skip partition initRobert Hancock1-4/+3
2019-06-21am335x, guardian: update the maintainer listMoses Christopher1-0/+2
2019-06-21vexpress64: fix a typo of SPDX-License-IdentifierMasahiro Yamada1-2/+1
2019-06-21board: Arcturus: DM: Disable drivers without DM support.Oleksandr Zhadan5-143/+379
2019-06-21cmd/led.c: fix typos in online helpAnatolij Gustschin1-1/+1
2019-06-21rsa: reject images with unknown paddingPatrick Doyle1-1/+1
2019-06-20Merge branch '2019-06-20-master-imports'Tom Rini36-75/+96
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt1-2/+2
2019-06-20efi_loader: consistent error handling in efidebug.cHeinrich Schuchardt1-7/+16
2019-06-20efi_loader: consistent types in efidebug.cHeinrich Schuchardt1-11/+14
2019-06-20fs: do_load: pass device path for efi payloadMian Yousaf Kaukab2-5/+5
2019-06-20efi_loader: Delete() return EFI_WARN_DELETE_FAILUREHeinrich Schuchardt1-8/+2
2019-06-20efi_loader: ListPackageLists() return EFI_NOT_FOUNDHeinrich Schuchardt1-35/+14
2019-06-20efi_loader: console incorrectly advertised left logo keyHeinrich Schuchardt1-3/+1
2019-06-20efi_loader: alternative scan codes for F5, END, HOMEHeinrich Schuchardt1-8/+14
2019-06-20efi_loader: GOP: provide accurate mode informationHeinrich Schuchardt1-12/+12
2019-06-20efi_loader: SetMode() must blank screenHeinrich Schuchardt1-12/+38
2019-06-20efi_loader: system table setupHeinrich Schuchardt1-5/+5
2019-06-20efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL definitionHeinrich Schuchardt1-1/+3
2019-06-20efi_loader: QueryMode() must allocate bufferHeinrich Schuchardt2-1/+10
2019-06-20efi_loader: SetMode() parameters checkHeinrich Schuchardt1-3/+5
2019-06-20efi_loader: QueryMode() check parametersHeinrich Schuchardt1-1/+8
2019-06-20efi_loader: Blt() with incorrect BltOperationHeinrich Schuchardt1-1/+1
2019-06-20Fix watchdog timeout setup for mt7623Shannon Barber1-7/+21