summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-08-02console: kconfig: Drop the redundant VIDEO dependencyBin Meng1-1/+1
2023-07-30spl: initialize PCI before bootingHeinrich Schuchardt2-5/+7
2023-07-30spl: blk: partition numbers are hexadecimalHeinrich Schuchardt1-1/+1
2023-07-30spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAMEHeinrich Schuchardt1-1/+1
2023-07-21common: Kconfig: Fix CMD_BMP/BMP dependencySamuel Dionne-Riel1-1/+0
2023-07-21common: spl: spl: Remove video driverNikhil M Jain1-11/+11
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain1-1/+10
2023-07-21common: spl: spl: Update stack pointer addressNikhil M Jain1-0/+1
2023-07-21common: splash_source: Fix type casting errorsNikhil M Jain1-3/+3
2023-07-21event: Add fpga load eventChristian Taedcke1-0/+3
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek1-1/+1
2023-07-17android_ab: Try backup booloader_messageJoshua Watt1-0/+9
2023-07-17log: Support outputing function names in SPLSimon Glass1-2/+8
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass1-0/+1
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass1-3/+4
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-5/+7
2023-07-17log: Tidy up an ambiguous commentSimon Glass1-1/+1
2023-07-14board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi1-2/+0
2023-07-14hash: fix a memory leakSergei Antonov1-2/+6
2023-07-14bootstd: Add a separate log category for expoSimon Glass1-0/+1
2023-07-07tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIALYing Sun1-0/+1
2023-07-07common: Kconfig: SYS_CONSOLE_ENV_OVERWRITE depends on SYS_CONSOLE_IS_IN_ENVYing Sun1-0/+1
2023-07-06RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS descriptionHeinrich Schuchardt1-2/+4
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini4-10/+23
2023-07-03spl: spl_legacy: Fix spl_end addressFabio Estevam1-1/+1
2023-06-24imx: hab: Simplify the mechanismMarek Vasut1-7/+0
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut1-0/+20
2023-06-23menu: Re-enable the ANSI codesSimon Glass1-1/+1
2023-06-21common/memsize.c: Fix get_ram_size() when cache is enabledEmanuele Ghidoli1-0/+24
2023-06-21stdio: Remove stdio_init()Masahiro Yamada1-8/+0
2023-06-20spl: spl-nor: return error if no valid image was loadedMario Kicherer1-1/+1
2023-06-20common: spl: Add spl NVMe boot supportMayuresh Chitale2-0/+33
2023-06-20spl: blk: Support loading images from fsMayuresh Chitale3-0/+136
2023-06-20spl: Add Kconfig options for NVMEMayuresh Chitale1-0/+26
2023-06-16fdt_support: add fdt_copy_fixed_partitions functionPatrick Delaunay1-0/+73
2023-06-16fdt_support: include dm/ofnode.hPatrick Delaunay1-1/+1
2023-06-14spl: ext: Use partition size for mountMayuresh Chitale1-2/+2
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2-2/+2
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-1/+1