summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini1-1/+1
2019-11-18Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-1/+9
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2-1/+9
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+8
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-14/+34
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen1-14/+34
2019-11-08hush: re-sequence includesHeinrich Schuchardt1-1/+1
2019-11-08dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt1-1/+1
2019-11-08spl: fix SPI config dependenciesSimon Goldschmidt1-10/+11
2019-11-07common/console.c: Fix unused warning with console_doenv()Tom Rini1-0/+4
2019-11-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-24/+25
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+5
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski1-0/+5
2019-11-03spl: Add a size check for TPLSimon Glass1-0/+8
2019-11-01Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini5-24/+57
2019-10-31common: Kconfig: Fix typo in TPL_LOG_CONSOLE descriptionSimon South1-1/+1
2019-10-31usb: storage: Only clear READY flag on errorMarek Vasut1-3/+3
2019-10-31usb: storage: Limit transfer size to 120 kiBMarek Vasut1-21/+22
2019-10-31splash: fix build breakage with newer llvm-7Anatolij Gustschin1-2/+2
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan1-2/+3
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass1-1/+13
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-3/+6
2019-10-27bootstage: Correct relocation algorithmSimon Glass3-4/+23
2019-10-27bootstage: Avoid conflicts between stash/unstashSimon Glass1-1/+4
2019-10-27bootstage: Fix counting of entries in stashSimon Glass1-10/+2
2019-10-27bootstage: Store the next ID in the stashSimon Glass1-4/+7
2019-10-27bloblist: Reserve an aligned baseSimon Glass1-0/+1
2019-10-24common: command: Fix manual relocation for repeatable commandMichal Simek1-0/+5
2019-10-24common: image-sig.c: Add manual relocationT Karthik Reddy1-0/+29
2019-10-24common: hash: Manually relocate struct hash_algoT Karthik Reddy1-0/+29
2019-10-18spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin1-6/+22
2019-10-15image: android: Support boot image v1 and v2Sam Protsenko1-11/+33
2019-10-14Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini1-10/+4
2019-10-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-3/+3
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini3-20/+64
2019-10-11spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski1-0/+7
2019-10-11spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2-0/+10
2019-10-11spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard1-20/+20
2019-10-11spl: add a generic function board_init_fPhilippe Reynes2-0/+27
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg1-2/+2
2019-10-11spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg1-2/+3
2019-10-11trace: Remove the const from write functionsSimon Glass1-3/+3
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-10/+4
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-2/+4
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini8-17/+93
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic1-1/+1
2019-10-08spl: nor: support loading i.MX container format filePeng Fan1-2/+7
2019-10-08spl: spi: support loading i.MX container format filePeng Fan1-0/+11