aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2024-01-29common: splash_source: Don't compile ubifs splash cmd for SPL buildDevarsh Thakkar1-1/+1
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini2-5/+55
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar1-2/+6
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar1-3/+30
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar1-0/+19
2024-01-29sunxi: Consider SPL size limitations for FIT loadingSamuel Holland1-2/+1
2024-01-29sunxi: spl: Disable padding from SPL_PAD_TOSamuel Holland1-2/+1
2024-01-24common: console: Fix print complete stdio device listPatrice Chotard1-15/+12
2024-01-22common: usb-hub: Reset hub port before scanningShantur Rathore1-1/+3
2024-01-18getchar(): Correct usageTom Rini1-1/+1
2024-01-16cmd/command.c: relax length check in cmd_get_data_size()Rasmus Villemoes1-1/+1
2024-01-16cmd/command.c: constify "arg" argument of cmd_get_data_size()Rasmus Villemoes1-1/+1
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-1/+1
2024-01-09common: console: record console from the beginningIon Agorria1-0/+3
2024-01-09common: console: introduce console_record_isempty helperIon Agorria1-0/+5
2024-01-08spl: binman: Disable u_boot_any symbols for i.MX93 boardsMathieu Othacehe3-3/+3
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass1-2/+3
2023-12-31bloblist: Adjust the bloblist headerSimon Glass1-36/+50
2023-12-31bloblist: Reduce blob-header sizeSimon Glass1-8/+15
2023-12-31bloblist: Handle alignment with a void entrySimon Glass1-4/+19
2023-12-31bloblist: Checksum the entire bloblistSimon Glass1-9/+4
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass1-1/+0
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass1-13/+25
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-13/+11
2023-12-31bloblist: Update the tag numberingSimon Glass1-4/+14
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini4-11/+13427
2023-12-28cli: modern_hush: Add upstream commits up to 2nd October 2023.Francis Laniel2-123/+304
2023-12-28cli: hush_modern: Enable loopsFrancis Laniel2-1/+15
2023-12-28cli: hush_modern: Enable if keywordFrancis Laniel2-8/+15
2023-12-28cli: hush_modern: Enable using < and > as string compare operatorsFrancis Laniel1-1/+22
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel2-18/+51
2023-12-28cli: hush_modern: Add functions to be called from run_command()Francis Laniel1-3/+63
2023-12-28cli: hush_modern: Enable variables expansion for modern hushFrancis Laniel2-5/+103
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel4-11/+77
2023-12-28cmd: Add new cli commandFrancis Laniel1-1/+2
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel1-0/+2
2023-12-28cli: Add menu for hush parserFrancis Laniel1-1/+1
2023-12-28cli: Port upstream Busybox hush to U-BootFrancis Laniel2-2/+774
2023-12-28cli: Add Busybox upstream hush.c fileFrancis Laniel1-0/+12162
2023-12-20command: Move command completion temporary buffer to stackMarek Vasut1-2/+1
2023-12-20command: Allocate history buffer using calloc()Marek Vasut1-9/+17
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-1/+1
2023-12-13video: Add a function to clear the displaySimon Glass1-0/+31
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-0/+11
2023-12-13bootstd: Introduce programmatic bootSimon Glass1-0/+11
2023-12-06sunxi: h616: (really) lower SPL stack address to avoid BROM dataAndre Przywara1-1/+1
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini2-8/+21
2023-12-01usb: storage: Use the correct CBW lengthsHector Martin1-8/+14
2023-12-01usb: hub: Add missing reset recovery delayHector Martin1-0/+7
2023-11-29Fix stack-protector for powerpcChristophe Leroy1-0/+5