summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-112-0/+2
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-112-0/+2
* spl: implement stack usage checkSimon Goldschmidt2019-08-112-0/+44
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-272-1/+2
|\
| * watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-192-1/+2
* | spl: sata: support U-Boot load from raw sata diskBaruch Siach2019-07-242-0/+48
|/
* spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-172-25/+65
* spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg2019-07-171-0/+10
* sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara2019-07-151-0/+3
* spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia2019-07-131-0/+17
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-3/+17
|\
| * spl: sata: don't force FS_FAT supportBaruch Siach2019-07-111-2/+6
| * spl: sata: fix build with DM_SCSIBaruch Siach2019-07-111-1/+3
| * spl: sata: add default partition and image nameBaruch Siach2019-07-111-0/+8
* | SPL: Default to disabling legacy image support when using FITTom Rini2019-07-111-1/+1
* | spl: Fix typo in kernel docMiquel Raynal2019-07-111-1/+1
|/
* ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher2019-07-091-0/+6
* ubispl: add support for loading volumes by nameHamish Guthrie2019-07-092-0/+20
* ubispl: migrate configuration to KconfigMarkus Klotzbuecher2019-07-091-0/+79
* spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf2019-07-021-0/+1