aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+13
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara1-0/+1
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara1-1/+1
2023-10-19spl: riscv: add os type for next booting stageRandolph2-3/+9
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-17spl: Use map_sysmem where appropriateSean Anderson11-35/+69
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson2-1/+12
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson1-0/+1
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson3-0/+173
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson4-4/+12
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson1-1/+2
2023-10-17spl: nor: Don't allocate header on stackSean Anderson1-7/+4
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson1-1/+1
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson1-1/+1
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-1/+13
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut1-3/+20
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman1-5/+7
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park1-4/+4
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini1-3/+17
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai1-1/+12
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai1-3/+6
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass1-12/+12
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass1-5/+6
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass2-101/+100
2023-10-06spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass1-11/+10
2023-10-06spl: Remove #ifdefs with BOOTSTAGESimon Glass1-12/+3
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass1-4/+5
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-3/+3
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass1-22/+10
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass1-6/+4
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass1-6/+4
2023-10-06spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass1-6/+0
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass1-4/+4
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass10-22/+22
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass4-12/+12
2023-10-02Merge branch 'next'Tom Rini10-23/+67
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube2-6/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass4-0/+4
2023-09-22dm: core: Allow marking driver model as deadSimon Glass1-1/+1
2023-09-19spl: Tidy up load address in spl_ramSimon Glass1-6/+13
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut1-5/+8
2023-09-15spl: sdp: Detach the controller on errorMarek Vasut1-2/+5
2023-09-09spl: undefined return value in spl_blk_load_imageHeinrich Schuchardt1-1/+1
2023-09-05spl: add __noreturn attribute to spl_invoke_opensbi functionChanho Park1-3/+4
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-6/+0
2023-08-19spl: don't assume NVMe partition 1 existsHeinrich Schuchardt1-6/+0
2023-08-17spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORElena Popa1-1/+1
2023-08-14spl: add FIT support to semihosting boot methodHeinrich Schuchardt1-0/+31
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini2-2/+2
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov1-11/+0