From: Tom Zanussi <tom.zanu...@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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto