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
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd: bootefi: error handling bootefi selftest
Heinrich Schuchardt
2024-03-21
1
-3
/
+1
*
cmd: bootefi: Don't show usage help if EFI binary fails.
Heinrich Schuchardt
2024-03-21
1
-6
/
+2
*
cmd: sbi: formatting PolarFire Hart Software Services version
Heinrich Schuchardt
2024-03-12
1
-0
/
+1
*
cmd: sbi: Correctly display unknown implementation IDs
Heinrich Schuchardt
2024-03-12
1
-1
/
+1
*
cmd: avb: rework do_avb_verify_part
Igor Opaniuk
2024-02-15
1
-33
/
+17
*
cmd: avb: rework prints
Igor Opaniuk
2024-02-15
1
-48
/
+75
*
avb: move SPDX license identifiers to the first line
Igor Opaniuk
2024-02-15
1
-3
/
+1
*
cmd: hash: fix param count check
Igor Opaniuk
2024-02-13
1
-9
/
+10
*
smbios: correctly name Structure Table Maximum Size field
Heinrich Schuchardt
2024-02-02
1
-1
/
+1
*
cmd: smbios: show correct table size for SMBIOS2.1 entry point
Heinrich Schuchardt
2024-02-02
1
-4
/
+4
*
cmd: smbios: replace missing string by 'Not Specified'
Heinrich Schuchardt
2024-02-02
1
-1
/
+5
*
cmd: smbios: add missing colon after UUID
Heinrich Schuchardt
2024-02-02
1
-1
/
+1
*
cmd: smbios: always use '0x%04x' for printing handles
Heinrich Schuchardt
2024-02-02
1
-2
/
+2
*
cmd: sbi: add support for Debug Trigger Extension
Heinrich Schuchardt
2024-01-31
1
-0
/
+1
*
cmd: in do_efi_capsule_esrt use efi_get_configuration_table
Heinrich Schuchardt
2024-01-29
1
-5
/
+2
*
cmd: provide command to display SMBIOS information
Heinrich Schuchardt
2024-01-26
3
-0
/
+198
*
cmd: bootmenu: rename U-Boot console to Exit
Svyatoslav Ryhel
2024-01-24
1
-5
/
+5
*
cmd: increase default for SYS_MAXARGS
Heinrich Schuchardt
2024-01-24
1
-1
/
+1
*
cmd/flash: Make this default y for CFI and NOR only
Tom Rini
2024-01-22
1
-1
/
+1
*
cmd/mtdparts: Make this select MTD_PARTITIONS
Tom Rini
2024-01-22
1
-0
/
+1
*
cmd: license: Add CONFIG_GZIP dependency
Ivan Orlov
2024-01-18
1
-0
/
+1
*
cmd: bootflow: remove dead code in do_bootflow_cmdline()
Heinrich Schuchardt
2024-01-18
1
-2
/
+0
*
getchar(): Correct usage
Tom Rini
2024-01-18
1
-2
/
+2
*
Revert "cmd: Set modern hush as default shell"
Tom Rini
2024-01-18
1
-1
/
+5
*
Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2024-01-17
2
-7
/
+7
|
\
|
*
efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
AKASHI Takahiro
2024-01-17
2
-4
/
+4
|
*
efi_loader: split unrelated code from efi_bootmgr.c
AKASHI Takahiro
2024-01-17
1
-3
/
+3
*
|
cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macro
Rasmus Villemoes
2024-01-17
1
-20
/
+18
*
|
cmd/mem.c: use memmove in do_mem_cp()
Rasmus Villemoes
2024-01-16
1
-1
/
+1
|
/
*
cmd: mtd: avoid unintentional integer overflow
Heinrich Schuchardt
2024-01-15
1
-2
/
+2
*
cmd: efidebug: check pointer after memory allocation
Heinrich Schuchardt
2024-01-13
1
-0
/
+4
*
efi_loader: Clean up efi_dp_append and efi_dp_concat
Ilias Apalodimas
2024-01-13
2
-6
/
+7
*
cmd: acpi: check HW reduced flag in acpi list
Heinrich Schuchardt
2024-01-07
1
-0
/
+4
*
cmd: acpi: fix listing DSDT and FACS
Heinrich Schuchardt
2024-01-07
1
-2
/
+6
*
acpi: Write pointers to tables instead of addresses
Simon Glass
2024-01-07
1
-6
/
+6
*
Merge patch series "Modernize U-Boot shell"
Tom Rini
2023-12-28
3
-0
/
+156
|
\
|
*
cmd: Set modern hush as default shell
Francis Laniel
2023-12-28
1
-5
/
+1
|
*
cli: Enables using modern hush parser as command line parser
Francis Laniel
2023-12-28
3
-5
/
+37
|
*
cmd: Add new cli command
Francis Laniel
2023-12-28
2
-0
/
+116
|
*
cli: Add menu for hush parser
Francis Laniel
2023-12-28
1
-0
/
+13
|
/
*
Merge patch series "Complete decoupling of bootm logic from commands"
Tom Rini
2023-12-21
3
-47
/
+86
|
\
|
*
bootm: Create a function to run through the bootz states
Simon Glass
2023-12-21
1
-7
/
+2
|
*
bootm: Create a function to run through the bootm states
Simon Glass
2023-12-21
1
-13
/
+1
|
*
bootm: Rename do_bootm_states() to bootm_run_states()
Simon Glass
2023-12-21
3
-6
/
+6
|
*
bootm: Drop arguments from do_bootm_states()
Simon Glass
2023-12-21
3
-17
/
+76
|
*
bootz: Avoid use of #ifdef
Simon Glass
2023-12-21
1
-9
/
+8
|
*
booti: Avoid use of #ifdef
Simon Glass
2023-12-21
1
-13
/
+11
*
|
cmd: part: Cover both part type entries with GUID ifdef
Marek Vasut
2023-12-20
1
-1
/
+1
*
|
bootflow: Allow setting a cmdline arg with no value
Simon Glass
2023-12-20
1
-2
/
+2
*
|
arm: afs: Set the filesize env. var. on load
Robert Catherall
2023-12-20
1
-2
/
+10
[next]