public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] guruplug: Add support for various file systems and features
@ 2010-10-05 22:03 Ludovic Courtès
  2010-10-06  9:47 ` Prafulla Wadaskar
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2010-10-05 22:03 UTC (permalink / raw)
  To: u-boot

Add support for various file systems and features, as found
in `sheevaplug.h'.  In addition, increase the malloc area size
to allow compilation of UbiFS.

Signed-off-by: Ludovic Court?s <ludo@gnu.org>
---
 include/configs/guruplug.h |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index eb3fa57..cebe964 100644
--- a/include/configs/guruplug.h
+++ b/include/configs/guruplug.h
@@ -145,7 +145,7 @@
 /*
  * Size of malloc() pool
  */
-#define CONFIG_SYS_MALLOC_LEN	(1024 * 128) /* 128kB for malloc() */
+#define CONFIG_SYS_MALLOC_LEN	(1024 * 1024) /* 1 MiB for malloc() */
 /* size in bytes reserved for initial data */
 #define CONFIG_SYS_GBL_DATA_SIZE	128
 
@@ -195,4 +195,18 @@
 
 #define CONFIG_SYS_ALT_MEMTEST
 
+/*
+ * File system
+ */
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_JFFS2
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS
+#define CONFIG_RBTREE
+#define CONFIG_MTD_DEVICE               /* needed for mtdparts commands */
+#define CONFIG_MTD_PARTITIONS
+#define CONFIG_CMD_MTDPARTS
+#define CONFIG_LZO
+
 #endif /* _CONFIG_GURUPLUG_H */
-- 
1.7.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] guruplug: Add support for various file systems and features
  2010-10-05 22:03 [U-Boot] [PATCH] guruplug: Add support for various file systems and features Ludovic Courtès
@ 2010-10-06  9:47 ` Prafulla Wadaskar
  0 siblings, 0 replies; 2+ messages in thread
From: Prafulla Wadaskar @ 2010-10-06  9:47 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ludovic Court?s
> Sent: Wednesday, October 06, 2010 3:33 AM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] [PATCH] guruplug: Add support for various 
> file systems and features
> 
> Add support for various file systems and features, as found

Hi Ludovic

Thanks for this patch
FYI: The earlier posted patch (tobe applied v2) http://lists.denx.de/pipermail/u-boot/2010-September/078071.html
Addresses this too.

> in `sheevaplug.h'.  In addition, increase the malloc area size
> to allow compilation of UbiFS.

What do you mean here? Do you need more malloc area to use UbiFS on u-boot on this board ?

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-06  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 22:03 [U-Boot] [PATCH] guruplug: Add support for various file systems and features Ludovic Courtès
2010-10-06  9:47 ` Prafulla Wadaskar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox