summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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: 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 optionalWIP/18Oct2019Anatolij 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-x86WIP/12Oct2019Tom 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...WIP/09Oct2019Tom 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
| * | spl: nor: introduce spl_nor_get_uboot_basePeng Fan2019-10-081-4/+9
| * | spl: spi: introduce spl_spi_get_uboot_offsPeng Fan2019-10-081-1/+9
| * | spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan2019-10-081-0/+11
| * | imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima2019-10-081-3/+4
| * | imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski2019-10-081-0/+9
| * | Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic2019-10-081-5/+3
| * | habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima2019-10-081-3/+5
| * | spl: mmc: support loading i.MX container format filePeng Fan2019-10-081-0/+10
| * | ARM: imx: Support larger SPL size on IMX6DQRobert Hancock2019-10-081-1/+2
| * | spl: pass args to board_return_to_bootromPeng Fan2019-10-081-3/+4
| |/
* | spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass2019-10-081-1/+1
* | spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-082-2/+2
* | spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
* | spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-3/+9
* | spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass2019-10-081-2/+2
|/
* splash: fix splash banner outputAnatolij Gustschin2019-09-211-1/+45
* splash: fix logo drawing if CONFIG_VIDEO_LOGO enabledAnatolij Gustschin2019-09-211-2/+33
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-113-6/+9