aboutsummaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDRRandolph2024-03-261-1/+1
* common: usb-hub: Reset USB 3.0 hubs onlyShantur Rathore2024-02-191-2/+4
* common: avb_verify: add str_avb_io_error/str_avb_slot_errorIgor Opaniuk2024-02-151-0/+49
* common: avb_verify: rework error/debug printsIgor Opaniuk2024-02-151-13/+18
* avb: move SPDX license identifiers to the first lineIgor Opaniuk2024-02-151-2/+1
* common: avb_verify: don't call mmc_switch_part for SDIgor Opaniuk2024-02-151-3/+5
* boot: add support for button commandsCaleb Connolly2024-02-133-0/+87
* Merge branch '2024-02-06-assorted-fixes'Tom Rini2024-02-071-1/+4
|\
| * common: event: check event_type_name() argumentHeinrich Schuchardt2024-02-061-1/+4
* | spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl frameworkKever Yang2024-02-041-1/+2
|/
* 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"Tom 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
|/ /