aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass
2023-10-06spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass
2023-10-06spl: Remove #ifdefs with BOOTSTAGESimon Glass
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass
2023-10-06spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-10-02Merge branch 'next'Tom Rini
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22dm: core: Allow marking driver model as deadSimon Glass
2023-09-19spl: Tidy up load address in spl_ramSimon Glass
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15spl: sdp: Detach the controller on errorMarek Vasut
2023-09-09spl: undefined return value in spl_blk_load_imageHeinrich Schuchardt
2023-09-05spl: add __noreturn attribute to spl_invoke_opensbi functionChanho Park
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-19spl: don't assume NVMe partition 1 existsHeinrich Schuchardt
2023-08-17spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORElena Popa
2023-08-14spl: add FIT support to semihosting boot methodHeinrich Schuchardt
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov
2023-07-30spl: initialize PCI before bootingHeinrich Schuchardt
2023-07-30spl: blk: partition numbers are hexadecimalHeinrich Schuchardt
2023-07-30spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAMEHeinrich Schuchardt
2023-07-21common: spl: spl: Remove video driverNikhil M Jain
2023-07-21common: spl: spl: Update stack pointer addressNikhil M Jain
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek
2023-07-07tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIALYing Sun
2023-07-06RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS descriptionHeinrich Schuchardt
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-07-03spl: spl_legacy: Fix spl_end addressFabio Estevam
2023-06-24imx: hab: Simplify the mechanismMarek Vasut
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut
2023-06-20spl: spl-nor: return error if no valid image was loadedMario Kicherer
2023-06-19common: spl: Add spl NVMe boot supportMayuresh Chitale
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale