index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDR
Randolph
2024-03-26
1
-1
/
+1
*
common: usb-hub: Reset USB 3.0 hubs only
Shantur Rathore
2024-02-19
1
-2
/
+4
*
common: avb_verify: add str_avb_io_error/str_avb_slot_error
Igor Opaniuk
2024-02-15
1
-0
/
+49
*
common: avb_verify: rework error/debug prints
Igor Opaniuk
2024-02-15
1
-13
/
+18
*
avb: move SPDX license identifiers to the first line
Igor Opaniuk
2024-02-15
1
-2
/
+1
*
common: avb_verify: don't call mmc_switch_part for SD
Igor Opaniuk
2024-02-15
1
-3
/
+5
*
boot: add support for button commands
Caleb Connolly
2024-02-13
3
-0
/
+87
*
Merge branch '2024-02-06-assorted-fixes'
Tom Rini
2024-02-07
1
-1
/
+4
|
\
|
*
common: event: check event_type_name() argument
Heinrich Schuchardt
2024-02-06
1
-1
/
+4
*
|
spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework
Kever Yang
2024-02-04
1
-1
/
+2
|
/
*
spl: riscv: falcon: move fdt blob to specified address
Randolph
2024-01-31
2
-1
/
+16
*
common: splash_source: Don't compile ubifs splash cmd for SPL build
Devarsh Thakkar
2024-01-29
1
-1
/
+1
*
Merge patch series "Move framebuffer reservation for SPL to RAM end"
Tom Rini
2024-01-29
2
-5
/
+55
|
\
|
*
video: Skip framebuffer reservation if already reserved
Devarsh Thakkar
2024-01-29
1
-2
/
+6
|
*
common/board_f: Catch bloblist before starting reservations
Devarsh Thakkar
2024-01-29
1
-3
/
+30
|
*
spl: Enforce framebuffer reservation from end of RAM
Devarsh Thakkar
2024-01-29
1
-0
/
+19
*
|
sunxi: Consider SPL size limitations for FIT loading
Samuel Holland
2024-01-29
1
-2
/
+1
*
|
sunxi: spl: Disable padding from SPL_PAD_TO
Samuel Holland
2024-01-29
1
-2
/
+1
*
|
common: console: Fix print complete stdio device list
Patrice Chotard
2024-01-24
1
-15
/
+12
*
|
common: usb-hub: Reset hub port before scanning
Shantur Rathore
2024-01-22
1
-1
/
+3
*
|
getchar(): Correct usage
Tom Rini
2024-01-18
1
-1
/
+1
*
|
cmd/command.c: relax length check in cmd_get_data_size()
Rasmus Villemoes
2024-01-16
1
-1
/
+1
*
|
cmd/command.c: constify "arg" argument of cmd_get_data_size()
Rasmus Villemoes
2024-01-16
1
-1
/
+1
*
|
lib: membuff: fix readline not returning line in case of overflow
Ion Agorria
2024-01-09
1
-1
/
+1
*
|
common: console: record console from the beginning
Ion Agorria
2024-01-09
1
-0
/
+3
*
|
common: console: introduce console_record_isempty helper
Ion Agorria
2024-01-09
1
-0
/
+5
*
|
spl: binman: Disable u_boot_any symbols for i.MX93 boards
Mathieu Othacehe
2024-01-08
3
-3
/
+3
*
|
bloblist: Add alignment to bloblist_new()
Simon Glass
2023-12-31
1
-2
/
+3
*
|
bloblist: Adjust the bloblist header
Simon Glass
2023-12-31
1
-36
/
+50
*
|
bloblist: Reduce blob-header size
Simon Glass
2023-12-31
1
-8
/
+15
*
|
bloblist: Handle alignment with a void entry
Simon Glass
2023-12-31
1
-4
/
+19
*
|
bloblist: Checksum the entire bloblist
Simon Glass
2023-12-31
1
-9
/
+4
*
|
bloblist: Drop spare value from bloblist record
Simon Glass
2023-12-31
1
-1
/
+0
*
|
bloblist: Access record hdr_size and tag via a function
Simon Glass
2023-12-31
1
-13
/
+25
*
|
bloblist: Adjust API to align in powers of 2
Simon Glass
2023-12-31
1
-13
/
+11
*
|
bloblist: Update the tag numbering
Simon Glass
2023-12-31
1
-4
/
+14
*
|
Merge patch series "Modernize U-Boot shell"
Tom Rini
2023-12-28
4
-11
/
+13427
|
\
\
|
*
|
cli: modern_hush: Add upstream commits up to 2nd October 2023.
Francis Laniel
2023-12-28
2
-123
/
+304
|
*
|
cli: hush_modern: Enable loops
Francis Laniel
2023-12-28
2
-1
/
+15
|
*
|
cli: hush_modern: Enable if keyword
Francis Laniel
2023-12-28
2
-8
/
+15
|
*
|
cli: hush_modern: Enable using < and > as string compare operators
Francis Laniel
2023-12-28
1
-1
/
+22
|
*
|
cli: add modern hush as parser for run_command*()
Francis Laniel
2023-12-28
2
-18
/
+51
|
*
|
cli: hush_modern: Add functions to be called from run_command()
Francis Laniel
2023-12-28
1
-3
/
+63
|
*
|
cli: hush_modern: Enable variables expansion for modern hush
Francis Laniel
2023-12-28
2
-5
/
+103
|
*
|
cli: Enables using modern hush parser as command line parser
Francis Laniel
2023-12-28
4
-11
/
+77
|
*
|
cmd: Add new cli command
Francis Laniel
2023-12-28
1
-1
/
+2
|
*
|
global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
Francis Laniel
2023-12-28
1
-0
/
+2
|
*
|
cli: Add menu for hush parser
Francis Laniel
2023-12-28
1
-1
/
+1
|
*
|
cli: Port upstream Busybox hush to U-Boot
Francis Laniel
2023-12-28
2
-2
/
+774
|
*
|
cli: Add Busybox upstream hush.c file
Francis Laniel
2023-12-28
1
-0
/
+12162
|
/
/
[next]