From: Ladislav Michl <ladis@linux-mips.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD
Date: Tue, 22 Nov 2016 15:57:41 +0100 [thread overview]
Message-ID: <20161122145741.GA29692@localhost.localdomain> (raw)
In-Reply-To: <1479821082-26311-1-git-send-email-patrick.delaunay73@gmail.com>
Hi,
On Tue, Nov 22, 2016 at 02:24:39PM +0100, Patrick Delaunay wrote:
>
> I have a request to support GPT over MTD to be able to have dynamic
> MTD informations without u-Boot environment(CONFIG_ENV_IS_NOWHERE
> is a other requirement of my project).
I'm just curious, could you provide some reasoning, why this is a requirement?
> The idea is to use the GPT header to save partitioning information directly
> in flash device (NOR or NAND), then the MTD variables are rebuild from
> these GPT partitions and can be used by DISTRO to search bootable binary.
Ok, so you stored partitioning information on flash... That seems to be some
kind of limited environment saved :-)
> I make a first prototyping for this request but I want ask you if this
> feature is acceptable for u-boot and if this patches, after some update
> and cleanups, would be merged in u-boot mainline.
> Do you see already some blocking points ?
Is there any reason why you cannot use UBI?
> - added code is under a new CONFIG : CONFIG_EFI_PARTITION_MTD
> - for implementation details, see doc/README.gpt.mtd
>
> TODO:
> - split patch between core impact (disk/part_efi.c)
> and command update
> - full support for modified command
> (today I limit the support for the command used by DISTRO macro)
> - DISTRO macro update for automatic boot on GPT bootable partition
> found in MTD devices
Best regards,
ladis
next prev parent reply other threads:[~2016-11-22 14:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-22 13:24 [U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD Patrick Delaunay
2016-11-22 13:24 ` [U-Boot] [Resend RFC PATCH v1 1/3] add support of GPT partitioning " Patrick Delaunay
2016-11-24 2:20 ` Simon Glass
2016-11-24 10:27 ` Patrick DELAUNAY
2016-11-27 17:02 ` Simon Glass
2016-11-28 15:06 ` Patrick DELAUNAY
2016-11-30 10:45 ` Patrick DELAUNAY
2016-11-22 13:24 ` [U-Boot] [Resend RFC PATCH v1 2/3] uuid: remove dependency with io.h Patrick Delaunay
2016-11-22 13:24 ` [U-Boot] [Resend RFC PATCH v1 3/3] sandbox: GPT over MTD test Patrick Delaunay
2016-11-22 14:57 ` Ladislav Michl [this message]
2016-11-24 14:14 ` [U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD Patrick DELAUNAY
2016-11-25 12:21 ` Ladislav Michl
2016-11-28 15:02 ` Patrick DELAUNAY
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=20161122145741.GA29692@localhost.localdomain \
--to=ladis@linux-mips.org \
--cc=u-boot@lists.denx.de \
/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