mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Victorien Vedrine <victorien.vedrine@ophrys.net>
Cc: barebox@lists.infradead.org
Subject: Re: Logical partition on barebox
Date: Mon, 15 Dec 2014 10:38:17 +0100	[thread overview]
Message-ID: <20141215093817.GA30369@pengutronix.de> (raw)
In-Reply-To: <548988BA.3080700@ophrys.net>

On Thu, Dec 11, 2014 at 01:06:18PM +0100, Victorien Vedrine wrote:
> Thanks,
> 
> I debug common/partitions/dos.c and the problem is
> "dos_extended_partition() is not executed. I found why :
> On dos_partition function there is a test to know the type of
> partition (line 212). The comment says "partition type 0x05 or 0x0f
> can be extended and just 0x0f is tested. 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.

Nice. Care to send a patch to fix this upstream?

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2014-12-15  9:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10 16:21 Victorien Vedrine
2014-12-11  7:04 ` Sascha Hauer
2014-12-11 10:44   ` Victorien Vedrine
     [not found]   ` <54895E46.5040109@ophrys.net>
2014-12-11 11:32     ` Sascha Hauer
2014-12-11 12:06       ` Victorien Vedrine
2014-12-15  9:38         ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141215093817.GA30369@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=victorien.vedrine@ophrys.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox