aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-02-29Merge patch series "Handoff bloblist from previous boot stage"Tom Rini
2024-02-29bloblist: Load the bloblist from the previous loaderRaymond Mao
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao
2024-02-29bloblist: add API to check the register conventionsRaymond Mao
2024-02-19common: usb-hub: Reset USB 3.0 hubs onlyShantur Rathore
2024-02-15common: avb_verify: add str_avb_io_error/str_avb_slot_errorIgor Opaniuk
2024-02-15common: avb_verify: rework error/debug printsIgor Opaniuk
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk
2024-02-15common: avb_verify: don't call mmc_switch_part for SDIgor Opaniuk
2024-02-13boot: add support for button commandsCaleb Connolly
2024-02-07Merge branch '2024-02-06-assorted-fixes'Tom Rini
2024-02-06common: event: check event_type_name() argumentHeinrich Schuchardt
2024-02-04spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl frameworkKever Yang
2024-01-31spl: riscv: falcon: move fdt blob to specified addressRandolph
2024-01-29common: splash_source: Don't compile ubifs splash cmd for SPL buildDevarsh Thakkar
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar
2024-01-29sunxi: Consider SPL size limitations for FIT loadingSamuel Holland
2024-01-29sunxi: spl: Disable padding from SPL_PAD_TOSamuel Holland
2024-01-24common: console: Fix print complete stdio device listPatrice Chotard
2024-01-22common: usb-hub: Reset hub port before scanningShantur Rathore
2024-01-18getchar(): Correct usageTom Rini
2024-01-16cmd/command.c: relax length check in cmd_get_data_size()Rasmus Villemoes
2024-01-16cmd/command.c: constify "arg" argument of cmd_get_data_size()Rasmus Villemoes
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria
2024-01-09common: console: record console from the beginningIon Agorria
2024-01-09common: console: introduce console_record_isempty helperIon Agorria
2024-01-08spl: binman: Disable u_boot_any symbols for i.MX93 boardsMathieu Othacehe
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass
2023-12-31bloblist: Adjust the bloblist headerSimon Glass
2023-12-31bloblist: Reduce blob-header sizeSimon Glass
2023-12-31bloblist: Handle alignment with a void entrySimon Glass
2023-12-31bloblist: Checksum the entire bloblistSimon Glass
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass
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