summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar2020-09-111-0/+5
* 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-usbWIP/03Sep2020Tom 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...WIP/24Aug2020Tom 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...WIP/15Aug2020Tom 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 KconfigWIP/08Aug2020Tom 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
* w1: Drop dm.h header fileSimon Glass2020-08-031-0/+1
* net: Drop dm.h header file from phy.hSimon Glass2020-08-032-0/+2
* dm: core: Drop dm.h header file from dm-demo.hSimon Glass2020-08-031-0/+1
* cmd: env: add env select commandPatrick Delaunay2020-07-312-0/+20
* cmd: env: add env load commandPatrick Delaunay2020-07-312-0/+20
* cmd: button: add a new 'button' commandPhilippe Reynes2020-07-283-0/+98
* cmd: host: return value of do_host_bind()Heinrich Schuchardt2020-07-281-1/+1
* cmd: env: check real location for env info commandPatrick Delaunay2020-07-261-3/+12
* cmd: env: add option for quiet output on env infoPatrick Delaunay2020-07-262-7/+20
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-221-18/+24
* x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
* x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
* x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36