summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Set FAT bl_len to ARCH_DMA_MINALIGNSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Take advantage of bl_len's power-of-twonessSean Anderson
2023-11-16spl: Remove dev from spl_load_infoSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-11-16spl: semihosting: Don't close fd before spl_load_simple_fitSean Anderson
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson
2023-11-16spl: blk_fs: Fix uninitialized return value when we can't get a blk_descSean Anderson
2023-11-16mtd: Rename SPL_MTD_SUPPORT to SPL_MTDSean Anderson
2023-11-16spl: nand: Map memory before accessing itSean Anderson
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson
2023-10-17spl: nor: Don't allocate header on stackSean Anderson
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut
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