aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop uuid.h from common headerSimon Glass3-0/+3
2020-05-17cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas1-1/+57
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-6/+2
2020-05-11Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+7
2020-05-11Nokia RX-51: Update my email addressPali Rohár1-1/+1
2020-05-10cmd: efidebug: fix -Werror=type-limits warningHeinrich Schuchardt1-1/+1
2020-05-09cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro1-0/+5
2020-05-09cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro1-1/+1
2020-05-08Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-3/+3
2020-05-08treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma1-0/+16
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek1-7/+2
2020-05-07efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt1-2/+2
2020-05-07efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt1-1/+1
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy2-31/+32
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard1-0/+5
2020-05-05Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-21/+19
2020-05-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-0/+20
2020-05-04cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt1-21/+19
2020-05-04cmd: Add an indication of 32/64-bit to bdinfoSimon Glass1-0/+20
2020-05-04cmd: mvebu: bubt: fix quoted string split across linesJoel Johnson1-2/+2
2020-05-01cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait1-2/+2
2020-05-01cmd/gpt: avoid NULL check before free()Heinrich Schuchardt1-4/+2
2020-04-30Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-53/+52
2020-04-30acpi: Add an acpi commandSimon Glass3-0/+201
2020-04-30efi_loader: fix 'efidebug bootorder'Heinrich Schuchardt1-21/+26
2020-04-30efi_loader: efidebug, avoid illegal memory accessHeinrich Schuchardt1-1/+2
2020-04-30efi_loader: fix 'efidebug boot dump'Heinrich Schuchardt1-25/+20
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-2/+2
2020-04-30efi_loader: remove superfluous NULL check in bootefi.cHeinrich Schuchardt1-4/+2
2020-04-27CMD: random: fix return codeEugeniy Paltsev1-5/+4
2020-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-6/+127
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-11/+61
2020-04-22mmc: adjust Kconfig for mmc sub-commandsHeinrich Schuchardt1-11/+15
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+22
2020-04-22cmd: mmc: display write protect state of boot partitionHeinrich Schuchardt1-0/+24
2020-04-22cmd: mvebu: bubt: show image boot deviceJoel Johnson1-1/+11
2020-04-22cmd: mvebu: bubt: verify A38x target device typeJoel Johnson1-4/+48
2020-04-22cmd: mvebu: bubt: correct U-Boot spellingJoel Johnson1-3/+3
2020-04-22cmd: mvebu: bubt: add A38x supportJoel Johnson1-1/+68
2020-04-21Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini1-1/+1
2020-04-21Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubiTom Rini2-0/+47
2020-04-20cmd: eeprom: Staticize eeprom_i2c_busMarek Vasut1-1/+1
2020-04-20cmd: ubi: add a command to rename volumePhilippe Reynes2-0/+47
2020-04-17Kconfig: fix typos in CMD_BEDBUG descriptionHeinrich Schuchardt1-1/+1
2020-04-17image: Add compressed Image parsing support in booti.Atish Patra1-1/+39
2020-04-17cmd: mem: Add bitflip memory test to alternate mtestStefan Roese1-0/+60
2020-04-17cmd: mem: Use IS_ENABLED instead of alt_test variableStefan Roese1-6/+1
2020-04-17cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()Stefan Roese1-12/+2
2020-04-17cmd: mem: Correctly count the errors in mtestStefan Roese1-7/+4
2020-04-17cmd: fat: remove unused includesHeinrich Schuchardt1-6/+0