From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/9] disk: convert to Kconfig
Date: Fri, 27 Jan 2017 14:26:28 -0500 [thread overview]
Message-ID: <20170127192628.GO22316@bill-the-cat> (raw)
In-Reply-To: <1485511243-736-1-git-send-email-patrick.delaunay73@gmail.com>
On Fri, Jan 27, 2017 at 11:00:34AM +0100, Patrick Delaunay wrote:
> move all CONFIG used in disk to Kconfig:
> CONFIG_PARTITIONS
> CONFIG_MAC_PARTITION
> CONFIG_DOS_PARTITION
> CONFIG_ISO_PARTITION
> CONFIG_AMIGA_PARTITION
> CONFIG_EFI_PARTITION
> CONFIG_PARTITION_UUIDS
> CONFIG_PARTITION_TYPE_GUID
>
>
> move disk to Kconfig as proposed by Simon Glass in thread
> [Resend RFC PATCH v1 1/3] add support of GPT partitioning over MTD
>
> created one patch per partition after review of version 4 by Tom Rini
>
> NB: I need to create _SPL_ config because for some platform activated
> list of supported partition type is not the same between SPL
> and U-Boot, that allow size reduction for SPL build
> (previously CONFIG are under compilation flag CONFIG_SPL_BUILD in .h)
>
> I compile this patch on v2017.1 without issue linked to this code
> and after correction in patch v5 it is size neutral for
> the boards (on 1230 boards compiled on my side)
On top of tree I found just a few places where things weren't quite
right (and possibly due to being vs top of tree not v2017.01) but we're
now quite in the realm of things I'll fix-up. The only "big" change is
that to make sure we get the CONFIG_PARTITION_UUIDS stuff right in all
cases I'm migrating CMD_PART and CMD_GPT. Thanks once again for your
efforts here!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170127/f7587317/attachment.sig>
prev parent reply other threads:[~2017-01-27 19:26 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 10:00 [U-Boot] [PATCH v5 0/9] disk: convert to Kconfig Patrick Delaunay
2017-01-27 10:00 ` [U-Boot] [PATCH v5 1/9] disk: convert CONFIG_PARTITIONS " Patrick Delaunay
2017-01-28 18:43 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 2/9] disk: convert CONFIG_MAC_PARTITION " Patrick Delaunay
2017-01-28 18:43 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 3/9] disk: convert CONFIG_DOS_PARTITION " Patrick Delaunay
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 4/9] disk: convert CONFIG_ISO_PARTITION " Patrick Delaunay
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 5/9] disk: convert CONFIG_AMIGA_PARTITION " Patrick Delaunay
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h Patrick Delaunay
2017-01-27 20:36 ` Masahiro Yamada
2017-01-28 0:29 ` Tom Rini
2017-01-28 5:35 ` Masahiro Yamada
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 7/9] disk: convert CONFIG_EFI_PARTITION to Kconfig Patrick Delaunay
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 8/9] disk: convert CONFIG_PARTITION_UUIDS " Patrick Delaunay
2017-01-28 13:46 ` [U-Boot] [PATCH v6 8/9] cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT Tom Rini
2017-01-28 18:44 ` Tom Rini
2017-01-27 10:00 ` [U-Boot] [PATCH v5 9/9] disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig Patrick Delaunay
2017-01-28 18:44 ` Tom Rini
2017-01-27 19:26 ` Tom Rini [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=20170127192628.GO22316@bill-the-cat \
--to=trini@konsulko.com \
--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