public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 0/15] Kconfig for U-Boot
Date: Tue, 29 Jul 2014 13:59:56 -0400	[thread overview]
Message-ID: <20140729175956.GH8759@bill-the-cat> (raw)
In-Reply-To: <1406630072-24962-1-git-send-email-yamada.m@jp.panasonic.com>

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>

  parent reply	other threads:[~2014-07-29 17:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-29 10:34 [U-Boot] [PATCH v7 0/15] Kconfig for U-Boot Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 01/15] kconfig: import Kconfig files from Linux 3.16-rc7 Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 02/15] Do not apply: tools: add genkconfig Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 03/15] kconfig: add board Kconfig and defconfig files Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 04/15] kconfig: add basic Kconfig files Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 05/15] include: define CONFIG_SPL and CONFIG_TPL as 1 Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 06/15] kconfig: switch to Kconfig Masahiro Yamada
2014-07-29 21:48   ` Jeroen Hofstee
2014-07-29 21:55     ` Jeroen Hofstee
2014-07-30  2:34       ` Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 07/15] Do not apply: tools: add gen_maintainers.py Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 08/15] Add board MAINTAINERS files Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 09/15] tools: add genboardscfg.py Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 10/15] kconfig: remove mkconfig and boards.cfg Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 11/15] MAKEALL: adjust for Kconfig Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 12/15] buildman: " Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 13/15] kconfig: delete redundant CONFIG_${ARCH} definition Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 14/15] powerpc: remove redundant CPU definition Masahiro Yamada
2014-07-29 10:34 ` [U-Boot] [PATCH v7 15/15] include: remove CONFIG_SPL/CONFIG_TPL definition in config headers Masahiro Yamada
2014-07-29 17:59 ` Tom Rini [this message]
2014-07-30  5:22   ` [U-Boot] [PATCH v7 0/15] Kconfig for U-Boot Masahiro Yamada

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=20140729175956.GH8759@bill-the-cat \
    --to=trini@ti.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