summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-4/+0
2020-08-08fs/squashfs: add filesystem commandsJoao Marcos Costa3-0/+49
2020-08-08cmd: Update the memory-search commandSimon Glass2-13/+19
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait1-0/+4
2020-08-06mvebu: bubt: Drop dead codeTom Rini1-15/+0
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki1-7/+0
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt1-3/+4
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach1-1/+1
2020-08-05lmb/bdinfo: dump lmb info via bdinfoTero Kristo1-0/+7
2020-08-05cmd: add clone commandJohn Chau3-0/+135
2020-08-04w1: Drop dm.h header fileSimon Glass1-0/+1
2020-08-04net: Drop dm.h header file from phy.hSimon Glass2-0/+2
2020-08-04dm: core: Drop dm.h header file from dm-demo.hSimon Glass1-0/+1
2020-07-31cmd: env: add env select commandPatrick Delaunay2-0/+20
2020-07-31cmd: env: add env load commandPatrick Delaunay2-0/+20
2020-07-29cmd: button: add a new 'button' commandPhilippe Reynes3-0/+98
2020-07-29cmd: host: return value of do_host_bind()Heinrich Schuchardt1-1/+1
2020-07-26cmd: env: check real location for env info commandPatrick Delaunay1-3/+12
2020-07-26cmd: env: add option for quiet output on env infoPatrick Delaunay2-7/+20
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt1-18/+24
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass1-1/+21
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass1-2/+16
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass1-19/+36
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass1-26/+8
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-3/+3
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-4/+21
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo1-1/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2-2/+2
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-2/+13
2020-07-16efi_loader: simplify 'printenv -e'Heinrich Schuchardt2-90/+23
2020-07-16efi_selftest: enable 'bootefi hello'Heinrich Schuchardt1-0/+1
2020-07-16cmd: fix lsblk commandHeinrich Schuchardt1-0/+2
2020-07-16cmd: drop fitupd commandHeinrich Schuchardt3-38/+0
2020-07-12efi_loader: display RO attribute in printenv -eHeinrich Schuchardt1-8/+16
2020-07-10cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt1-3/+8
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-2/+2
2020-07-09rtc: add rtc commandRasmus Villemoes3-0/+174
2020-07-09cmd: Add a memory-search commandSimon Glass2-0/+165
2020-07-09cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-09cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-27/+27
2020-07-09cmd: add a panic commandHeiko Stuebner2-0/+24
2020-07-07cmd: blkls: Add blkls commandNiel Fourie3-0/+59
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-1/+21
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+11
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie1-2/+25
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1