summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-111-14/+34
|\
| * common: spl: atf: support booting bl32 imageJoseph Chen2019-11-101-14/+34
* | hush: re-sequence includesHeinrich Schuchardt2019-11-071-1/+1
* | dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt2019-11-071-1/+1
* | spl: fix SPI config dependenciesSimon Goldschmidt2019-11-071-10/+11
* | common/console.c: Fix unused warning with console_doenv()Tom Rini2019-11-061-0/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-061-24/+25
|\
| * usb: storage: Only clear READY flag on errorMarek Vasut2019-10-311-3/+3
| * usb: storage: Limit transfer size to 120 kiBMarek Vasut2019-10-311-21/+22
* | Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-041-0/+5
|\ \
| * | spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski2019-11-031-0/+5
* | | spl: Add a size check for TPLSimon Glass2019-11-031-0/+8
|/ /
* | Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-11-011-2/+2
|\ \
| * | splash: fix build breakage with newer llvm-7Anatolij Gustschin2019-10-311-2/+2
| |/
* | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-015-24/+57
|\ \
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * | bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass2019-10-271-1/+13
| * | bootstage: Mark the start/end of TPL and SPL separatelySimon Glass2019-10-271-3/+6
| * | bootstage: Correct relocation algorithmSimon Glass2019-10-273-4/+23
| * | bootstage: Avoid conflicts between stash/unstashSimon Glass2019-10-271-1/+4
| * | bootstage: Fix counting of entries in stashSimon Glass2019-10-271-10/+2
| * | bootstage: Store the next ID in the stashSimon Glass2019-10-271-4/+7
| * | bloblist: Reserve an aligned baseSimon Glass2019-10-271-0/+1
* | | common: Kconfig: Fix typo in TPL_LOG_CONSOLE descriptionSimon South2019-10-311-1/+1
| |/ |/|
* | spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
|/
* common: command: Fix manual relocation for repeatable commandMichal Simek2019-10-241-0/+5
* common: image-sig.c: Add manual relocationT Karthik Reddy2019-10-241-0/+29
* common: hash: Manually relocate struct hash_algoT Karthik Reddy2019-10-241-0/+29
* spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin2019-10-181-6/+22
* image: android: Support boot image v1 and v2Sam Protsenko2019-10-151-11/+33
* Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-141-10/+4
|\
| * spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-10/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-121-3/+3
|\ \
| * | trace: Remove the const from write functionsSimon Glass2019-10-111-3/+3
| |/
* | Merge branch '2019-10-11-master-imports'Tom Rini2019-10-123-20/+64
|\ \
| * | spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski2019-10-111-0/+7
| * | spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2019-10-112-0/+10
| * | spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard2019-10-111-20/+20
| * | spl: add a generic function board_init_fPhilippe Reynes2019-10-112-0/+27
* | | spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg2019-10-111-2/+2
* | | spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg2019-10-111-2/+3
|/ /
* | Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-092-2/+4
|\ \ | |/ |/|
| * microblaze: Fix lmb memory initializationMichal Simek2019-10-081-2/+3
| * arm64: zynqmp: Define default SPL_TEXT_BASE address in KconfigMichal Simek2019-10-081-0/+1
* | Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-098-17/+93
|\ \
| * | imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2019-10-081-1/+1
| * | spl: nor: support loading i.MX container format filePeng Fan2019-10-081-2/+7
| * | spl: spi: support loading i.MX container format filePeng Fan2019-10-081-0/+11
| * | spl: nand: support loading i.MX container format filePeng Fan2019-10-081-0/+9
| * | spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan2019-10-081-2/+7