summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-08-301-22/+1
* common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-08-301-42/+0
* arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-311-1/+3
* SPL: Add support for parsing board / BootROM specific image typesPali Rohár2021-07-311-0/+9
* SPL: Add support for specifying offset between header and imagePali Rohár2021-07-313-3/+27
* i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-281-3/+3
* Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-281-2/+2
* Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-281-2/+2
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-2/+2
* Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-282-2/+2
* Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-281-1/+1
* Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-282-5/+5
* Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2021-07-281-1/+1
* Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-281-1/+1
* spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-271-0/+5
* spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc2021-07-271-2/+2
* spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping2021-07-231-2/+2
* spl: Provide more information on boot failureSimon Glass2021-07-212-16/+42
* Merge branch '2021-07-16-cleanup-image-support'Tom Rini2021-07-171-7/+7
|\
| * Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2021-07-161-1/+1
| * Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass2021-07-161-2/+2
| * image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2021-07-161-4/+4
* | spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut2021-07-101-13/+24
|/
* bootstage: Eliminate when not enabledTom Rini2021-07-071-0/+2
* Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-07-011-1/+2
|\
| * spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-231-1/+2
* | common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+1
|/
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-2/+2
* spl: Kconfig: Use tabs instead of space for alignmentMichal Simek2021-05-261-12/+12
* sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-041-0/+4
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-192-21/+8
* spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc2021-04-141-1/+18
* spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc2021-04-141-1/+11
* spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc2021-04-141-2/+3
* spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc2021-04-141-3/+1
* spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc2021-04-141-0/+24
* spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc2021-04-141-0/+8
* spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc2021-04-141-25/+45
* spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
* Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-04-091-6/+18
|\
| * spl: fit: nand: allow for non-page-aligned elementsTim Harvey2021-04-081-5/+15
| * spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey2021-04-081-1/+3
* | riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-2/+3
|/
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* spl: Split out bootstage ID into a functionSimon Glass2021-03-271-4/+19
* dm: core: Add an option to support SPL in read-only memorySimon Glass2021-03-261-0/+24
* spl: Convert spl_fit to work with sandboxSimon Glass2021-03-122-13/+17
* spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass2021-03-021-2/+1
* spl: fit: Load devicetree when a Linux payload is foundWIP/2021-02-17-SPL-FIT-improvementsAlexandru Gagniuc2021-02-171-3/+15
* spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24