Re: [PATCH v3] partitions: dos: Fix support of extended partition type 0x05

2014-12-23 Thread Victorien Vedrine
photo resizedforemaillogo_zpsa47b7a0d.jpg <http://orpheogroup.com> *Victorien Vedrine - R&D engineer* OPHRYS Systèmes 6, rue Valérien Perrin F-38170 SEYSSINET-PARISET Tel +33 (0)4 38 12 40 66 Fax +33 (0)4 76 96 22 34 victorien.vedr...@ophrys.net <mailto:victorien.vedr...@oph

[PATCH v3] partitions: dos: Fix support of extended partition type 0x05

2014-12-22 Thread Victorien Vedrine
From: victorien Signed-off-by: Victorien Vedrine --- common/partitions/dos.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/partitions/dos.c b/common/partitions/dos.c index 37addfd..f02c822 100644 --- a/common/partitions/dos.c +++ b/common/partitions/dos.c

Re: [PATCH] partitions: dos: Fix support of extended partition type 0x05

2014-12-22 Thread Victorien Vedrine
Hi, Ok, I'll change that. Best regards Victorien Le 19/12/2014 19:59, Uwe Kleine-König a écrit : Hallo, On Wed, Dec 17, 2014 at 05:09:57PM +0100, victorien wrote: --- common/partitions/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/partitions/do

[PATCH v2] partitions: dos: Fix support of extended partition type 0x05

2014-12-19 Thread Victorien Vedrine
From: victorien Signed-off-by: Victorien Vedrine --- common/partitions/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/partitions/dos.c b/common/partitions/dos.c index 37addfd..8a3c5c3 100644 --- a/common/partitions/dos.c +++ b/common/partitions/dos.c @@ -209,7

Re: [PATCH] partitions: dos: Fix support of extended partition type 0x05

2014-12-19 Thread Victorien Vedrine
Hi Sascha, Sorry, I'm beginner. I'll send a new patch Victorien Le 19/12/2014 07:52, Sascha Hauer a écrit : Hi victorien, This patch needs a: Signed-off-by: Victorien Vedrine Line. Otherwise I can't take it. Sascha On Wed, Dec 17, 2014 at 05:09:57PM +0100, victorien wrote

[PATCH] partitions: dos: Fix support of extended partition type 0x05

2014-12-17 Thread victorien
--- common/partitions/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/partitions/dos.c b/common/partitions/dos.c index 37addfd..8a3c5c3 100644 --- a/common/partitions/dos.c +++ b/common/partitions/dos.c @@ -209,7 +209,7 @@ static void dos_partition(void *buf, struc

Re: Logical partition on barebox

2014-12-11 Thread Victorien Vedrine
ested. The type extended partition on my SD card is 0x05 and then it doesn't work. I modify the source code of common/partitions/dos.c with if ((pentry.dos_partition_type == 0x0f)||(pentry.dos_partition_type == 0x05)) { and now it's work. Victorien Le 11/12/2014 12:32,

Re: Logical partition on barebox

2014-12-11 Thread Victorien Vedrine
s_mci", 0, NULL, IMX_SSP0_BASE, 0x2000, IORESOURCE_MEM, &mci_pdata); Is there any tests that I can do to find a solution or more informations for a bug ? Best regards Victorien Le 11/12/2014 08:04, Sascha Hauer a écrit : Hi Victorien, On Wed, Dec 10, 2014 at 05

Logical partition on barebox

2014-12-10 Thread Victorien Vedrine
o see the 2 logical partitions ? Best regards Victorien ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox