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

2013-03-13 Thread Adnan Ali
On 12/03/13 22:37, Simon Glass wrote: Hi Adnan, On Tue, Mar 12, 2013 at 7:53 AM, Adnan Ali wrote: Hi On 12/03/13 14:15, Simon Glass wrote: Hi Adnan, On Mon, Mar 11, 2013 at 6:18 AM, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. T

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

2013-03-12 Thread Simon Glass
Hi Adnan, On Tue, Mar 12, 2013 at 7:53 AM, Adnan Ali wrote: > Hi > > > On 12/03/13 14:15, Simon Glass wrote: >> >> Hi Adnan, >> >> On Mon, Mar 11, 2013 at 6:18 AM, Adnan Ali >> wrote: >>> >>> Introduces btrfs file-system to read file from >>> volume/sub-volumes with btrload command. This >>> imp

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

2013-03-12 Thread Adnan Ali
Hi On 12/03/13 14:15, Simon Glass wrote: Hi Adnan, On Mon, Mar 11, 2013 at 6:18 AM, 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, co

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

2013-03-12 Thread Simon Glass
Hi Adnan, On Mon, Mar 11, 2013 at 6:18 AM, 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 269ebc845ebc8b46ef4b0be7fa0005

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

2013-03-11 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. v5: merged with master. v4: btrls command added. v3