[U-Boot] [PATCH v7 0/15] Kconfig for U-Boot

Tom Rini trini at ti.com
Tue Jul 29 19:59:56 CEST 2014


On Tue, Jul 29, 2014 at 07:34:17PM +0900, Masahiro Yamada wrote:

> This series introduces Kconfig.
> 
> Besides Linux Kernel, Kconfig is used in some projects,
> such as, BusyBox, Buildroot.
> 
> But our situation is a little more complicated.
> For one board, we need to generate 3 images at most:
> Normal image, SPL and TPL.
> 
> Each image needs its own configuration input.

So, I've pushed all of the pre-reqs.  I think I could even run the
re-generate scripts myself, but, would you mind doing that and posting a
to-apply V8 (so drop the do not apply parts of v7)?

And I've done some testing and we seem to be in decent shape.  The
biggest problem I've found is that the OE-generated toolchains ship with
a too minimal version of python.  So if you, as they intend, "source
/.../eldk-5.4/armv7a/environment-setup-armv7a-vfp-neon-linux-gnueabi"
then the build goes to hell.  Just adding
"/.../sysroots/.../usr/bin/armv7.../" to PATH instead (so you only pick
up the toolchain) and everything is fine.  So I think we're OK.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140729/aba6401b/attachment.pgp>


More information about the U-Boot mailing list