aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-08-31event: Export event_type_name()Simon Glass1-1/+1
2023-08-31Revert "initcall: Move to inline function"Simon Glass1-1/+4
2023-08-31event: Support a simple spy recordSimon Glass1-1/+8
2023-08-22common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut1-1/+1
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park1-0/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini4-10/+6
2023-08-19spl: don't assume NVMe partition 1 existsHeinrich Schuchardt1-6/+0
2023-08-17spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORElena Popa1-1/+1
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-14spl: add FIT support to semihosting boot methodHeinrich Schuchardt1-0/+31
2023-08-10riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu1-0/+3
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass1-2/+1
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-08-09treewide: unify the linker symbol reference formatShiji Yang2-10/+10
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini3-3/+3
2023-08-08board_f: Cosmetic style fixBin Meng1-2/+3
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin1-1/+0
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut1-1/+1
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt1-1/+1
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov1-11/+0
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov1-12/+0
2023-08-07bloblist: Enforce CRC32Tom Rini1-0/+3
2023-08-05event: Fix a wrong type_name from dm_post_init to dm_post_init_fJaehoon Chung1-1/+1
2023-08-02console: Print out complete stdio device listBin Meng1-9/+21
2023-08-02console: Refactor stdio_print_current_devices() a little bitBin Meng1-15/+15
2023-08-02console: Make stdio_print_current_devices() staticBin Meng1-1/+1