summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping
2021-07-21spl: Provide more information on boot failureSimon Glass
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut
2021-07-07bootstage: Eliminate when not enabledTom Rini
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan
2021-05-26spl: Kconfig: Use tabs instead of space for alignmentMichal Simek
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-03-27spl: Split out bootstage ID into a functionSimon Glass
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: spl: Add a function to find the text baseSimon Glass
2021-01-27spl: Add functions for next and previous phaseSimon Glass
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes
2021-01-25sunxi: support loading with SPL > 32KBAndre Przywara
2021-01-25sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes
2021-01-15spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait
2021-01-05spl: Drop bd_info in the data sectionSimon Glass