summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-27ide: Drop CONFIG_START_IDESimon Glass1-5/+0
2023-04-24common: Replace #ifdef and #if with if'sNikhil M Jain2-16/+12
2023-04-24common: Enable splash functions at SPLNikhil M Jain2-10/+10
2023-04-24common: Makefile: Rule to compile bmp.cNikhil M Jain1-0/+1
2023-04-24cmd: bmp: Split bmp commands and functionsNikhil M Jain1-0/+153
2023-04-24common: Kconfig: Add BMP configsNikhil M Jain1-0/+12
2023-04-24common: Makefile: Add rule to compile splash and splash_source at SPLNikhil M Jain1-0/+2
2023-04-15arch: m68k: Introduce trivial PIT based timerMarek Vasut1-1/+1
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()Simon 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-15binman: add sign option for binmanIvan Mikhaylov1-0/+1
2023-03-15console: 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-03event: 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-28Merge tag 'v2023.04-rc3' into nextTom Rini1-4/+5
2023-02-17common: avb_verify: prevent opening incorrect sessionIvan 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...Tom 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