Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
..
fastboot b0cce3f90f cmd: fastboot: Kconfig: solve config issue 6 years ago
mvebu d6400c3f85 mmc: add a Kconfig option to enable the support for MMC write operations 6 years ago
ti 8a8af8a2fd cmd: ti: Generalize cmd_ddr3 command 6 years ago
x86 8e18f34c28 x86: Move commands from under arch/x86 to cmd/x86/ 6 years ago
.gitignore d726f225f5 cmd: rework "license" command 7 years ago
Kconfig 3b3ea2c56e Kconfig: cmd: Make networking command dependent on NET 6 years ago
Makefile a4fa811463 cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA 6 years ago
aes.c af09eba64f aes: Allow non-zero initialization vector 6 years ago
armflash.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
bdinfo.c ca92ad4f68 cmd/bdinfo: print relocation info on X86 6 years ago
bedbug.c 98f705c9ce powerpc: remove 4xx support 7 years ago
blk_common.c 1811a928c6 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig 6 years ago
blkcache.c 195c94a240 cmd: blkcache: simplify sub-command handling 8 years ago
blob.c 7fe1d6a410 crypto/fsl: Update blob cmd to accept 64bit addresses 7 years ago
bmp.c 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 8 years ago
boot.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
bootefi.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
booti.c bf14d9a7e1 cmd: booti: fix invalid image address in debug message 6 years ago
bootm.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
bootmenu.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
bootstage.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
bootz.c 4943dc2f19 bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set 7 years ago
btrfs.c 9d84550955 cmd: Add the 'btrsubvol' command to list BTRFS subvolumes 6 years ago
cache.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
cbfs.c 018f530323 env: Rename common functions related to setenv() 6 years ago
clk.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
config.c 61304dbec3 cmd: add a new command "config" to show .config contents 7 years ago
console.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
cpu.c 320eca5cf7 cmd: cpu: refactor to ensure devices are probed and improve code style 7 years ago
cramfs.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
cros_ec.c 706865afe5 dm: core: Add flags parameter to device_remove() 7 years ago
dataflash_mmc_mux.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
date.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
demo.c c6b89f3180 sandbox: Add 64-bit sandbox 6 years ago
dfu.c bb4059a53b dfu: Rename _FUNCTION_DFU to DFU_OVER_ 6 years ago
diag.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
disk.c aca9814dc5 cmd: Rework disk.c usage 7 years ago
display.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
echo.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
eeprom.c a1dc980d88 Convert CONFIG_CMD_EEPROM et al to Kconfig 7 years ago
efi.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
elf.c 8996975ff8 powerpc: Drop CONFIG_WALNUT and other related dead code 6 years ago
ethsw.c 31417f0e5a cmd: ethsw: Fix out-of-bounds error 7 years ago
exit.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
ext2.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
ext4.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
fastboot.c 9b643e312d treewide: replace with error() with pr_err() 6 years ago
fat.c 454e3d9030 cmd/fat: Do not crash on write when <bytes> is not specified 7 years ago
fdc.c eae4b2b67b Fix spelling of "occurred". 8 years ago
fdt.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
fitupd.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
flash.c c68c03f52b Drop CONFIG_HAS_DATAFLASH 6 years ago
fpga.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
fpgad.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
fs.c c07ad7c035 efi_loader: Pass file path to payload 8 years ago
fs_uuid.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
fuse.c 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 7 years ago
gettime.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
gpio.c b71bea7129 gpio: Report errors when GPIOs cannot be read 8 years ago
gpt.c 3a2605fa87 cmd: gpt: solve issue for swap and rename command 6 years ago
hash.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
help.c f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled 8 years ago
host.c 6baa692f90 cmd/host: add missing \n in help text 7 years ago
i2c.c 28df8ed07f cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C 6 years ago
ide.c 584f316f11 cmd: ide: Make the first device the default one 6 years ago
ini.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
io.c 9398b8ce5f cmd/io.c: Fix comparison of unsigned expression warning 7 years ago
iotrace.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
irq.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
itest.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
jffs2.c 6ae3900a86 mtd: nand: Rename nand.h into rawnand.h 6 years ago
led.c 62f733b396 cmd/led.c: Remove unnecessary check on 'cmd' value 7 years ago
legacy_led.c 21c340849d led: Mark existing driver as legacy 7 years ago
license.c d726f225f5 cmd: rework "license" command 7 years ago
load.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
log.c 3fd24fa9ed log: Add a command to output a log record 6 years ago
lzmadec.c 018f530323 env: Rename common functions related to setenv() 6 years ago
mac.c 3e27e1678b cmd: mac: Update description of help 6 years ago
md5sum.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
mdio.c c550389881 cmd: mdio: Fix style violations 6 years ago
mem.c c68c03f52b Drop CONFIG_HAS_DATAFLASH 6 years ago
mfsl.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
mii.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
misc.c c4974632e2 cmd: misc: Add support for fractions in sleep 7 years ago
mmc.c b7a6e2c9c3 mmc: remove hc_wp_grp_size from struct mmc if not needed 6 years ago
mmc_spi.c bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
mp.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
mtdparts.c 95b41b80d7 mtdparts: Correct use of debug() 6 years ago
nand.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
net.c 723806cc5b env: Rename some other getenv()-related functions 6 years ago
nvedit.c 87c7fb396a cmd: nvedit: env_get_f must check for env_get_char error codes 6 years ago
nvme.c fceadc1459 nvme: Adjust the 'nvme' command to use blk_common_cmd() 6 years ago
onenand.c 9c00d982f1 cmd/onenand.c: block align warning 7 years ago
part.c 382bee57f1 env: Rename setenv() to env_set() 6 years ago
pci.c 186424248d Kconfig: Drop CONFIG_CMD_PCI_ENUM 6 years ago
pcmcia.c 5b8e76c35e powerpc, 8xx: remove support for 8xx 7 years ago
pmic.c 7e37a88465 cmd: pmic: update help description 6 years ago
pxe.c 59ee8f83b6 cmd/pxe.c: Rework bootargs construction to clarify string checks 6 years ago
qfw.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
read.c d03618d5cb cmd/read.c: Fix checking blk_dread return value 6 years ago
reginfo.c f3603b4382 powerpc: Remove unneccessary #ifdefs in reginfo 6 years ago
regulator.c 9b643e312d treewide: replace with error() with pr_err() 6 years ago
reiser.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
remoteproc.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
rockusb.c 453c95e01a usb: rockchip: add rockusb command 6 years ago
sata.c f19f1ecb60 dm: sata: Support driver model with the 'sata' command 6 years ago
scsi.c 1eaadd3423 dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() 6 years ago
setexpr.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
sf.c 706865afe5 dm: core: Add flags parameter to device_remove() 7 years ago
sha1sum.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
sound.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
source.c bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 6 years ago
spi.c 9caeb26c54 cmd: spi: check return value of strdup 8 years ago
spl.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
strings.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
terminal.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
test.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
thordown.c 9b643e312d treewide: replace with error() with pr_err() 6 years ago
time.c 146dda3911 cmd/time.c: Initialize 'repeatable' variable 6 years ago
tpm.c 018f530323 env: Rename common functions related to setenv() 6 years ago
tpm_test.c 9b643e312d treewide: replace with error() with pr_err() 6 years ago
trace.c bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 6 years ago
tsi148.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
ubi.c 985fa93e61 cmd: set filesize variable in ubi read 6 years ago
ubifs.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
universe.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
unzip.c 018f530323 env: Rename common functions related to setenv() 6 years ago
usb.c abd7cedb19 cmd: usb: ignore blk, emulation devices in usb tree/info display 6 years ago
usb_gadget_sdp.c 24ccd0c8fd usb: gadget: sdp: add missing line breaks 6 years ago
usb_mass_storage.c 9b643e312d treewide: replace with error() with pr_err() 6 years ago
version.c 6c519f2dc4 display_options: Refactor to allow obtaining the banner 6 years ago
ximg.c bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 6 years ago
yaffs2.c 2e192b245e Remove the cmd_ prefix from command files 8 years ago
zfs.c 00caae6d47 env: Rename getenv/_f() to env_get() 6 years ago
zip.c 018f530323 env: Rename common functions related to setenv() 6 years ago