9
0
Fork 0
barebox/commands
Sascha Hauer f928efa818 add a add_mem_device function
Add a helper function for boards to register their memory
devices. This makes the board code smaller and also helps
getting rid of map_base and struct memory_platform_data.

And switch all of the memory to it

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2011-07-18 20:32:45 +08:00
..
Kconfig menu: fix command management module support 2011-07-05 09:34:14 +02:00
Makefile commands: add md5/sha1/sha256sum commands using the digest api 2011-05-19 20:36:22 +02:00
bmp.c BMP: Add support for 32bpp video frame buffer 2011-01-14 10:44:33 +01:00
bootm.c commands/bootm.c: fix unused-but-set-variable gcc warning 2011-07-04 08:59:10 +02:00
cat.c doc: unify documentation for 'cat' 2010-11-01 16:23:08 +01:00
cd.c doc: unify documentation for 'cd' 2010-11-01 16:23:08 +01:00
clear.c doc: add documentation for 'clear' 2010-11-01 16:23:08 +01:00
cp.c cp command: handle directories as last argument 2011-04-12 09:54:56 +02:00
crc.c commands/crc.c: fix typo in help text 2011-05-16 08:22:11 +02:00
dfu.c doc: add documentation for 'dfu' 2010-11-01 16:23:08 +01:00
digest.c commands: add md5/sha1/sha256sum commands using the digest api 2011-05-19 20:36:22 +02:00
echo.c doc: add documentation for 'echo' 2010-11-01 16:23:08 +01:00
edit.c Fix error handling with malloc, memalign etc. Introduce xmemalign(). 2011-01-07 10:21:22 +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 doc: unify documentation for 'export' 2010-11-01 16:23:09 +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 Cosmetic fixes, including format attributes for printf() and friends. 2010-12-21 09:02:40 +01:00
go.c Cosmetic fixes, including format attributes for printf() and friends. 2010-12-21 09:02:40 +01:00
gpio.c Fix a typo in the GPIO doc 2010-12-21 16:03:40 +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
led.c LED: Add led command 2010-12-20 09:57:36 +01:00
linux16.c LINUX16: Fix warning 2011-03-10 11:15:22 +01:00
loadb.c Cosmetic fixes, including format attributes for printf() and friends. 2010-12-21 09:02:40 +01:00
loadenv.c environment: make default env path configurable 2011-04-12 09:54:56 +02:00
loads.c remove strange flush_cache functions 2010-10-21 22:21:25 +02:00
login.c add login support 2010-09-20 08:57:22 +02:00
ls.c Cosmetic fixes, including format attributes for printf() and friends. 2010-12-21 09:02:40 +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 add a add_mem_device function 2011-07-18 20:32:45 +08: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
menu.c Cosmetic fixes, including format attributes for printf() and friends. 2010-12-21 09:02:40 +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 doc: unify documentation for 'mount' 2010-11-02 14:07:32 +01:00
nand.c nand bb: add proper bb remove function 2011-04-12 09:54:56 +02:00
net.c net: remove old network stack 2010-06-17 08:28:25 +02:00
partition.c doc: unify documentation for 'delpart' 2010-11-01 16:23:09 +01:00
passwd.c add passwd command 2010-09-20 08:57:22 +02:00
printenv.c doc: unify documentation for 'printenv' 2010-11-02 14:07: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 environment: make default env path configurable 2011-04-12 09:54:56 +02:00
setenv.c doc: unify documentation for 'setenv' 2010-11-02 17:55:17 +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
trigger.c trigger command: fix printf format 2011-03-10 14:48:53 +01:00
true.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
ubi.c Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvol 2010-07-05 15:07:51 +02: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
usb.c commands: seperate usb command from usb core 2011-04-11 12:36:26 +02:00
version.c version_string: sparse fixes 2010-10-21 22:21:24 +02:00
xyzModem.c xyzModem.c: fix 'dummy' is used uninitialized in this function warning 2010-12-21 10:23:41 +01:00