[U-Boot] [PATCH v5 0/9] disk: convert to Kconfig

Tom Rini trini at konsulko.com
Fri Jan 27 20:26:28 CET 2017


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>


More information about the U-Boot mailing list