All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][linux-yocto-3.2/meta] fri2 update
@ 2012-03-14 18:56 Darren Hart
  2012-03-14 18:56 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
  2012-03-15 19:12 ` [PATCH 0/1][linux-yocto-3.2/meta] fri2 update Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2012-03-14 18:56 UTC (permalink / raw)
  To: Yocto Project, Bruce Ashfield, Tom Zanussi

The following changes since commit 64840f55ee144e9814278eaa8e3f33dd60da892c:

  meta/emgd: emgd 1.10 updates (2012-03-12 11:48:22 -0400)

are available in the git repository at:
  git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/fri2
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/meta/fri2

Darren Hart (1):
  fri2: Update fri2.cfg for hardware specific support

 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

-- 
1.7.5.4



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

* [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support
  2012-03-14 18:56 [PATCH 0/1][linux-yocto-3.2/meta] fri2 update Darren Hart
@ 2012-03-14 18:56 ` Darren Hart
  2012-03-15 19:12 ` [PATCH 0/1][linux-yocto-3.2/meta] fri2 update Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2012-03-14 18:56 UTC (permalink / raw)
  To: Yocto Project, Bruce Ashfield, Tom Zanussi

The FRI2 does not require R8169 or PATA support. It does not need SFF
or GENERIC ATA options either.

The FRI2 does require IEEE802154 (Zigbee), BT (Bluetooth), and IWLWIFI.
The latter is compiled as a module to avoid the need for an initrd
containing the firmware blobs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index b101419..97ceecd 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -5,16 +5,12 @@ CONFIG_PRINTK=y
 # Basic hardware support for the box - network, USB, PCI, sound
 CONFIG_NETDEVICES=y
 CONFIG_ATA=y
-CONFIG_ATA_GENERIC=y
-CONFIG_ATA_SFF=y
 CONFIG_PCI=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_USB_SUPPORT=y
 CONFIG_USB=y
 CONFIG_USB_ARCH_HAS_EHCI=y
-CONFIG_R8169=y
-CONFIG_PATA_SCH=y
 CONFIG_MMC_SDHCI_PCI=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_PCIEPORTBUS=y
@@ -42,3 +38,15 @@ CONFIG_MODULES=y
 CONFIG_SHMEM=y
 CONFIG_TMPFS=y
 CONFIG_PACKET=y
+
+# Enable FRI2 Specific Hardware
+# Zigbee 802.15.4 Support
+CONFIG_IEEE802154=y
+# CONFIG_IEEE802154_6LOWPAN is not set
+
+# Bluetooth Support
+CONFIG_BT=y
+
+# Intel 6205 ABGN
+# Build as a module to avoid having to install the firmware into the initrd
+CONFIG_IWLWIFI=m
-- 
1.7.5.4



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

* Re: [PATCH 0/1][linux-yocto-3.2/meta] fri2 update
  2012-03-14 18:56 [PATCH 0/1][linux-yocto-3.2/meta] fri2 update Darren Hart
  2012-03-14 18:56 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
@ 2012-03-15 19:12 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-03-15 19:12 UTC (permalink / raw)
  To: Darren Hart; +Cc: Yocto Project

On 12-03-14 02:56 PM, Darren Hart wrote:
> The following changes since commit 64840f55ee144e9814278eaa8e3f33dd60da892c:
>
>    meta/emgd: emgd 1.10 updates (2012-03-12 11:48:22 -0400)

Queued with my other 3.2 changes. Should be pushed out tomorrow.

Bruce

>
> are available in the git repository at:
>    git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/fri2
>    http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/meta/fri2
>
> Darren Hart (1):
>    fri2: Update fri2.cfg for hardware specific support
>
>   meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |   16 ++++++++++++----
>   1 files changed, 12 insertions(+), 4 deletions(-)
>



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

end of thread, other threads:[~2012-03-15 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 18:56 [PATCH 0/1][linux-yocto-3.2/meta] fri2 update Darren Hart
2012-03-14 18:56 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
2012-03-15 19:12 ` [PATCH 0/1][linux-yocto-3.2/meta] fri2 update 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.