summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini
2020-08-07fs/squashfs: add filesystem commandsJoao Marcos Costa
2020-08-07cmd: Update the memory-search commandSimon Glass
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait
2020-08-06mvebu: bubt: Drop dead codeTom Rini
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-08-04cmd: add clone commandJohn Chau
2020-08-03w1: Drop dm.h header fileSimon Glass
2020-08-03net: Drop dm.h header file from phy.hSimon Glass
2020-08-03dm: core: Drop dm.h header file from dm-demo.hSimon Glass
2020-07-31cmd: env: add env select commandPatrick Delaunay
2020-07-31cmd: env: add env load commandPatrick Delaunay
2020-07-28cmd: button: add a new 'button' commandPhilippe Reynes
2020-07-28cmd: host: return value of do_host_bind()Heinrich Schuchardt
2020-07-26cmd: env: check real location for env info commandPatrick Delaunay
2020-07-26cmd: env: add option for quiet output on env infoPatrick Delaunay
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass
2020-07-16efi_loader: simplify 'printenv -e'Heinrich Schuchardt
2020-07-16efi_selftest: enable 'bootefi hello'Heinrich Schuchardt
2020-07-16cmd: fix lsblk commandHeinrich Schuchardt
2020-07-16cmd: drop fitupd commandHeinrich Schuchardt
2020-07-11efi_loader: display RO attribute in printenv -eHeinrich Schuchardt
2020-07-09cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt
2020-07-09log: don't show function by defaultHeinrich Schuchardt
2020-07-09rtc: add rtc commandRasmus Villemoes
2020-07-08cmd: Add a memory-search commandSimon Glass
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-07-08cmd: add a panic commandHeiko Stuebner
2020-07-07cmd: blkls: Add blkls commandNiel Fourie
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay