All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RESEND PATCH v4 06/12] x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
Date: Tue, 6 Jan 2015 07:28:25 -0700	[thread overview]
Message-ID: <CAPnjgZ2H7NXFU1S6NkoD3o69OBXU1c1R+SDgKvMJOO0bbd5PRQ@mail.gmail.com> (raw)
In-Reply-To: <1420553664-3281-7-git-send-email-bmeng.cn@gmail.com>

On 6 January 2015 at 07:14, Bin Meng <bmeng.cn@gmail.com> wrote:
> There are many places in the U-Boot source tree which refer to
> CONFIG_SYS_COREBOOT, CONFIG_CBMEM_CONSOLE and CONFIG_VIDEO_COREBOOT
> that is currently defined in coreboot.h.
>
> Move them to arch/x86/cpu/coreboot/Kconfig so that we can switch
> to board configuration file to build U-Boot later.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Make coreboot options wrapped by TARGET_COREBOOT
> - Remove these options from include/configs/coreboot.h for bisectability
>
> Changes in v2:
> - New patch to move coreboot specific defines from coreboot.h to Kconfig
>
>  arch/x86/Kconfig              |  2 ++
>  arch/x86/cpu/coreboot/Kconfig | 15 +++++++++++++++
>  include/configs/coreboot.h    |  5 -----
>  3 files changed, 17 insertions(+), 5 deletions(-)
>  create mode 100644 arch/x86/cpu/coreboot/Kconfig

Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2015-01-06 14:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 14:14 [U-Boot] [RESEND PATCH v4 0/12] x86: Better support of coreboot Bin Meng
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 01/12] x86: coreboot: Set up timer base correctly Bin Meng
2015-01-07  2:40   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 02/12] x86: Allow a hardcoded TSC frequency provided by Kconfig Bin Meng
2015-01-07  2:40   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 03/12] x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig Bin Meng
2015-01-07  2:40   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 04/12] x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 05/12] x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurable Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 06/12] x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig Bin Meng
2015-01-06 14:28   ` Simon Glass [this message]
2015-01-07  2:41     ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 07/12] x86: Move CONFIG_SYS_CAR_xxx " Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 08/12] x86: Remove include/configs/coreboot.h Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 09/12] x86: Make chromebook_link the default board for coreboot Bin Meng
2015-01-06 14:30   ` Simon Glass
2015-01-07  2:41     ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 10/12] x86: coreboot: Wrap cros_ec initialization Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 11/12] x86: coreboot: Configure pci memory regions Bin Meng
2015-01-07  2:41   ` Simon Glass
2015-01-06 14:14 ` [U-Boot] [RESEND PATCH v4 12/12] x86: Update README.x86 for coreboot support Bin Meng
2015-01-06 14:30   ` Simon Glass
2015-01-07  2:41     ` Simon Glass
2015-01-06 14:21 ` [U-Boot] [RESEND PATCH v4 0/12] x86: Better support of coreboot Simon Glass
2015-01-06 14:35   ` Bin Meng
2015-01-06 14:40     ` Simon Glass

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=CAPnjgZ2H7NXFU1S6NkoD3o69OBXU1c1R+SDgKvMJOO0bbd5PRQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.