aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Allow marking driver model as deadSimon Glass2023-09-221-1/+1
* spl: Tidy up load address in spl_ramSimon Glass2023-09-191-6/+13
* Move fdt_simplefb to boot/Simon Glass2023-09-193-126/+0
* boot: Move fdt_support to boot/Simon Glass2023-09-192-2152/+0
* video: Move the BMP optionsSimon Glass2023-09-191-11/+0
* video: Move bmp code to drivers/videoSimon Glass2023-09-192-143/+0
* sdp: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-5/+8
* spl: sdp: Detach the controller on errorMarek Vasut2023-09-151-2/+5
* dfu: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-7/+8
* dfu: Detach the controller on errorMarek Vasut2023-09-151-1/+3
* cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-7/+0
* common: stdio: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-12/+0
* common: hash: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-29/+0
* common: event: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-142-17/+0
* common: malloc: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-14/+0
* common: hush: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-16/+0
* common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-22/+0
* blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-3/+0
* Merge tag 'v2023.10-rc4' into nextTom Rini2023-09-041-0/+1
|\
| * dm: event: add EVT_DM_POST_INIT_R event typeChanho Park2023-08-221-0/+1
* | event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass2023-08-313-8/+3
* | freescale: Drop call to init_func_vid() in the init sequenceSimon Glass2023-08-311-10/+0
* | x86: Convert arch_fsp_init() to use eventsSimon Glass2023-08-312-3/+2
* | initcall: Support manual relocationSimon Glass2023-08-311-4/+2
* | initcall: Support emitting eventsSimon Glass2023-08-311-6/+1
* | event: Export event_type_name()Simon Glass2023-08-311-1/+1
* | Revert "initcall: Move to inline function"Simon Glass2023-08-311-1/+4
* | event: Support a simple spy recordSimon Glass2023-08-311-1/+8
* | common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut2023-08-221-1/+1
* | Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-214-10/+6
|\|
| * spl: don't assume NVMe partition 1 existsHeinrich Schuchardt2023-08-191-6/+0
| * common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-151-1/+1
| * riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu2023-08-101-0/+3
| * video: Add a Kconfig option for SPL video handoffSimon Glass2023-08-091-2/+1
| * bootstd: Rename bootdev_setup_sibling_blk()Simon Glass2023-08-091-1/+1
* | spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORElena Popa2023-08-171-1/+1
* | spl: add FIT support to semihosting boot methodHeinrich Schuchardt2023-08-141-0/+31
* | treewide: unify the linker symbol reference formatShiji Yang2023-08-092-10/+10
* | Kconfigs: Correct default of "0" on hex type entriesTom Rini2023-08-093-3/+3
* | board_f: Cosmetic style fixBin Meng2023-08-081-2/+3
* | crc32: Drop duplicates crc header includesIlya Lukin2023-08-081-1/+0
|/
* common: Drop duplicate space in SPL_BMP descriptionMarek Vasut2023-08-071-1/+1
* common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt2023-08-071-1/+1
* spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov2023-08-071-11/+0
* spl: remove duplicate SPL_MD5 optionOleksandr Suvorov2023-08-071-12/+0
* bloblist: Enforce CRC32Tom Rini2023-08-071-0/+3
* event: Fix a wrong type_name from dm_post_init to dm_post_init_fJaehoon Chung2023-08-051-1/+1
* console: Print out complete stdio device listBin Meng2023-08-021-9/+21
* console: Refactor stdio_print_current_devices() a little bitBin Meng2023-08-021-15/+15
* console: Make stdio_print_current_devices() staticBin Meng2023-08-021-1/+1