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

2013-03-08 Thread Simon Glass
Hi Adnan, On Fri, Mar 8, 2013 at 3:11 AM, Adnan Ali wrote: > Hi > > On 08/03/13 05:03, Simon Glass wrote: > >> +U-Boot et al >> >> Hi, >> >> On Thu, Mar 7, 2013 at 2:35 AM, Adnan Ali >> wrote: >> >>> Introduces btrfs file-system to read file >>> from volume/sub-volumes with btrload command. Thi

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

2013-03-06 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. v4: btrls command added. v3: patch re-formated. v2: