summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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 foundAlexandru Gagniuc2021-02-171-3/+15
* spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
* spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
* spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
* spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
* spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
* spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6
* spl: Add functions for next and previous phaseSimon Glass2021-01-271-1/+1
* bootcount: allow to use this feature on TPLPhilippe Reynes2021-01-272-2/+11
* sunxi: support loading with SPL > 32KBAndre Przywara2021-01-251-1/+2
* sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec2021-01-251-2/+2
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5
* spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait2021-01-151-1/+1
* spl: Drop bd_info in the data sectionSimon Glass2021-01-052-8/+21
* spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc2020-12-071-15/+22
* spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-042-4/+104
* spl: atf: remove helper structure from common headerMichael Walle2020-12-041-0/+11
* spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-041-3/+11
* spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
* spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes2020-12-011-0/+10
* board: Rename uclass to sysinfoSimon Glass2020-11-061-7/+8
* spl: Use standard FIT entriesMichal Simek2020-10-273-9/+14
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-10-222-4/+17
|\
| * spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2020-10-222-4/+17
* | common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* | Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMITOvidiu Panait2020-10-221-4/+4
* | Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut2020-10-211-5/+2
|/
* spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador2020-10-141-0/+1
* spl: Avoid printing boot device if silent console is enabledOtavio Salvador2020-10-141-1/+3