summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: Kconfig: Record proper dependency for SPL_ATFMichal Simek2020-09-231-1/+1
* fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2020-09-232-3/+3
* Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-111-2/+5
* sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-09-011-0/+2
* spl: usb: Only init usb onceFaiz Abbas2020-08-111-3/+8
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-7/+13
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+9
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-031-0/+10
* Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford2020-07-281-0/+7
* Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford2020-07-281-0/+12
* Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford2020-07-281-0/+14
* riscv: Make SiFive HiFive Unleashed board boot againBin Meng2020-07-241-5/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* spl: fix ext4fs_mount return code handlingThomas Schaefer2020-07-171-1/+1
* spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi2020-07-081-5/+5
* spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi2020-07-081-1/+4
* spl: fit: fail fit loading in case of FDT appending errorDario Binacchi2020-07-081-3/+6