All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Darren Hart <darren@dvhart.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [PATCH 5/6] fri2: Add SMP and EFI support
Date: Fri, 2 Mar 2012 16:16:30 -0500	[thread overview]
Message-ID: <4F5138AE.3030602@windriver.com> (raw)
In-Reply-To: <9242bfa391c0591f520d2e906fe3440db045ba99.1330644090.git.darren@dvhart.com>

On 12-03-01 06:59 PM, Darren Hart wrote:
> From: Darren Hart<dvhart@linux.intel.com>
>
> Rather than add these as features in the linux-yocto recipe,
> include them in the BSP meta-data directly. Include only the core
> EFI bits in the fri2.scc, and add the extended EFI support to the
> fri2-standard.scc so that other ktypes don't pull in more than
> what's absolutely required from fri2.scc.

Ack'd. Looks good.

Bruce

>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> ---
>   meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc |    1 +
>   meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc   |    1 +
>   meta/cfg/kernel-cache/bsp/fri2/fri2.scc            |    2 ++
>   3 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc
> index 142d71a..9e9a84c 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc
> @@ -5,3 +5,4 @@ define KARCH i386
>   # no new branch required, re-use the ktypes/preempt-rt branch
>   include ktypes/preempt-rt
>   include fri2.scc
> +include cfg/efi-ext.scc
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> index bbb0ebc..b17eca5 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> @@ -9,3 +9,4 @@ include features/emgd/emgd.scc
>   git merge emgd
>
>   include fri2.scc
> +include cfg/efi-ext.scc
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> index 2dd3170..a89a6e2 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> @@ -11,6 +11,8 @@ include cfg/vesafb.scc
>   include cfg/usb-mass-storage.scc
>   include cfg/boot-live.scc
>   include features/power/intel.scc
> +include cfg/smp.scc
> +include cfg/efi.scc
>
>   include features/logbuf/size-normal.scc
>



  reply	other threads:[~2012-03-02 21:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 23:59 [PATCH 0/6][linux-yocto-3.2] Meta update for sys940x, bootlive, and FRI2 Darren Hart
2012-03-01 23:59 ` [PATCH 1/6] meta: sys940x BSP meta data Darren Hart
2012-03-01 23:59 ` [PATCH 2/6] Remove boot-live cfg duplication from BSPs Darren Hart
2012-03-02 21:14   ` Bruce Ashfield
2012-03-01 23:59 ` [PATCH 3/6] fri2: Drop 8250 from the fri2 scc Darren Hart
2012-03-01 23:59 ` [PATCH 4/6] eg20t: Enable serial console for the pch_uart Darren Hart
2012-03-02 21:16   ` Bruce Ashfield
2012-03-02 21:40     ` Darren Hart
2012-03-04  4:00       ` Bruce Ashfield
2012-03-01 23:59 ` [PATCH 5/6] fri2: Add SMP and EFI support Darren Hart
2012-03-02 21:16   ` Bruce Ashfield [this message]
2012-03-01 23:59 ` [PATCH 6/6] fri2: Move non-hardware optional features out of fri2.scc Darren Hart
2012-03-02 21:17   ` Bruce Ashfield

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=4F5138AE.3030602@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=darren@dvhart.com \
    --cc=yocto@yoctoproject.org \
    /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.