All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] kconfig: turnaround into single .config
Date: Thu, 19 Feb 2015 09:17:45 +0100	[thread overview]
Message-ID: <54E59C29.8090708@redhat.com> (raw)
In-Reply-To: <1424332048-9509-1-git-send-email-yamada.m@jp.panasonic.com>

Hi,

On 19-02-15 08:47, Masahiro Yamada wrote:
> Masahiro Yamada (4):
>    ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
>    malloc_f: fix broken .config caused by CONFIG_SYS_MALLOC_F
>    kconfig: switch to single .config configuration
>    kconfig: remove unneeded dependency on !SPL_BUILD

Thanks for working on this, I agree that having a single .config
will be much better.

As for your notes on the sunxi _felconfig target, we (the sunxi
community) have found a way to build a single set of SPL + u-boot
binaries which will work in both FEL (custom usb-boot) and normal
sdcard booting, so that is going away. We're keeping it around
for v2015.04 for compatibility, and plan to drop it for v2015.07.

Talking about v2015.07, I assume that this is targetting that
and not meant as a last minute "fix" for v2015.04 ?

Regards,

Hans

>
>   Kconfig                                 |  27 +---
>   arch/arm/Kconfig                        |   7 +-
>   arch/arm/cpu/arm1176/bcm2835/Kconfig    |   6 +-
>   arch/arm/cpu/armv7/exynos/Kconfig       |  29 ++--
>   arch/arm/cpu/armv7/omap3/Kconfig        |  11 +-
>   arch/arm/cpu/armv7/s5pc1xx/Kconfig      |   4 +-
>   arch/arm/cpu/armv7/tegra-common/Kconfig |  18 ++-
>   arch/arm/cpu/armv7/uniphier/Kconfig     |   5 -
>   arch/x86/Kconfig                        |   4 +-
>   board/amcc/canyonlands/Kconfig          |   4 -
>   board/compulab/cm_t335/Kconfig          |   6 +-
>   board/gumstix/pepper/Kconfig            |   6 +-
>   board/isee/igep0033/Kconfig             |   6 +-
>   board/phytec/pcm051/Kconfig             |   6 +-
>   board/samsung/goni/Kconfig              |   6 +-
>   board/samsung/smdkc100/Kconfig          |   6 +-
>   board/silica/pengwyn/Kconfig            |   6 +-
>   board/ti/am335x/Kconfig                 |  11 +-
>   common/Kconfig                          |   1 -
>   config.mk                               |   5 +
>   configs/ph1_ld4_defconfig               |   2 +-
>   configs/ph1_pro4_defconfig              |   2 +-
>   configs/ph1_sld8_defconfig              |   2 +-
>   doc/README.kconfig                      | 128 ++++------------
>   drivers/core/Kconfig                    |  16 +-
>   drivers/mtd/nand/Kconfig                |   6 +-
>   dts/Kconfig                             |   1 -
>   include/config_uncmd_spl.h              |  13 ++
>   scripts/Makefile.autoconf               |  36 +++--
>   scripts/Makefile.build                  |   3 +-
>   scripts/Makefile.spl                    |  10 +-
>   scripts/Makefile.uncmd_spl              |  18 +++
>   scripts/multiconfig.sh                  | 261 +-------------------------------
>   33 files changed, 182 insertions(+), 490 deletions(-)
>   create mode 100644 scripts/Makefile.uncmd_spl
>

  parent reply	other threads:[~2015-02-19  8:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19  7:47 [U-Boot] [PATCH 0/4] kconfig: turnaround into single .config Masahiro Yamada
2015-02-19  7:47 ` [U-Boot] [PATCH 1/4] ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value Masahiro Yamada
2015-02-19  7:47 ` [U-Boot] [PATCH 2/4] malloc_f: fix broken .config caused by CONFIG_SYS_MALLOC_F Masahiro Yamada
2015-02-19 14:22   ` Simon Glass
2015-02-19 23:19     ` Simon Glass
2015-02-19 23:55       ` Masahiro YAMADA
2015-02-19 23:59         ` Simon Glass
2015-02-19 23:52     ` Masahiro YAMADA
2015-02-19  7:47 ` [U-Boot] [PATCH 3/4] kconfig: switch to single .config configuration Masahiro Yamada
2015-02-19  7:47 ` [U-Boot] [PATCH 4/4] kconfig: remove unneeded dependency on !SPL_BUILD Masahiro Yamada
2015-02-19  8:17 ` Hans de Goede [this message]
2015-02-19 14:12   ` [U-Boot] [PATCH 0/4] kconfig: turnaround into single .config Simon Glass
2015-02-19 14:54     ` Hans de Goede
2015-02-19 16:47       ` Tom Rini

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=54E59C29.8090708@redhat.com \
    --to=hdegoede@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.