summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10Correct SPL use of CMD_SHA1SUMSimon Glass1-1/+1
2023-02-10Correct 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-24event: 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...Tom 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
2023-01-17Merge branch '2022-01-16-bootstd-updates'Tom Rini5-217/+323
2023-01-17menu: Factor out menu-keypress decodingSimon Glass1-18/+30
2023-01-17image: Move common image code to image_board and commandSimon Glass1-0/+19
2023-01-16menu: Make use of CLI character processingSimon Glass2-70/+34
2023-01-16menu: Use a switch statementSimon Glass1-11/+20
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass1-14/+16
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass1-7/+9
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass1-17/+17
2023-01-16cli: Move readline character-processing to a state machineSimon Glass3-131/+229
2023-01-16arm: rockchip: Add RV1126 arch core supportJagan Teki1-1/+1
2023-01-14usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay2-1/+13
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini2-0/+63
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut2-6/+0
2023-01-12common: spl: ram: fix return codeNikita Shubin1-4/+5
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler2-0/+15
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2-0/+63
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut2-9/+19
2023-01-11common:autoboot:modify function parametersShenlin Liang1-2/+2
2023-01-09Merge branch 'next'Tom Rini18-52/+55
2023-01-08common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xxPali Rohár1-0/+2
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini1-4/+0