summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-6/+9
2020-04-01Merge 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
2020-03-11cmd: efidebug: fix a failure of "boot rm" sub-commandAKASHI Takahiro1-2/+3
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy2-229/+1
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas1-0/+4
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt1-0/+4
2020-02-19efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt1-5/+5
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini14-5/+104
2020-02-09cmd: mdc/mwc: normalize disjoint MX_CYCLIC usageJoel Johnson2-11/+5
2020-02-07cmd/elf.c: Add SPDX tagTom Rini1-10/+1
2020-02-07cmd: gpio: Correct do_gpio() return valueLuka Kovacic1-5/+17