aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2023-08-31initcall: Support manual relocationSimon Glass
2023-08-31initcall: Support emitting eventsSimon Glass
2023-08-31event: Export event_type_name()Simon Glass
2023-08-31Revert "initcall: Move to inline function"Simon Glass
2023-08-31event: Support a simple spy recordSimon Glass
2023-08-22common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho 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-15common: return type board_get_usable_ram_topHeinrich Schuchardt
2023-08-14spl: add FIT support to semihosting boot methodHeinrich Schuchardt
2023-08-10riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-08board_f: Cosmetic style fixBin Meng
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov