summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rini2020-09-214-8/+36
|\
| * cmd: acpi: Print revisions in hex formatAndy Shevchenko2020-09-211-1/+1
| * Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-09-191-2/+2
| |\
| | * efi: change 'env -e -i' usage syntaxMaxim Uvarov2020-09-181-2/+2
| * | cmd: mem: fix range of bitflip testRalph Siemsen2020-09-182-5/+28
| |/
| * env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar2020-09-111-0/+5
* | board: ns3: kconfig: extend board kconfig with specific commandsVladimir Olovyannikov2020-09-091-0/+2
* | cmd: broadcom: add command for chimp handshakeBharat Kumar Reddy Gooty2020-09-092-0/+34
* | cmd: broadcom: add cmd to update bnxt image env variablesVikas Gupta2020-09-092-0/+126
* | cmd: broadcom: add bnxt boot commandTrac Hoang2020-09-092-0/+41
* | Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-072-11/+1
|\ \ | |/ |/|
| * cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize valuesStefan Roese2020-08-261-8/+0
| * global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-261-1/+1
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-2/+0
* | efi: clean up efi commandHeinrich Schuchardt2020-09-061-4/+22
* | efi_loader: log messages for bootefi commandHeinrich Schuchardt2020-09-061-3/+9
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-09-031-1/+1
|\ \
| * | usb: gadget: Fix controller index in UMSYe Li2020-09-011-1/+1
* | | x86: mtrr: Fix parsing of "mtrr list" commandWolfgang Wallner2020-09-011-1/+2
|/ /
* | cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCHMichal Simek2020-08-271-4/+0
* | cmd: Kconfig: Change dependency for CMD_ADCMichal Simek2020-08-271-1/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-253-0/+89
|\
| * cmd: provide command sbiHeinrich Schuchardt2020-08-253-0/+89
* | Merge branch '2020-08-24-misc-improvements'Tom Rini2020-08-251-3/+5
|\ \
| * | cmd: fix clone coverity scanJohn Chau2020-08-241-3/+5
| |/
* | Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-08-242-1/+5
|\ \ | |/ |/|
| * efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt2020-08-241-1/+1
| * efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt2020-08-241-0/+4
* | Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-241-17/+18
|\ \ | |/ |/|
| * cmd: clk: correctly handle depth for clk dumpPatrick Delaunay2020-08-241-1/+2
| * cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay2020-08-241-16/+16
* | cmd: bind: allow to bind driver with driver dataPatrice Chotard2020-08-221-2/+3
|/
* Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-08-151-1/+1
|\
| * cmd/efidebug: missing initialization of load_optionsHeinrich Schuchardt2020-08-131-1/+1
* | cmd: demo: Remove duplicated help message for list subcommandMichal Simek2020-08-141-1/+0
* | xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-143-0/+38
* | cmd: exception: unaligned data access on RISC-VHeinrich Schuchardt2020-08-141-1/+16
|/
* Merge tag 'efi-2020-10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-08-112-46/+33
|\
| * efi_loader: set load options in boot managerHeinrich Schuchardt2020-08-082-11/+15
| * efi_loader: factor out efi_set_load_options()Heinrich Schuchardt2020-08-081-36/+19
* | Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2020-08-081-4/+0
|/
* fs/squashfs: add filesystem commandsJoao Marcos Costa2020-08-073-0/+49
* cmd: Update the memory-search commandSimon Glass2020-08-072-13/+19
* cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-061-0/+4
* mvebu: bubt: Drop dead codeTom Rini2020-08-061-15/+0
* cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki2020-08-061-7/+0
* cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt2020-08-051-3/+4
* cmd: bootz: fix device-tree overlap testBaruch Siach2020-08-051-1/+1
* lmb/bdinfo: dump lmb info via bdinfoTero Kristo2020-08-041-0/+7
* cmd: add clone commandJohn Chau2020-08-043-0/+135