summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-12global: Use proper project name U-BootMichal Simek2-2/+2
2023-06-01cli: avoid buffer overrunHeinrich Schuchardt1-1/+1
2023-06-01spl: Correct checking of configuration nodeBin Meng1-1/+1
2023-05-17usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/Marek Vasut1-63/+0
2023-05-17usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/Marek Vasut1-17/+0
2023-05-17usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/Marek Vasut1-10/+0
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-1/+1
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain1-0/+15
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini4-10/+174
2023-05-04common/Kconfig: fix comments syntax errorHugo Villeneuve1-1/+1
2023-05-04common: cli_hush: Restore clear local variable supportStefan Herbrechtsmeier1-1/+7
2023-05-02imx: support i.MX8QM DMSSE20 a1 boardOliver Graute1-1/+1
2023-04-28fdt_support: fix comments syntax errorHugo Villeneuve1-2/+2
2023-04-28common: static fdt_simplefb_enable_existing_node()Heinrich Schuchardt1-1/+7
2023-04-27ide: Drop init for not using BLKSimon Glass1-12/+0