aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-07-14bootstd: Add a separate log category for expoSimon Glass
2023-07-07tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIALYing Sun
2023-07-07common: Kconfig: SYS_CONSOLE_ENV_OVERWRITE depends on SYS_CONSOLE_IS_IN_ENVYing Sun
2023-07-06RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS descriptionHeinrich Schuchardt
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-07-03spl: spl_legacy: Fix spl_end addressFabio Estevam
2023-06-24imx: hab: Simplify the mechanismMarek Vasut
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut
2023-06-23menu: Re-enable the ANSI codesSimon Glass
2023-06-21common/memsize.c: Fix get_ram_size() when cache is enabledEmanuele Ghidoli
2023-06-20stdio: Remove stdio_init()Masahiro Yamada
2023-06-20spl: spl-nor: return error if no valid image was loadedMario Kicherer
2023-06-19common: spl: Add spl NVMe boot supportMayuresh Chitale
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale
2023-06-19spl: Add Kconfig options for NVMEMayuresh Chitale
2023-06-16fdt_support: add fdt_copy_fixed_partitions functionPatrick Delaunay
2023-06-16fdt_support: include dm/ofnode.hPatrick Delaunay
2023-06-14spl: ext: Use partition size for mountMayuresh Chitale
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-12global: Use proper project name U-BootMichal Simek
2023-05-31cli: avoid buffer overrunHeinrich Schuchardt
2023-05-31spl: Correct checking of configuration nodeBin Meng
2023-05-17usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/Marek Vasut
2023-05-17usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/Marek Vasut
2023-05-17usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/Marek Vasut
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini
2023-05-03common/Kconfig: fix comments syntax errorHugo Villeneuve
2023-05-03common: cli_hush: Restore clear local variable supportStefan Herbrechtsmeier
2023-05-02imx: support i.MX8QM DMSSE20 a1 boardOliver Graute
2023-04-28fdt_support: fix comments syntax errorHugo Villeneuve
2023-04-28common: static fdt_simplefb_enable_existing_node()Heinrich Schuchardt
2023-04-27ide: Drop init for not using BLKSimon Glass
2023-04-27ide: Drop CONFIG_START_IDESimon Glass
2023-04-24common: Replace #ifdef and #if with if'sNikhil M Jain
2023-04-24common: Enable splash functions at SPLNikhil M Jain
2023-04-24common: Makefile: Rule to compile bmp.cNikhil M Jain
2023-04-24cmd: bmp: Split bmp commands and functionsNikhil M Jain
2023-04-24common: Kconfig: Add BMP configsNikhil M Jain
2023-04-24common: Makefile: Add rule to compile splash and splash_source at SPLNikhil M Jain
2023-04-15arch: m68k: Introduce trivial PIT based timerMarek Vasut
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár
2023-04-07ARM: rmobile: Add R-Car Generation 4 supportHai Pham
2023-04-03Merge branch 'next'Tom Rini
2023-03-30cli: run_commandf(): small fixupsEvgeny Bachinin
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()Simon Glass
2023-03-28cli: Correct several bugs in cli_getch()Simon Glass
2023-03-22dlmalloc: Fix a warning with clang-15Tom Rini