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

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

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. Thi

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-02-26 Thread Simon Glass
Hi Adnan, On Tue, Feb 26, 2013 at 4:54 AM, Adnan Ali wrote: > On 25/02/13 23:02, Simon Glass wrote: >> >> Hi, >> >> On Mon, Feb 25, 2013 at 7:04 AM, Tom Rini wrote: >>> >>> On Mon, Feb 25, 2013 at 12:24:37PM +, Adnan Ali wrote: >>> Introduces btrfs file-system to read file from vol

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 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

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 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? >>

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 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

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 >>>

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 btrlo

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 impleme

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 269e

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 269ebc845ebc8b46ef4b0be7fa0005c7

[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 --- Makefile |

[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 --- Makefile |