9
0
Fork 0
barebox/commands
Sascha Hauer 1d9295b344 Merge branch 'for-next/misc' 2015-11-06 16:10:42 +01:00
..
2048.c 2048: Reset score on startup 2014-06-06 06:33:53 +02:00
Kconfig commands: Add MMC ext. CSD register tool 2015-09-24 19:33:27 +02:00
Makefile commands: Add MMC ext. CSD register tool 2015-09-24 19:33:27 +02:00
automount.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
barebox-update.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
basename.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
boot.c boot command: Allow to enable watchdog 2015-08-28 12:04:41 +02:00
bootm.c bootm: add magicvar description for global.bootm.oftree 2015-05-26 09:19:30 +02:00
cat.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
cd.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
clear.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
clk.c commands: clk_dump: use COMMAND_SUCCESS instead of 0 return code 2015-10-26 08:20:27 +01:00
cmp.c commands: implement 'cmp' command 2014-11-04 12:36:19 +01:00
cp.c cp: Add recursive copy 2014-11-06 10:58:55 +01:00
crc.c commands: crc: support setting environment variables 2015-02-02 11:46:31 +01:00
defaultenv.c Add defaultenv command 2014-11-06 12:23:12 +01:00
detect.c commands: detect: use device_detect_by_name 2015-06-26 09:19:35 +02:00
devinfo.c devinfo: fix return value 2015-06-23 08:38:31 +02:00
dfu.c Merge branch 'for-next/usb-gadget' 2014-08-07 20:34:28 +02:00
dhcp.c net: dhcp: Split dhcp funcionality & add dhcp command 2015-06-05 13:32:39 +02:00
dhrystone.c dhrystone: Fix documentation 2015-08-20 15:10:34 +02:00
digest.c digest: digest doesn't return an error if the signature length is incorrect 2015-07-06 13:29:35 +02:00
dirname.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
dmesg.c commands: dmesg: fi format security warning 2015-04-03 08:01:53 +02:00
drvinfo.c commands: drvinfo: Make locally used function static 2014-06-05 10:18:06 +02:00
echo.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
edit.c edit: return error when save_file failed 2015-11-05 09:16:12 +01:00
exec.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
export.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
false.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
filetype.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
firmwareload.c commands: firmwareload: add CMD_GROUP 2014-10-10 08:36:32 +02:00
flash.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
global.c globalvar: Add support for printing all global variables 2014-11-06 12:23:12 +01:00
go.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
gpio.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
hashsum.c command: hashsum: Conding style fixup 2015-03-30 19:08:14 +02:00
help.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
hwclock.c commands: add hwclock 2014-08-02 06:45:43 +02:00
i2c.c commands: i2c: add message if write is not successful 2014-07-14 08:04:04 +02:00
imd.c Add support for metadata in barebox images 2014-08-07 06:13:52 +02:00
insmod.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
internal.h command: digest/hashsum: set key at command level 2015-03-27 07:49:37 +01:00
iomemport.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
led.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
let.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
linux16.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
linux_exec.c commands: include missing header 2014-06-26 21:16:13 +02:00
ln.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
loadb.c loadb: add missing brackets in help 2015-10-27 16:45:42 +01:00
loadenv.c loadenv: fix typo in help text 2015-02-02 11:46:30 +01:00
loads.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
loadxy.c loadxy: use console_set_baudrate 2015-06-09 09:22:14 +02:00
login.c login: rework login mechanism 2015-08-28 08:00:27 +02:00
ls.c commands: ls: use 14 digits for filesize 2015-10-02 09:12:36 +02:00
lsmod.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
lspci.c commands: lspci: go down into subordinate busses 2014-10-08 08:39:01 +02:00
magicvar.c magicvar: Add support for dynamically added magicvars 2014-11-06 10:58:54 +01:00
md.c md command: Add 64bit support 2015-05-28 12:32:54 +02:00
mem.c mem commands: suppport parsing 'q' option 2015-05-28 12:29:49 +02:00
memcmp.c memcmp command: Add 64bit support 2015-05-28 12:32:58 +02:00
memcpy.c memcpy command: Add 64bit support 2015-05-28 12:32:58 +02:00
meminfo.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
memset.c memset command: Add 64bit support 2015-05-28 12:32:58 +02:00
memtest.c Merge branch 'for-next/misc' 2015-11-06 16:10:42 +01:00
menu.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
menutree.c login: rework login mechanism 2015-08-28 08:00:27 +02:00
miitool.c Merge branch 'for-next/misc' 2014-07-04 17:27:06 +02:00
mkdir.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
mm.c mm command: Add 64bit support 2015-05-28 12:32:59 +02:00
mmc_extcsd.c commands: Add MMC ext. CSD register tool 2015-09-24 19:33:27 +02:00
mount.c commands: mount: detect the device to be mounted 2015-06-26 09:21:41 +02:00
msleep.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
mw.c mw command: Add 64bit support 2015-05-28 12:32:59 +02:00
nand.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
nandtest.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
net.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
nv.c Add support for non volatile variables 2014-11-06 10:58:54 +01:00
of_display_timings.c commands: add of_display_timings 2014-10-01 08:13:02 +02:00
of_dump.c of_dump: Add option to print node names only 2015-10-26 14:08:19 +01:00
of_node.c complete: Add devicetree completion 2014-05-19 22:23:56 +02:00
of_property.c Fix spelling: pathes -> paths 2015-01-28 10:02:56 +01:00
oftree.c Merge branch 'for-next/metadata' 2014-08-07 06:15:16 +02:00
partition.c cmdlinepart: add function to parse a cmdline partition string 2015-02-12 09:33:43 +01:00
passwd.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
poweroff.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
printenv.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
pwd.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
readf.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
readline.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
readlink.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
reginfo.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
regulator.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
reset.c restart: replace reset_cpu with registered restart handlers 2015-08-27 21:37:03 +02:00
rm.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
rmdir.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
saveenv.c environment: envfs_{load, save}: add possibility to call with filename and dirname == NULL 2015-03-06 07:43:49 +01:00
setenv.c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
sleep.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
spd_decode.c commands: add spd_decode command 2015-07-14 07:09:19 +02:00
spi.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
splash.c gui: Use fb provided shadowfb for offscreen rendering 2015-08-20 12:57:08 +02:00
state.c command: state: harmonize in-barebox documentation 2015-04-17 07:31:35 +02:00
stddev.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
test.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
tftp.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
time.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
timeout.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
trigger.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
true.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
ubi.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
ubiformat.c ubiformat: remove dead code 2015-09-29 08:40:42 +02:00
uimage.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
umount.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
uncompress.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
usb.c commands: usb: drop help for force rescan option 2014-09-30 10:45:18 +02:00
usbgadget.c USB: gadget: Add a multi function gadget 2014-07-24 08:32:56 +02:00
usbserial.c USB: gadget: specify vendor/product id with device parameters 2014-07-22 08:09:28 +02:00
version.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
wd.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00