summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-172-1/+9
* 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
* | spl: fix SPI config dependenciesSimon Goldschmidt2019-11-071-10/+11
|/
* Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Nov2019Tom 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 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-011-4/+19
|\
| * 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
* | spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
|/
* spl: mmc: make eMMC HW boot partition configuration optionalWIP/18Oct2019Anatolij Gustschin2019-10-181-6/+22
* 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 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-091-0/+1
|\ \ | |/ |/|
| * 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-097-14/+89
|\ \
| * | 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: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski2019-10-081-0/+9
| * | 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-081-1/+1
* | 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
|/
* Merge branch '2019-08-26-master-imports'Tom Rini2019-08-261-0/+1
|\
| * Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford2019-08-261-0/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/26Aug2019Tom Rini2019-08-265-14/+134
|\ \ | |/ |/|
| * riscv: support SPL stack and global data relocationLukas Auer2019-08-261-1/+1
| * spl: support booting via RISC-V OpenSBILukas Auer2019-08-264-0/+109
| * spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer2019-08-261-13/+24
* | Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigWIP/2019-08-24-master-importsHannes Schmelzer2019-08-251-0/+8
|/
* Kconfigs: Various: Fix some SPL, TPL and ARM64 dependenciesAdam Ford2019-08-231-0/+2
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0