Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Wolfgang Denk
Dear Adnan Ali, In message 1361795077-3674-2-git-send-email-adnan@codethink.co.uk you wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code,

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 05:53 PM, Wolfgang Denk wrote: Dear Adnan Ali, In message 1361795077-3674-2-git-send-email-adnan@codethink.co.uk you wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Wolfgang Denk
Dear Tom, In message 51313235.8080...@ti.com you wrote: Can you fix these, please? Some number of these are following upstream errors which we should take so future resyncs aren't as painful. Maybe - but then this should be explained in the patch, at least. Best regards, Wolfgang Denk

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 06:06 PM, Wolfgang Denk wrote: Dear Tom, In message 51313235.8080...@ti.com you wrote: Can you fix these, please? Some number of these are following upstream errors which we should take so future resyncs aren't as painful.

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-26 Thread Adnan Ali
On 25/02/13 23:02, Simon Glass wrote: Hi, On Mon, Feb 25, 2013 at 7:04 AM, Tom Rini tr...@ti.com wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-26 Thread Simon Glass
Hi Adnan, On Tue, Feb 26, 2013 at 4:54 AM, Adnan Ali adnan@codethink.co.uk wrote: On 25/02/13 23:02, Simon Glass wrote: Hi, On Mon, Feb 25, 2013 at 7:04 AM, Tom Rini tr...@ti.com wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read

[U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Adnan Ali
Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. Signed-off-by: Adnan Ali adnan@codethink.co.uk ---

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Tom Rini
On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Adnan Ali
On 25/02/13 15:04, Tom Rini wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/25/2013 11:08 AM, Adnan Ali wrote: On 25/02/13 15:04, Tom Rini wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Adnan Ali
On 25/02/13 16:29, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/25/2013 11:08 AM, Adnan Ali wrote: On 25/02/13 15:04, Tom Rini wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/25/2013 11:44 AM, Adnan Ali wrote: On 25/02/13 16:29, Tom Rini wrote: [snip] - It looks like you added support for CONFIG_CMD_FS_GENERIC, if so did you test that? This command wasn't enabled in my configs. I haven't added any command i.e

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Simon Glass
Hi, On Mon, Feb 25, 2013 at 7:04 AM, Tom Rini tr...@ti.com wrote: On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-25 Thread Simon Glass
Hi, On Mon, Feb 25, 2013 at 8:48 AM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/25/2013 11:44 AM, Adnan Ali wrote: On 25/02/13 16:29, Tom Rini wrote: [snip] - It looks like you added support for CONFIG_CMD_FS_GENERIC, if so did you test that? This

[U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-02-15 Thread Adnan Ali
Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. Signed-off-by: Adnan Ali adnan@codethink.co.uk ---