summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-2/+2
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1829-0/+29
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-182-15/+14
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18170-880/+1080
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-186-0/+6
* common: Drop bootstage.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop part.h from common headerSimon Glass2020-05-1812-1/+16
* part: Drop disk_partition_t typedefSimon Glass2020-05-1810-23/+24
* common: Drop net.h from common headerSimon Glass2020-05-1813-0/+14
* common: Drop flash.h from common headerSimon Glass2020-05-186-0/+6
* flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-10/+12
* common: Drop uuid.h from common headerSimon Glass2020-05-183-0/+3
* cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas2020-05-171-1/+57
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-6/+2
* Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-111-2/+7
|\
| * cmd: efidebug: fix -Werror=type-limits warningHeinrich Schuchardt2020-05-101-1/+1
| * cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro2020-05-091-0/+5
| * cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro2020-05-091-1/+1
* | Nokia RX-51: Update my email addressPali Rohár2020-05-111-1/+1
|/
* Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-082-3/+3
|\
| * efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2020-05-071-2/+2
| * efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt2020-05-071-1/+1
* | treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma2020-05-081-0/+16
* | cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek2020-05-081-7/+2
|/
* menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-072-31/+32
* cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2020-05-071-0/+5
* Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-051-21/+19
|\
| * cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt2020-05-041-21/+19
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-05-041-0/+20
|\ \
| * | cmd: Add an indication of 32/64-bit to bdinfoSimon Glass2020-05-041-0/+20
| |/
* / cmd: mvebu: bubt: fix quoted string split across linesJoel Johnson2020-05-041-2/+2
|/
* cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait2020-05-011-2/+2
* cmd/gpt: avoid NULL check before free()Heinrich Schuchardt2020-05-011-4/+2
* Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-303-53/+52
|\
| * efi_loader: fix 'efidebug bootorder'Heinrich Schuchardt2020-04-301-21/+26
| * efi_loader: efidebug, avoid illegal memory accessHeinrich Schuchardt2020-04-301-1/+2
| * efi_loader: fix 'efidebug boot dump'Heinrich Schuchardt2020-04-301-25/+20
| * part: detect EFI system partitionHeinrich Schuchardt2020-04-301-2/+2
| * efi_loader: remove superfluous NULL check in bootefi.cHeinrich Schuchardt2020-04-301-4/+2
* | acpi: Add an acpi commandSimon Glass2020-04-303-0/+201
|/
* CMD: random: fix return codeEugeniy Paltsev2020-04-271-5/+4
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-04-221-6/+127
|\
| * cmd: mvebu: bubt: show image boot deviceJoel Johnson2020-04-221-1/+11
| * cmd: mvebu: bubt: verify A38x target device typeJoel Johnson2020-04-221-4/+48