aboutsummaryrefslogtreecommitdiff
path: root/common
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-06bloblist: Add missing nameSimon Glass
2023-10-06bloblist: Support initing from multiple placesSimon Glass
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass
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-19Move fdt_simplefb to boot/Simon Glass
2023-09-19boot: Move fdt_support to boot/Simon Glass
2023-09-19video: Move the BMP optionsSimon Glass
2023-09-19video: Move bmp code to drivers/videoSimon Glass
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15spl: sdp: Detach the controller on errorMarek Vasut
2023-09-15dfu: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15dfu: Detach the controller on errorMarek Vasut
2023-09-14cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: stdio: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: hash: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: event: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: malloc: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: hush: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek 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-09-05dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INITShengyu Qu
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-31event: Use an event to replace last_stage_init()Simon Glass
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass