aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár1-1/+1
2023-04-07ARM: rmobile: Add R-Car Generation 4 supportHai Pham1-1/+1
2023-04-03Merge branch 'next'Tom Rini9-30/+104
2023-03-30cli: run_commandf(): small fixupsEvgeny Bachinin1-6/+19
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()WIP/2023-03-28-correct-several-cli_getch-bugsSimon Glass1-2/+1
2023-03-28cli: Correct several bugs in cli_getch()Simon Glass1-2/+3
2023-03-22dlmalloc: Fix a warning with clang-15Tom Rini1-4/+4
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini2-1/+2
2023-03-14binman: add sign option for binmanIvan Mikhaylov1-0/+1
2023-03-14console: Use only 0x00 as line separator for console recordingMarek Vasut1-1/+1
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-13/+1
2023-03-10usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt1-12/+0
2023-03-10usb: USB hubs require host modeHeinrich Schuchardt1-1/+1
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski1-3/+5
2023-03-03Add VPL options for BLOBLISTSimon Glass1-1/+30
2023-03-02event: Add Kconfig options for SPLSimon Glass1-0/+20
2023-03-02common: Make ARCH_EARLY_INIT_R be selected onlyTom Rini1-1/+1
2023-03-02common/Kconfig: Reword text for BOARD_TYPESTom Rini1-5/+4
2023-03-01spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITIONPali Rohár2-9/+12
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini1-4/+5
2023-02-17common: avb_verify: prevent opening incorrect sessionWIP/2023-02-17-assorted-fixesIvan Khoronzhuk1-4/+5
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-0/+7
2023-02-11dm: Allow serial output during the relocation processSimon Glass1-0/+9
2023-02-11sandbox: Bring back setting mon_len in global_dataSimon Glass1-0/+3
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/10Feb2023Tom Rini1-0/+3
2023-02-10Correct SPL uses of VIDEOSimon Glass1-1/+1
2023-02-10Correct SPL use of SPLASH_SOURCESimon Glass1-1/+1
2023-02-10Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDRSimon Glass1-1/+1
2023-02-10Correct SPL uses of SAVE_PREV_BL_FDT_ADDRSimon Glass1-1/+1
2023-02-10Correct SPL use of OF_EMBEDSimon Glass1-1/+1
2023-02-10Correct SPL uses of NEEDS_MANUAL_RELOCSimon Glass2-3/+3
2023-02-10Correct SPL use of HUSH_PARSERSimon Glass1-1/+1
2023-02-10eficonfig: CTRL+S to save the boot orderMasahisa Kojima1-0/+3
2023-02-09Correct SPL use of CMD_SHA1SUMSimon Glass1-1/+1
2023-02-09Correct SPL use of CMD_HASHSimon Glass1-1/+1
2023-02-07usb: Drop unused ehci-faraday driverSimon Glass1-6/+0
2023-02-06qemu: Move qfw kernel setup into a common fileSimon Glass1-1/+65
2023-02-06log: Add a category for filesystemsSimon Glass1-0/+1
2023-02-06spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass1-1/+0
2023-01-27common: bouncebuf: Use dma-mapping for cache opsAndrew Davis1-6/+7
2023-01-23event: Correct duplicate log message in event_notify()Simon Glass1-1/+1
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-1/+1
2023-01-20common/update: Finish Kconfig migrationTom Rini2-25/+12
2023-01-20spl: sata: Rework the loading case it not use IS_ENABLED(...)Tom Rini1-16/+9
2023-01-20autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usageTom Rini1-6/+10
2023-01-20global: Remove unused CONFIG definesTom Rini1-10/+2
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Jan2023Tom Rini1-0/+1
2023-01-18trace: Use notrace for shortSimon Glass1-0/+1
2023-01-18configs: Increase malloc size after relocationNeha Malcom Francis1-0/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-9/+8