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

2012-08-13 Thread uma . shankar
teraterm timestamp instead of date command to measure time. Thanks Regards, Uma Shankar -- From: Wolfgang Denk w...@denx.de Sent: Monday, August 13, 2012 5:25 PM To: Uma Shankar uma.shan...@samsung.com Cc: Manjunatha C Achar a.manjuna...@samsung.com

[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
6183120 is the size of the file to be written) 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

[U-Boot] Add ext4 write support

2012-01-09 Thread uma . shankar
, 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 uma.shan...@samsung.com *** 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

[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 uma.shan...@samsung.com *** 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

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

2011-12-14 Thread uma . shankar
From: Uma Shankar uma.shan...@samsung.com *** 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

[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 uma.shan...@samsung.com Date: Mon, 12 Dec 2011 12:01:23 +0530 Subject: [PATCH 0/2] *** Add ext4 filesystem support

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

2011-12-12 Thread uma . shankar
From: Uma Shankar uma.shan...@samsung.com Date: Mon, 12 Dec 2011 12:01:22 +0530 Subject: [PATCH 1/2] ext4fs ls load support Signed-off-by: Uma Shankar uma.shan...@samsung.com, Manjunatha C Achar a.manjuna...@samsung.com Signed-off-by: Iqbal Shareef iqbal@samsung.com Signed-off-by: Hakgoo

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 graeme.r...@gmail.com Sent: Monday