[U-Boot] [PATCH 2/2 v13] Enable btrfs support in mx53loco config

2013-10-20 Thread Adnan Ali
Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..bf361a3 100644 --- a/include/configs/mx53loco.h +++ b

[U-Boot] [PATCH 1/2 v13] Introduced btrfs file-system with btrload command

2013-10-20 Thread Adnan Ali
blem reworked. v5: merged with master. v4: btrls command added. [port of syslinux commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d] Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Make

[U-Boot] [PATCH 2/2] Enable btrfs support in mx53loco config

2013-10-13 Thread Adnan Ali
Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..bf361a3 100644 --- a/include/configs/mx53loco.h +++ b

[U-Boot] [PATCH 1/2] Introduced btrfs file-system with btrload command

2013-10-13 Thread Adnan Ali
blem reworked. v5: merged with master. v4: btrls command added. [port of syslinux commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d] Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Make

Re: [U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command

2013-05-12 Thread Adnan Ali
On 2013-05-09 22:43, Wolfgang Denk wrote: Dear Adnan Ali, In message <518bb8c7.3090...@codethink.co.uk> you wrote: > - Why do we have to calculate the crc32c_table[] at runtime? Our >regular CRC code uses a pre-calculated table; we should do the same >here.

Re: [U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command

2013-05-09 Thread Adnan Ali
ntually end up with a different CRC table, but without need for new code. Best regards, Wolfgang Denk Thanks Adnan Ali ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2 v12] Enable Btrfs support in mx53loco config

2013-05-04 Thread Adnan Ali
From: Adnan Ali Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..bf361a3 100644 --- a/include/configs

[U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command

2013-05-04 Thread Adnan Ali
From: 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. v12: Warnings removed. v11

[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

2013-05-04 Thread Adnan Ali
Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1347

[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

2013-05-04 Thread Adnan Ali
Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1347

Re: [U-Boot] [PATCH v11 1/2] Introduced btrfs file-system with btrload command

2013-04-03 Thread Adnan Ali
On 03/04/13 17:50, Tom Rini wrote: On Tue, Apr 02, 2013 at 03:17:38PM +0100, 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 v11 2/2] Enable btrfs support in mx53loco config

2013-04-03 Thread Adnan Ali
Hi On 02/04/13 18:03, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:52 AM, Robert Nelson wrote: On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 18:03, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:52 AM, Robert Nelson wrote: On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support in

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 17:41, Otavio Salvador wrote: On Tue, Apr 2, 2013 at 12:38 PM, Adnan Ali wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b

[U-Boot] [PATCH v11 1/2] Introduced btrfs file-system with btrload command

2013-04-02 Thread Adnan Ali
reworked. v5: merged with master. v4: btrls command added. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1344

[U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..62e9a76 100644 --- a/include/configs/mx53loco.h +++ b

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

2013-03-28 Thread Adnan Ali
On 28/03/13 17:04, Tom Rini wrote: On Thu, Mar 21, 2013 at 02:04:45PM +, 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

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

2013-03-21 Thread Adnan Ali
reworked. v5: merged with master. v4: btrls command added. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1336

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

2013-03-20 Thread Adnan Ali
On 20/03/13 15:23, Tom Rini wrote: On Wed, Mar 20, 2013 at 04:10:05PM +0100, Wolfgang Denk wrote: Dear Adnan Ali, In message <1363789411-9663-1-git-send-email-adnan@codethink.co.uk> you wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command

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

2013-03-20 Thread Adnan Ali
: patch re-formated. v5: merged with master. v4: btrls command added. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1374

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

2013-03-19 Thread Adnan Ali
Hi On 19/03/13 14:35, Tom Rini wrote: On Mon, Mar 18, 2013 at 01:23:20PM +, 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

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

2013-03-18 Thread Adnan Ali
: patch re-formated. v5: merged with master. v4: btrls command added. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1352

[U-Boot] [PATCH v8] Addition of btrfs file-system to U-boot

2013-03-18 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1352

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

2013-03-15 Thread Adnan Ali
Hi On 15/03/13 00:00, Simon Glass wrote: Hi, On Thu, Mar 14, 2013 at 5:35 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

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

2013-03-14 Thread Adnan Ali
: merged with master. v4: btrls command added. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1357

[U-Boot] [PATCH v7] Addition of btrfs file-system in U-boot

2013-03-14 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1357

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

2013-03-14 Thread Adnan Ali
Hi On 13/03/13 22:03, Simon Glass wrote: Hi Adnan, On Wed, Mar 13, 2013 at 4:48 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

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

2013-03-13 Thread Adnan Ali
: btrls command added. v3: patch re-formated. v2: patch error removed. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1355

[U-Boot] [PATCH v6] Addition of btrfs file-system in u-boot

2013-03-13 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1355

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

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

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

2013-03-11 Thread Adnan Ali
. v3: patch re-formated. v2: patch error removed. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1348

[U-Boot] [PATCH v5] Addition of btrfs to u-boot

2013-03-11 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1348

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

2013-03-06 Thread Adnan Ali
: patch error removed. Signed-off-by: Adnan Ali --- Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1209 fs/btrfs

[U-Boot] [PATCH v4] addition of btrfs to u-boot

2013-03-06 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1209

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

[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] btrfs addition to uboot

2013-02-25 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 53 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1131

[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

[U-Boot] [PATCH v3] btrfs addition to uboot

2013-02-15 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 53 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1131

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

2013-02-14 Thread Adnan Ali
On 14/02/13 13:32, Stefan Roese wrote: On 14.02.2013 14:04, 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. Signed-off-by missing. And

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

2013-02-14 Thread Adnan Ali
/null +++ b/common/cmd_btr.c @@ -0,0 +1,52 @@ +/* + * (C) Copyright 2013 Codethink Limited + * Btrfs port to Uboot by + * Adnan Ali + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under

[U-Boot] [PATCH v2] btrfs addition to uboot

2013-02-14 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |3 +- common/Makefile|1 + common/cmd_btr.c | 52 ++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1131

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

2013-02-14 Thread Adnan Ali
On 14/02/13 10:42, Stefan Roese wrote: On 14.02.2013 11:20, Otavio Salvador wrote: diff --git a/Makefile b/Makefile index 3305e8c..8d2855a 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,8 @@ LIBS-y += fs/libfs.o \ fs/reiserfs/libreiserfs.o \ fs/ubifs/libubifs.o \

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

2013-02-13 Thread Adnan Ali
/common/cmd_btr.c @@ -0,0 +1,52 @@ +/* + * (C) Copyright 2013 Codethink Limited + * Btrfs port to Uboot by + * Adnan Ali + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of

[U-Boot] [PATCH] btrfs support in uboot

2013-02-13 Thread Adnan Ali
Adnan Ali (1): Introduced btrfs file-system with btrload command Makefile |3 +- common/Makefile |1 + common/cmd_btr.c | 52 +++ fs/btrfs/Makefile | 51 +++ fs/btrfs/btrfs.c | 1131 + fs/fs.c | 117