[U-Boot] [PATCH v4] Support for devices with FAT32 PBR

2010-05-11 Thread Igor Luri
Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- disk/part_dos.h |1 + fs/fat/fat.c|7 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,7

Re: [U-Boot] [PATCH v3] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
ylyov escribió: > Hello. > > Igor Luri wrote: > > > Signed-off-by: Igor Luri > > --- > > disk/part_dos.c |3 ++- > > 1 files changed, 2 insertions(+), 1 deletions(-) > > > > diff --git a/disk/part_dos.c b/disk/part_dos.c > > index 887b7

[U-Boot] [PATCH v3] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,7 +77,8 @@ static int test_block_type(unsigned char *buffer

Re: [U-Boot] [PATCH v2 2/2] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
e and imposible to read device contents. Best regards. -- Igor Luri R&D Software Department Fagor Aotek S. Coop. P. O. Box 144 E-20500 Mondragón-Arrasate Tel.++34 943 71 92 00 ++34 943 71 92 01 (Ext. 44268) Fax.++34 943 79 92 03 www.aotek.es ___

[U-Boot] [PATCH v2 2/2] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- fs/fat/fat.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 2445f1e..4da4351 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -50,6 +50,7 @@ static int cur_part = 1; #define DOS_PART_TBL_OFFSET

[U-Boot] [PATCH v2 1/2] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,7 +77,8 @@ static int test_block_type(unsigned char *buffer

[U-Boot] [PATCH 3/3] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- fs/fat/fat.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 2445f1e..4da4351 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -50,6 +50,7 @@ static int cur_part = 1; #define DOS_PART_TBL_OFFSET

[U-Boot] [PATCH 2/3] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- disk/part_dos.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/disk/part_dos.h b/disk/part_dos.h index ac93f20..6383c58 100644 --- a/disk/part_dos.h +++ b/disk/part_dos.h @@ -35,6 +35,7 @@ #define DOS_PART_TBL_OFFSET0x1be #define

[U-Boot] [PATCH 1/3] Support for devices with FAT32 PBR

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,7 +77,8 @@ static int test_block_type(unsigned char *buffer

[U-Boot] [PATCH] Support for devices with FAT32 PBR

2010-05-06 Thread Igor Luri
This patch adds support for devices that have a FAT32 PBR. Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c

[U-Boot] [PATCH] Support for devices with FAT32 PBR

2010-05-06 Thread Igor Luri
This patch adds support for devices that have a FAT32 PBR. Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c

Re: [U-Boot] Fix for a build ?

2010-05-05 Thread Igor Luri
g U-Boot and failing projects passing "-j 1" argument to Make (without running simultaneous jobs), and the rest of software with "-j 9". I have seen that you are running simultaneous jobs: *[09:23:58]:* *make: *** Waiting for unfinished jobs....* Hope this helps. Peace. --

Re: [U-Boot] [patch 2/2] Cleanup patch Fat on non standard sector sizedevices

2008-11-28 Thread Igor Luri
s a patch originally posted by Igor Luri. > However, the patch posted on the mailinglist was not readable (base64) > and thus not mergable or testable. Also tabs/spaces were malformed. > > So, I merged the whole patch by hand and posted it again. > > Igor can you please check if

Re: [U-Boot] [PATCH] FAT on non standard sector size devices

2008-11-17 Thread Igor Luri
OK, thanks for your help. I have followed the hints found on the document suggested and I think this time is going to work the patch, I have sended myself and it works. Signed-off-by: Igor Luri <[EMAIL PROTECTED]> --- ./Escritorio/Descargas/fat.h2008-11-10 15:50:57.0

Re: [U-Boot] [PATCH] FAT on non standard sector size devices

2008-11-17 Thread Igor Luri
Dear Remy Bohme, Sorry, but I don't have experience in email encoding. I have changed Evolution's preferences to use ISO-8859-15 intead of UTF-8 caracter encoding. If this change does not correct the problem, any help would be apretiated. Thanks. Signed-off-by: Igor Luri <[EM

Re: [U-Boot] [PATCH] FAT on non standard sector size devices

2008-11-12 Thread Igor Luri
: Igor Luri <[EMAIL PROTECTED]> diff --git a/include/fat.h b/include/fat.h index 59de3fb..dad2e3d 100644 --- a/include/fat.h +++ b/include/fat.h @@ -31,20 +31,12 @@ #define CONFIG_SUPPORT_VFAT -#define SECTOR_SIZE FS_BLOCK_SIZE - -#define FS_BLOCK_SIZE 512 - -#if FS_BLOCK_SIZE != SECTO

Re: [U-Boot] [PATCH] FAT on non standard sector size devices

2008-11-12 Thread Igor Luri
change what you want? Sorry, I don't know how I have changed thouse caracters, I will correct this too. Thanks. -- Igor Luri R&D Software Department Fagor Aotek S. Coop. P. O. Box 144 E-20500 Mondragón-Arrasate Tel.++34 943 71 92 00 ++34 943 71 92 01 (Ext. 44268) F

[U-Boot] [PATCH] FAT on non standard sector size devices

2008-11-12 Thread Igor Luri
commands ends up with a segmentation fault. Attached patches adds FAT support on devices with sector size up to 8192 bytes. I have only tested on our custom board with u-boot 1.1.6 version. I would aprpeciate if someone could test this patch on latest version. Thanks. Signed-off-by: Igor Luri