aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov
2023-08-07bloblist: Enforce CRC32Tom Rini
2023-08-05event: Fix a wrong type_name from dm_post_init to dm_post_init_fJaehoon Chung
2023-08-02console: Print out complete stdio device listBin Meng
2023-08-02console: Refactor stdio_print_current_devices() a little bitBin Meng
2023-08-02console: Make stdio_print_current_devices() staticBin Meng
2023-08-02console: kconfig: Drop the redundant VIDEO dependencyBin Meng
2023-07-30spl: initialize PCI before bootingHeinrich Schuchardt
2023-07-30spl: blk: partition numbers are hexadecimalHeinrich Schuchardt
2023-07-30spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAMEHeinrich Schuchardt
2023-07-21common: Kconfig: Fix CMD_BMP/BMP dependencySamuel Dionne-Riel
2023-07-21common: spl: spl: Remove video driverNikhil M Jain
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain
2023-07-21common: spl: spl: Update stack pointer addressNikhil M Jain
2023-07-21common: splash_source: Fix type casting errorsNikhil M Jain
2023-07-21event: Add fpga load eventChristian Taedcke
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek
2023-07-17android_ab: Try backup booloader_messageJoshua Watt
2023-07-17log: Support outputing function names in SPLSimon Glass
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass
2023-07-17log: Tidy up an ambiguous commentSimon Glass
2023-07-14board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi