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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
: 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
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
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
: 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
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
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
: 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
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
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
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
.
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
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
: 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
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
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
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
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
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
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
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
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
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
/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
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
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 \
/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
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
49 matches
Mail list logo