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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

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

2010-05-10 Thread Igor Luri
contents. Best regards. -- Igor Luri RD 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 mailing list

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

2010-05-10 Thread Igor Luri
Signed-off-by: Igor Luri il...@aotek.es --- 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

[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 il...@aotek.es --- 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

[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 il...@aotek.es --- 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

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

2008-11-28 Thread Igor Luri
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 I did this cleanup properly

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 [EMAIL PROTECTED] diff

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

[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

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

2008-11-12 Thread Igor Luri
don't know how I have changed thouse caracters, I will correct this too. Thanks. -- Igor Luri RD 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

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

2008-11-12 Thread Igor Luri
-by: 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 != SECTOR_SIZE