From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EAB7FE0030B for ; Mon, 28 May 2012 13:23:59 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q4SKNwxF009802 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 28 May 2012 13:23:58 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Mon, 28 May 2012 13:23:58 -0700 Message-ID: <4FC3DED8.2090207@windriver.com> Date: Mon, 28 May 2012 16:23:52 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: References: In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: [PATCH 0/2][KERNEL] new chiefriver BSP metadata X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 20:24:00 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-05-25 05:48 PM, tom.zanussi@intel.com wrote: > From: Tom Zanussi > > This patchset implements the initial kernel side of the chiefriver > BSP. > > It also adds a 'temporary' feature needed for turning on rc6 support > from recipe-space. The code contained in the rc6 feature is already > upstream and this feature will be dropped in the next yocto kernel, > but is needed for now in 3.2 - this is the most flexible way to add > it while giving ourselves an easy way to drop it if it causes > problems. > > Please pull into linux-yocto 3.2, and also create a new > standard/default/common-pc-64/chiefriver branch for it. Looks fine to me. I'm working on staging this now. There's a slight entanglement with updates I've done to 3.2.18, but once that is sorted out, I'll be able to push these changes. Bruce > > Thanks, > > Tom > > The following changes since commit 49f931bc294d5b6be60502bbd448cff5aa766235: > Tom Zanussi (1): > meta/fishriver: remove redundant features and options > > are available in the git repository at: > > git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/chiefriver.v2 > http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/chiefriver.v2 > > Tom Zanussi (2): > chiefriver: create initial BSP infrastructure > meta: add tmp/rc6 feature > > .../bsp/chiefriver/chiefriver-preempt-rt.scc | 12 +++ > .../bsp/chiefriver/chiefriver-standard.scc | 11 +++ > .../cfg/kernel-cache/bsp/chiefriver/chiefriver.cfg | 35 +++++++++ > .../cfg/kernel-cache/bsp/chiefriver/chiefriver.scc | 7 ++ > .../features/tmp/rc6/rc6-kernel-params.patch | 81 ++++++++++++++++++++ > meta/cfg/kernel-cache/features/tmp/rc6/rc6.scc | 5 + > .../tmp/rc6/snb-disable-rc6p-fix-precedence.patch | 26 ++++++ > .../features/tmp/rc6/snb-disable-rc6p.patch | 39 ++++++++++ > .../features/tmp/rc6/snb-enable-rc6.patch | 54 +++++++++++++ > 9 files changed, 270 insertions(+), 0 deletions(-) > create mode 100644 meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-preempt-rt.scc > create mode 100644 meta/cfg/kernel-cache/bsp/chiefriver/chiefriver-standard.scc > create mode 100644 meta/cfg/kernel-cache/bsp/chiefriver/chiefriver.cfg > create mode 100644 meta/cfg/kernel-cache/bsp/chiefriver/chiefriver.scc > create mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/rc6-kernel-params.patch > create mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/rc6.scc > create mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-disable-rc6p-fix-precedence.patch > create mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-disable-rc6p.patch > create mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-enable-rc6.patch >