aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-17cmd: Add unlz4 commandYusuke Ashiduka3-0/+53
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-8/+98
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2020-04-16cmd: efidebug: add "test bootmgr" sub-commandAKASHI Takahiro1-1/+77
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro2-3/+7
2020-04-16cmd: env: use appropriate guid for authenticated UEFI variableAKASHI Takahiro1-4/+14
2020-04-13Merge branch 'next'Tom Rini2-229/+1
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson1-2/+2
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-6/+9
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini3-18/+51
2020-03-31Merge branch '2020-03-31-master-imports'Tom Rini1-2/+2
2020-03-31cmd: mmc: fix typo 'a EMMC'Heinrich Schuchardt1-2/+2
2020-03-28efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt1-1/+2
2020-03-28cmd: efidebug: fix int to pointer castHeinrich Schuchardt1-3/+5
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2-229/+1
2020-03-17cmd: bootefi: Parse reserved-memory node from DTAtish Patra1-9/+34
2020-03-17cmd: map addresses to sysmem in efidebug memmapHeinrich Schuchardt1-2/+4
2020-03-17efi_loader: create reservations after ft_board_setupHeinrich Schuchardt1-3/+3
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-1/+6
2020-03-11cmd: efidebug: correct error messageHeinrich Schuchardt1-1/+1