summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass1-4/+4
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-1/+2
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek1-1/+2
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+1
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-2/+2
2021-05-27spl: Kconfig: Use tabs instead of space for alignmentMichal Simek1-12/+12
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-0/+4
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2-21/+8
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc1-1/+18
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc1-1/+11
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc1-2/+3
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc1-3/+1
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc1-0/+24
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc1-0/+8
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc1-25/+45
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc1-2/+9
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+18
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey1-5/+15
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey1-1/+3
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng1-2/+3
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27spl: Split out bootstage ID into a functionSimon Glass1-4/+19
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass1-0/+24
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass2-13/+17
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-02-18spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-18spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-18spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-18spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-18spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-18spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-18spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2021-02-01x86: spl: Add a function to find the text baseSimon Glass1-0/+6
2021-01-28spl: Add functions for next and previous phaseSimon Glass1-1/+1
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes2-2/+11
2021-01-26sunxi: support loading with SPL > 32KBAndre Przywara1-1/+2
2021-01-26sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec1-2/+2
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes1-2/+5
2021-01-15spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait1-1/+1
2021-01-05spl: Drop bd_info in the data sectionSimon Glass2-8/+21
2020-12-08spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc1-15/+22
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle2-4/+104
2020-12-05spl: atf: remove helper structure from common headerMichael Walle1-0/+11
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-3/+11
2020-12-05spl: atf: move storage for bl31_params into functionMichael Walle1-3/+2
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes1-0/+10
2020-11-06board: Rename uclass to sysinfoSimon Glass1-7/+8
2020-10-27spl: Use standard FIT entriesMichal Simek3-9/+14