* [PATCH 0/1][linux-yocto-3.0/meta] fri2 update
@ 2012-03-14 19:05 Darren Hart
2012-03-14 19:05 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
2012-03-15 19:13 ` [PATCH 0/1][linux-yocto-3.0/meta] fri2 update Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2012-03-14 19:05 UTC (permalink / raw)
To: Yocto Project
The following changes since commit e559129b4a6f39f68b75141096b2d516cf7a7f35:
fri2: Add SMP and EFI support (2012-03-02 16:02:35 -0500)
are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/3.0/meta/fri2
http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/3.0/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 19:05 [PATCH 0/1][linux-yocto-3.0/meta] fri2 update Darren Hart
@ 2012-03-14 19:05 ` Darren Hart
2012-03-15 19:13 ` [PATCH 0/1][linux-yocto-3.0/meta] fri2 update Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2012-03-14 19:05 UTC (permalink / raw)
To: Yocto Project
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.0/meta] fri2 update
2012-03-14 19:05 [PATCH 0/1][linux-yocto-3.0/meta] fri2 update Darren Hart
2012-03-14 19:05 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
@ 2012-03-15 19:13 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-03-15 19:13 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-03-14 02:59 PM, Darren Hart wrote:
> From: Darren Hart<dvhart@linux.intel.com>
>
> The following changes since commit e559129b4a6f39f68b75141096b2d516cf7a7f35:
>
> fri2: Add SMP and EFI support (2012-03-02 16:02:35 -0500)
Queued with my consolidated updates.
Bruce
>
> are available in the git repository at:
> git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/3.0/meta/fri2
> http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/3.0/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 19:05 [PATCH 0/1][linux-yocto-3.0/meta] fri2 update Darren Hart
2012-03-14 19:05 ` [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support Darren Hart
2012-03-15 19:13 ` [PATCH 0/1][linux-yocto-3.0/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.