All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][KERNEL] new chiefriver BSP metadata
@ 2012-05-25 21:48 tom.zanussi
  2012-05-25 21:48 ` [PATCH 1/2][KERNEL] chiefriver: create initial BSP infrastructure tom.zanussi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tom.zanussi @ 2012-05-25 21:48 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Tom Zanussi <tom.zanussi@intel.com>

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.

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-29 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 21:48 [PATCH 0/2][KERNEL] new chiefriver BSP metadata tom.zanussi
2012-05-25 21:48 ` [PATCH 1/2][KERNEL] chiefriver: create initial BSP infrastructure tom.zanussi
2012-05-25 21:48 ` [PATCH 2/2][KERNEL] meta: add tmp/rc6 feature tom.zanussi
2012-05-28 20:23 ` [PATCH 0/2][KERNEL] new chiefriver BSP metadata Bruce Ashfield
2012-05-29 20:19 ` Bruce Ashfield

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.