9
0
Fork 0
barebox/commands
Eric Bénard c70443b5c7 commands: add i2c commands
theses commands allow low level access to i2c bus and can be useful
to setup an i2c device without having to add code, compile and flash
barebox.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-05-26 10:34:58 +02:00
..
Kconfig commands: add i2c commands 2010-05-26 10:34:58 +02:00
Makefile commands: add i2c commands 2010-05-26 10:34:58 +02:00
bmp.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
bootm.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cat.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cd.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
clear.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cp.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
crc.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
dfu.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
echo.c echo: add -e option support 2010-03-30 14:14:59 +02:00
edit.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
exec.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
export.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
false.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
flash.c trivial: fix command case for erase usage line 2010-03-30 14:27:04 +02:00
go.c go command: shutdown barebox before calling an application 2010-03-30 14:15:03 +02:00
gpio.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
help.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
i2c.c commands: add i2c commands 2010-05-26 10:34:58 +02:00
insmod.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
linux16.c Add a special command to load and start a bzImage on x86 2010-01-14 10:06:16 +01:00
loadb.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
loadenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
loads.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
ls.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
lsmod.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mem.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
meminfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
memtest.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mkdir.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mount.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
nand.c Make some help comments less confusing 2010-03-18 08:11:06 +01:00
net.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
partition.c Merge branch 'pu' 2010-02-01 17:25:59 +01:00
printenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
pwd.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
readline.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
reginfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
reset.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
rm.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
rmdir.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
saveenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
setenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
sleep.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
test.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
timeout.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
true.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
umount.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
unlzo.c add unlzo support 2010-03-30 14:14:58 +02:00
version.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
xyzModem.c Cleanup colleteral damage from renaming 2009-12-15 10:19:08 +01:00