]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
CRAMFS: support cramfs in RAM
authorHeiko Schocher <hs@denx.de>
Thu, 7 Jan 2010 07:55:54 +0000 (08:55 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:44:13 +0000 (00:44 +0100)
commit88ffb2665cd066b6b20cfaade13929d4e8428dde
treef21a5d236cc51aeb27603ac5f7696135dd9ac3fa
parent4897ee33c98b4b29efd62854052eb7862380b5ae
CRAMFS: support cramfs in RAM

cramfsls and cramfsload are added to the command list.
A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files
can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable
specifying the address the cramfs is located.
This works for powerpc and for ARM.

Use CONFIG_CMD_CRAMFS.

Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
common/Makefile
common/cmd_cramfs.c [new file with mode: 0644]