summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-4/+17
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-10-22Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMITOvidiu Panait1-4/+4
2020-10-22spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2-4/+17
2020-10-22Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut1-5/+2
2020-10-14spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador1-0/+1
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador1-1/+3
2020-09-23spl: Kconfig: Record proper dependency for SPL_ATFMichal Simek1-1/+1
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2-3/+3
2020-09-12Fix data abort caused by mis-aligning FIT dataReuben Dowle1-2/+5
2020-09-01sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2020-08-11spl: usb: Only init usb onceFaiz Abbas1-3/+8
2020-08-11spl: usb: Create an API spl_usb_load()Faiz Abbas1-7/+13
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+9
2020-08-04spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass1-0/+10
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford1-0/+7
2020-07-28Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford1-0/+12