aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-06bloblist: Add missing nameSimon Glass1-0/+1
2023-10-06bloblist: Support initing from multiple placesSimon Glass2-4/+13
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass1-1/+1
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 Glass2-12/+17
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 Glass6-18/+14
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 Rini25-2630/+114
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube2-6/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass6-0/+6
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-19Move fdt_simplefb to boot/Simon Glass3-126/+0
2023-09-19boot: Move fdt_support to boot/Simon Glass2-2152/+0
2023-09-19video: Move the BMP optionsSimon Glass1-11/+0
2023-09-19video: Move bmp code to drivers/videoSimon Glass2-143/+0
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-15dfu: Use plain udevice for UDC controller interactionMarek Vasut1-7/+8
2023-09-15dfu: Detach the controller on errorMarek Vasut1-1/+3
2023-09-14cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-7/+0
2023-09-14common: stdio: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-12/+0
2023-09-14common: hash: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-29/+0
2023-09-14common: event: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2-17/+0
2023-09-14common: malloc: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-14common: hush: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-16/+0
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-22/+0
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-3/+0
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-09-05dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INITShengyu Qu1-3/+3
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-0/+1
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass3-8/+3
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass1-10/+0
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass2-3/+2
2023-08-31initcall: Support manual relocationSimon Glass1-4/+2
2023-08-31initcall: Support emitting eventsSimon Glass1-6/+1