aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass
2023-12-31bloblist: Update the tag numberingSimon Glass
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini
2023-12-28cli: modern_hush: Add upstream commits up to 2nd October 2023.Francis Laniel
2023-12-28cli: hush_modern: Enable loopsFrancis Laniel
2023-12-28cli: hush_modern: Enable if keywordFrancis Laniel
2023-12-28cli: hush_modern: Enable using < and > as string compare operatorsFrancis Laniel
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel
2023-12-28cli: hush_modern: Add functions to be called from run_command()Francis Laniel
2023-12-28cli: hush_modern: Enable variables expansion for modern hushFrancis Laniel
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel
2023-12-28cmd: Add new cli commandFrancis Laniel
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel
2023-12-28cli: Add menu for hush parserFrancis Laniel
2023-12-28cli: Port upstream Busybox hush to U-BootFrancis Laniel
2023-12-28cli: Add Busybox upstream hush.c fileFrancis Laniel
2023-12-20command: Move command completion temporary buffer to stackMarek Vasut
2023-12-20command: Allocate history buffer using calloc()Marek Vasut
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-13video: Add a function to clear the displaySimon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13bootstd: Introduce programmatic bootSimon Glass
2023-12-06sunxi: h616: (really) lower SPL stack address to avoid BROM dataAndre Przywara
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini
2023-12-01usb: storage: Use the correct CBW lengthsHector Martin
2023-12-01usb: hub: Add missing reset recovery delayHector Martin
2023-11-29Fix stack-protector for powerpcChristophe Leroy
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass
2023-11-28Revert "generic-board: make show_board_info a weak function"Simon Glass
2023-11-28board: Move show_board_info() comment to header fileSimon Glass
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-11-16spl: fat: Add option to disable DMA alignmentSean Anderson
2023-11-16spl: spi: Consolidate spi_load_image_os into spl_spi_load_imageSean Anderson
2023-11-16spl: Convert spi to spl_loadSean Anderson
2023-11-16spl: Convert semihosting to spl_loadSean Anderson
2023-11-16spl: Convert NVMe to spl_loadSean Anderson
2023-11-16spl: Convert nor to spl_loadSean Anderson
2023-11-16spl: Convert net to spl_loadSean Anderson
2023-11-16spl: Convert nand to spl_loadSean Anderson
2023-11-16spl: Convert mmc to spl_loadSean Anderson
2023-11-16spl: Convert fat to spl_loadSean Anderson
2023-11-16spl: Convert ext to use spl_loadSean Anderson
2023-11-16spl: Add generic spl_load functionSean Anderson
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson
2023-11-16spl: nand: Remove spl_nand_legacy_readSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson