All of lore.kernel.org
 help / color / mirror / Atom feed
From: tom.zanussi@intel.com
To: yocto@yoctoproject.org
Subject: [PATCH 0/2] meta-intel: new fri2 BSP
Date: Tue,  2 Aug 2011 23:05:14 -0500	[thread overview]
Message-ID: <cover.1312343514.git.tom.zanussi@intel.com> (raw)

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

This is the initial version of a BSP for the Fish River Island II.
I don't actually have the hardware, but have successfully booted
a sato image with wired networking and vesa graphics on the closest
thing I have, the crownbay.

This BSP uses the 3.0 kernel - the fri2 kernel modifications were
originally pushed to linux-yocto-dev awhile ago, but the commit
history was lost in the move to 3.0.  It's reproduced below,
for reference.

commit 77d659c45fe47ef9e7f65f5b460a18d80f8c8f20
Author: Tom Zanussi <tom.zanussi@intel.com>
Date:   Tue Jul 12 18:25:21 2011 -0500

    meta-fri2: use iwlagn feature
    
    Make use of the Intel wireless support for the Intel 6205 ABGN.
    
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

commit 0008c9c1a16f816302be76b3c67b695c8a0064bd
Author: Tom Zanussi <tom.zanussi@intel.com>
Date:   Tue Jul 12 18:25:20 2011 -0500

    meta: add mac80211 and iwlagn features
    
    Add iwlagn feature (Intel Wirelss WiFi Next Gen AGN) and one of its
    dependencies, mac80211, as a feature, since there are a bunch of
other
    config items that have the same dependency and could use it.
    
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

commit 451ce7990c1e4757f3316f247e9c4e52830bd7c4
Author: Tom Zanussi <tom.zanussi@intel.com>
Date:   Sun Jul 10 11:26:06 2011 -0500

    meta/fri2: create initial BSP infrastructure
    
    Inital BSP infrastructure for Intel Fish River Island II.
    
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

commit 115003b6882981b33ae6e763088fbfb9dd1c21b3
Author: Tom Zanussi <tom.zanussi@intel.com>
Date:   Sun Jul 10 11:26:05 2011 -0500

    meta/crownbay: remove eg20t.cfg and use new eg20t feature instead
    
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

commit baf6a74de2481d39beb29dc26674ddfd21467b0d
Author: Tom Zanussi <tom.zanussi@intel.com>
Date:   Sun Jul 10 11:26:04 2011 -0500

    meta: add eg20t feature
    
    Option group for Intel Platform Controller Hub EG20T (Topcliff).
    
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>


The following changes since commit 3be9957211e54669825d1d55bb73c68d3f3354d0:
  Tom Zanussi (1):
        meta-sugarbay: switch to linux-yocto 3.0 kernel

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/fri2.v1
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/fri2.v1

Tom Zanussi (2):
  meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systems
  meta-fri2: add 3g and wifi features

 meta-fri2/COPYING.MIT                              |   17 ++++
 meta-fri2/README                                   |   83 ++++++++++++++++++++
 meta-fri2/README.sources                           |   17 ++++
 meta-fri2/conf/layer.conf                          |   10 +++
 meta-fri2/conf/machine/fri2.conf                   |   36 +++++++++
 .../formfactor/formfactor/fri2/machconfig          |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    3 +
 .../recipes-core/tasks/task-core-tools.bbappend    |    2 +
 .../xserver-xf86-config/fri2/xorg.conf             |   26 ++++++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    3 +
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    6 ++
 11 files changed, 206 insertions(+), 0 deletions(-)
 create mode 100644 meta-fri2/COPYING.MIT
 create mode 100644 meta-fri2/README
 create mode 100644 meta-fri2/README.sources
 create mode 100644 meta-fri2/binary/.gitignore
 create mode 100644 meta-fri2/conf/layer.conf
 create mode 100644 meta-fri2/conf/machine/fri2.conf
 create mode 100644 meta-fri2/recipes-bsp/formfactor/formfactor/fri2/machconfig
 create mode 100644 meta-fri2/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-fri2/recipes-core/tasks/task-core-tools.bbappend
 create mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
 create mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend



             reply	other threads:[~2011-08-03  4:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03  4:05 tom.zanussi [this message]
2011-08-03  4:05 ` [PATCH 1/2] meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systems tom.zanussi
2011-08-04  6:18   ` Darren Hart
2011-08-04 14:31     ` Tom Zanussi
2011-08-03  4:05 ` [PATCH 2/2] meta-fri2: add 3g and wifi features tom.zanussi

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=cover.1312343514.git.tom.zanussi@intel.com \
    --to=tom.zanussi@intel.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.