summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2019-12-04Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-04Merge branch '2019-12-03-master-imports'Tom Rini81-138/+3098
2019-12-03cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro1-2/+2
2019-12-03arm64: zynqmp: Point zcu216 defconfig to correct dts fileMichal Simek1-1/+1
2019-12-03ARM: MediaTek: add basic support for MT8518 boardsmingming lee9-1/+257
2019-12-03pinctrl: add driver for MT8518mingming lee4-1/+424
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193
2019-12-03clk: mediatek: add driver for MT8518mingming lee3-0/+1808
2019-12-03ARM: MediaTek: Add support for MediaTek MT8518 SoCmingming lee6-0/+208
2019-12-03regmap: Fix potential memory leaksFaiz Abbas1-4/+12
2019-12-03net: cpsw: Add NULL pointer checkFaiz Abbas1-0/+3
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla1-2/+6
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski1-0/+17
2019-12-03board: omapl138_lcdk: add the mmc device to SPLBartosz Golaszewski2-0/+10
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski1-10/+4
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski3-44/+5
2019-12-03ARM: omapl138_lcdk: Allow early init to start instruction cacheAdam Ford1-1/+1
2019-12-03ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATEAdam Ford1-0/+2
2019-12-03ARM: omapl138_lcdk: Increase malloc pool before relocationAdam Ford1-0/+1
2019-12-03ARM: omapl138_lcdk: Separate BSS in SPLAdam Ford1-0/+1
2019-12-03cmd: pxe: Fix bootm argument countAbhishek Shah1-0/+1
2019-12-03armv7m: cache: add invalidate_icache_all() stubGiulio Benetti1-0/+5
2019-12-03MAINTAINERS: Add info for bcm283xMatthias Brugger1-0/+3
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini3-4/+2
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-12-03pci: Only link pci_rom.o in some casesTom Rini1-2/+2
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini9-12/+26
2019-12-03Convert CONFIG_PHY_CORTINA to KconfigTom Rini20-3/+17
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao3-2/+53
2019-12-03tbs2910: Disable VxWorks image booting supportTom Rini1-0/+1
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb14-26/+28
2019-12-03Makefile: add Rockchip idbloader.img to CLEAN_FILESThomas Hebb1-1/+2
2019-12-03Makefile: consolidate hardcoded lists of files to cleanThomas Hebb1-3/+2
2019-12-03Makefile: don't try to construct CLEAN_FILES based on configThomas Hebb1-3/+3
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-03Kconfig: disambiguate config names for tiny printfThomas Hebb1-2/+2
2019-12-03Prepare v2020.01-rc4Tom Rini1-1/+1
2019-12-03Merge branch '2019-12-02-master-imports'Tom Rini836-465/+1598
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass19-15/+41
2019-12-03common: Drop get_endaddr()Simon Glass1-1/+0
2019-12-03common: Move trap_init() out of common.hSimon Glass4-1/+4
2019-12-03common: Move pci_init_board() out of common.hSimon Glass49-2/+50
2019-12-03common: Move some board functions out of common.hSimon Glass188-8/+195
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass28-13/+44
2019-12-03common: Drop board_show_dram()Simon Glass2-16/+2
2019-12-03common: Move command functions out of common.hSimon Glass23-16/+38
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass61-7/+69
2019-12-03common: Move interrupt functions into a new headerSimon Glass42-7/+60
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass14-35/+35