aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: riscv: falcon: move fdt blob to specified addressRandolph2024-01-312-1/+16
* common: splash_source: Don't compile ubifs splash cmd for SPL buildDevarsh Thakkar2024-01-291-1/+1
* Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini2024-01-292-5/+55
|\
| * video: Skip framebuffer reservation if already reservedDevarsh Thakkar2024-01-291-2/+6
| * common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar2024-01-291-3/+30
| * spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar2024-01-291-0/+19
* | sunxi: Consider SPL size limitations for FIT loadingSamuel Holland2024-01-291-2/+1
* | sunxi: spl: Disable padding from SPL_PAD_TOSamuel Holland2024-01-291-2/+1
* | common: console: Fix print complete stdio device listPatrice Chotard2024-01-241-15/+12
* | common: usb-hub: Reset hub port before scanningShantur Rathore2024-01-221-1/+3
* | getchar(): Correct usageTom Rini2024-01-181-1/+1
* | cmd/command.c: relax length check in cmd_get_data_size()Rasmus Villemoes2024-01-161-1/+1
* | cmd/command.c: constify "arg" argument of cmd_get_data_size()Rasmus Villemoes2024-01-161-1/+1
* | lib: membuff: fix readline not returning line in case of overflowIon Agorria2024-01-091-1/+1
* | common: console: record console from the beginningIon Agorria2024-01-091-0/+3
* | common: console: introduce console_record_isempty helperIon Agorria2024-01-091-0/+5
* | spl: binman: Disable u_boot_any symbols for i.MX93 boardsMathieu Othacehe2024-01-083-3/+3
* | bloblist: Add alignment to bloblist_new()Simon Glass2023-12-311-2/+3
* | bloblist: Adjust the bloblist headerSimon Glass2023-12-311-36/+50
* | bloblist: Reduce blob-header sizeSimon Glass2023-12-311-8/+15
* | bloblist: Handle alignment with a void entrySimon Glass2023-12-311-4/+19
* | bloblist: Checksum the entire bloblistSimon Glass2023-12-311-9/+4
* | bloblist: Drop spare value from bloblist recordSimon Glass2023-12-311-1/+0
* | bloblist: Access record hdr_size and tag via a functionSimon Glass2023-12-311-13/+25
* | bloblist: Adjust API to align in powers of 2Simon Glass2023-12-311-13/+11
* | bloblist: Update the tag numberingSimon Glass2023-12-311-4/+14
* | Merge patch series "Modernize U-Boot shell"WIP/28Dec2023-nextTom Rini2023-12-284-11/+13427
|\ \
| * | cli: modern_hush: Add upstream commits up to 2nd October 2023.Francis Laniel2023-12-282-123/+304
| * | cli: hush_modern: Enable loopsFrancis Laniel2023-12-282-1/+15
| * | cli: hush_modern: Enable if keywordFrancis Laniel2023-12-282-8/+15
| * | cli: hush_modern: Enable using < and > as string compare operatorsFrancis Laniel2023-12-281-1/+22
| * | cli: add modern hush as parser for run_command*()Francis Laniel2023-12-282-18/+51
| * | cli: hush_modern: Add functions to be called from run_command()Francis Laniel2023-12-281-3/+63
| * | cli: hush_modern: Enable variables expansion for modern hushFrancis Laniel2023-12-282-5/+103
| * | cli: Enables using modern hush parser as command line parserFrancis Laniel2023-12-284-11/+77
| * | cmd: Add new cli commandFrancis Laniel2023-12-281-1/+2
| * | global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel2023-12-281-0/+2
| * | cli: Add menu for hush parserFrancis Laniel2023-12-281-1/+1
| * | cli: Port upstream Busybox hush to U-BootFrancis Laniel2023-12-282-2/+774
| * | cli: Add Busybox upstream hush.c fileFrancis Laniel2023-12-281-0/+12162
|/ /
* | command: Move command completion temporary buffer to stackMarek Vasut2023-12-201-2/+1
* | command: Allocate history buffer using calloc()Marek Vasut2023-12-201-9/+17
* | Merge tag 'v2024.01-rc5' into nextTom Rini2023-12-181-1/+1
|\ \
| * | sunxi: h616: (really) lower SPL stack address to avoid BROM dataAndre Przywara2023-12-061-1/+1
* | | video: Add a function to clear the displaySimon Glass2023-12-131-0/+31
* | | Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-131-0/+11
|\ \ \
| * | | bootstd: Introduce programmatic bootSimon Glass2023-12-131-0/+11
* | | | Merge tag 'v2024.01-rc4' into nextTom Rini2023-12-042-8/+21
|\ \ \ \ | | |/ / | |/| |
| * | | usb: storage: Use the correct CBW lengthsHector Martin2023-12-011-8/+14
| * | | usb: hub: Add missing reset recovery delayHector Martin2023-12-011-0/+7