[U-Boot] Add ext4 write support

2012-05-25 Thread Uma Shankar
Frysinger for your valuable suggestions and review comments. Thanks & Regards, Uma Shankar Manjunatha C Achar ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V5 0/2] *** Add ext4 filesystem support in uboot ***

2012-05-25 Thread Uma Shankar
) Note: Absolute path is required for the file to be written *** Uma Shankar (2): ext4fs ls load support ext4fs write support Changes for v4: - Redesigned ext2, ext4 command interface - Removed ext2 folder from fs/ - Memory Leak issue handled Changes for v3

[U-Boot] test mail

2011-12-12 Thread uma . shankar
Test mail to mailing list. Please ignore. Sorry for the spam. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Subject: [PATCH 0/2] ** Add ext4 filesystem support in uboot **

2011-12-12 Thread uma . shankar
Hi All, We at Samsung have implemented ext4 file system support in uboot. Please review the subsequent patches. Thanks & Regards, Uma Shankar Manjunatha C Achar From: Uma Shankar Date: Mon, 12 Dec 2011 12:01:23 +0530 Subject: [PATCH 0/2] *** Add ext4 filesystem support in u

[U-Boot] Subject: [PATCH 1/2] ext4fs ls load support

2011-12-12 Thread uma . shankar
From: Uma Shankar Date: Mon, 12 Dec 2011 12:01:22 +0530 Subject: [PATCH 1/2] ext4fs ls load support Signed-off-by: Uma Shankar , Manjunatha C Achar Signed-off-by: Iqbal Shareef Signed-off-by: Hakgoo Lee --- Makefile |2 +- common/Makefile |1 + common/cmd_ext4.c

Re: [U-Boot] Subject: [PATCH 0/2] ** Add ext4 filesystem support inuboot **

2011-12-12 Thread uma . shankar
] containing the code are properly aligned and tested using checkpatch.pl script. I think we can ignore the indentation in the cover patch. Please share your comments. Thanks & Regards, Uma Shankar -- From: "Graeme Russ" Sent: Monda

[U-Boot] Add ext4 filesystem support in uboot

2011-12-14 Thread uma . shankar
Resending patches for ext4 filesystem support in uboot, fixing checkpatch warnings and errors. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 0/2] *** Add ext4 filesystem support in uboot ***

2011-12-14 Thread uma . shankar
From: Uma Shankar *** This patch series adds support for ext4 ls,load and write features in uboot Journaling is supported for write feature. To Enable EXT4 commands, modify the board specific config file with #define CONFIG_CMD_EXT2 1 #define CONFIG_CMD_EXT4 1 Steps to test: 1. After applying

[U-Boot] Add ext4 write support

2011-12-27 Thread uma . shankar
& Regards, Uma Shankar Manjunatha C Achar ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3 0/2] *** Add ext4 filesystem support in uboot ***

2011-12-27 Thread uma . shankar
From: Uma Shankar *** This patch series adds support for ext4 ls,load and write features in uboot Journaling is supported for write feature. To Enable ext4 ls and load commands, modify the board specific config file with #define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT4 To enable ext4 write

[U-Boot] Add ext4 write support

2012-01-09 Thread uma . shankar
ards, Uma Shankar Manjunatha C Achar ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V4 0/2] *** Add ext4 filesystem support in uboot ***

2012-01-09 Thread uma . shankar
From: uma.shankar *** This patch series adds support for ext4 ls,load and write features in uboot Journaling is supported for write feature. To Enable ext4 ls and load commands, modify the board specific config file with #define CONFIG_CMD_EXT4 To enable ext4 write command, modify the board spe

Re: [U-Boot] [PATCH V5 2/2] ext4fs write support

2012-08-13 Thread uma . shankar
ide in both the cases. Note: I am using teraterm timestamp instead of date command to measure time. Thanks & Regards, Uma Shankar -- From: "Wolfgang Denk" Sent: Monday, August 13, 2012 5:25 PM To: "Uma Shankar" Cc: "Man