All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][KERNEL] meta-intel: fishriver updates
@ 2011-06-01 22:05 tom.zanussi
  2011-06-01 22:05 ` [PATCH 1/2][KERNEL] meta: add ericsson-3g f5521gw feature tom.zanussi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: tom.zanussi @ 2011-06-01 22:05 UTC (permalink / raw)
  To: bruce.ashfield, dongxiao.xu, yocto

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

This patchset adds an ericsson 3g feature and also creates a separate
bsp for fishriver, which had previously been hijacking crownbay.

Please pull into linux-yocto-2.6.37.

Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib
  Branch: tzanussi/yocto/standard/fishriver
  Browse: http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/yocto/standard/fishriver

Tom Zanussi (2):
  meta: add ericsson-3g f5521gw feature
  meta/fishriver: create initial BSP infrastructure

 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg      |   39 +++++++++++
 .../bsp/fishriver/fishriver-standard.scc           |    7 ++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg  |   69 ++++++++++++++++++++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc  |   15 ++++
 .../kernel-cache/features/ericsson-3g/f5521gw.cfg  |    3 +
 .../kernel-cache/features/ericsson-3g/f5521gw.scc  |    3 +
 6 files changed, 136 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
 create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
 create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc



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

* [PATCH 1/2][KERNEL] meta: add ericsson-3g f5521gw feature
  2011-06-01 22:05 [PATCH 0/2][KERNEL] meta-intel: fishriver updates tom.zanussi
@ 2011-06-01 22:05 ` tom.zanussi
  2011-06-01 22:05 ` [PATCH 2/2][KERNEL] meta/fishriver: create initial BSP infrastructure tom.zanussi
  2011-06-03  5:02 ` [PATCH 0/2][KERNEL] meta-intel: fishriver updates Bruce Ashfield
  2 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-06-01 22:05 UTC (permalink / raw)
  To: bruce.ashfield, dongxiao.xu, yocto

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

For use initially by the fishriver bsp.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../kernel-cache/features/ericsson-3g/f5521gw.cfg  |    3 +++
 .../kernel-cache/features/ericsson-3g/f5521gw.scc  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
 create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc

diff --git a/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg b/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
new file mode 100644
index 0000000..141435e
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
@@ -0,0 +1,3 @@
+CONFIG_USB_ACM=m
+CONFIG_USB_WDM=m
+CONFIG_USB_CDC_NCM=m
diff --git a/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc b/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc
new file mode 100644
index 0000000..f98d479
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc
@@ -0,0 +1,3 @@
+kconf hardware f5521gw.cfg
+
+include features/usb-net/usb-net.scc
-- 
1.7.0.4



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

* [PATCH 2/2][KERNEL] meta/fishriver: create initial BSP infrastructure
  2011-06-01 22:05 [PATCH 0/2][KERNEL] meta-intel: fishriver updates tom.zanussi
  2011-06-01 22:05 ` [PATCH 1/2][KERNEL] meta: add ericsson-3g f5521gw feature tom.zanussi
@ 2011-06-01 22:05 ` tom.zanussi
  2011-06-03  5:02 ` [PATCH 0/2][KERNEL] meta-intel: fishriver updates Bruce Ashfield
  2 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-06-01 22:05 UTC (permalink / raw)
  To: bruce.ashfield, dongxiao.xu, yocto

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

We now dedicate a branch to fishriver, which before now had been happy
with crownbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg      |   39 +++++++++++
 .../bsp/fishriver/fishriver-standard.scc           |    7 ++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg  |   69 ++++++++++++++++++++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc  |   15 ++++
 4 files changed, 130 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc

diff --git a/meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg b/meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
new file mode 100644
index 0000000..225581c
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
@@ -0,0 +1,39 @@
+# Hardware support for the Platform Controller Hub EG20T
+
+CONFIG_PCH_DMA=y
+CONFIG_PCH_UART_DMA=y
+CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_PCH=y
+CONFIG_SERIAL_8250_PCH_DMA=y
+
+CONFIG_SERIAL_PCH_UART=y
+CONFIG_SERIAL_CORE=y
+
+CONFIG_SPI=y
+CONFIG_SPI_BITBANG=y
+CONFIG_SPI_GPIO=y
+CONFIG_SPI_TOPCLIFF_PCH=y
+ 
+CONFIG_MISC_DEVICES=y
+CONFIG_PCH_PHUB=y
+
+CONFIG_NETDEVICES=y
+CONFIG_NETDEV_1000=y
+CONFIG_PCH_GBE=y
+
+CONFIG_PCH_USBDEV=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_EG20T=y
+CONFIG_USB_GADGET_DUALSPEED=y
+CONFIG_USB_GADGET_SELECTED=y
+
+CONFIG_I2C_EG20T=y
+
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_PCH=y
+
+CONFIG_PCH_IEEE1588=y
+
+CONFIG_CAN=y
+CONFIG_CAN_DEV=y
+CONFIG_PCH_CAN=y
diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc b/meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
new file mode 100644
index 0000000..897eb3e
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
@@ -0,0 +1,7 @@
+define KMACHINE fishriver
+define KTYPE standard
+define KARCH i386
+
+scc_leaf ktypes/standard fishriver
+
+include fishriver.scc
diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
new file mode 100644
index 0000000..5daa65b
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
@@ -0,0 +1,69 @@
+CONFIG_X86_32=y
+CONFIG_MATOM=y
+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
+CONFIG_NET=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_CHR_DEV_SG=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_HDA_INTEL=y
+CONFIG_SATA_AHCI=y
+
+# Make sure these are on, otherwise the bootup won't be fun
+CONFIG_EXT3_FS=y
+CONFIG_UNIX=y
+CONFIG_INET=y
+CONFIG_MODULES=y
+CONFIG_SHMEM=y
+CONFIG_TMPFS=y
+CONFIG_PACKET=y
+
+# These are needed for the Poulsbo kernel modules
+CONFIG_I2C=y
+CONFIG_AGP=y
+CONFIG_VFAT_FS=y
+CONFIG_PM=y
+CONFIG_ACPI=y
+CONFIG_FB=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_INPUT=y
+CONFIG_VIDEO_V4L2=y
+CONFIG_VIDEO_IVTV=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_VIDEO_CAPTURE_DRIVERS=y
+CONFIG_VIDEO_DEV=y
+CONFIG_VIDEO_V4L2_COMMON=y
+CONFIG_I2C_ALGOBIT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_VIDEO_FB_IVTV=y
+
+# Needed for booting (and using) USB memory sticks
+CONFIG_USB_STORAGE=y
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_RD_GZIP=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
new file mode 100644
index 0000000..0abde0d
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
@@ -0,0 +1,15 @@
+kconf hardware fishriver.cfg
+kconf hardware fishriver.cfg
+
+git merge yocto/emgd
+
+include features/intel-e1xxxx/intel-e1xxxx.scc
+include features/drm-emgd/drm-emgd.scc
+include features/dmaengine/dmaengine.scc
+include features/serial/8250.scc
+include features/ericsson-3g/f5521gw.scc
+
+include features/logbuf/size-normal.scc
+
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
-- 
1.7.0.4



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

* Re: [PATCH 0/2][KERNEL] meta-intel: fishriver updates
  2011-06-01 22:05 [PATCH 0/2][KERNEL] meta-intel: fishriver updates tom.zanussi
  2011-06-01 22:05 ` [PATCH 1/2][KERNEL] meta: add ericsson-3g f5521gw feature tom.zanussi
  2011-06-01 22:05 ` [PATCH 2/2][KERNEL] meta/fishriver: create initial BSP infrastructure tom.zanussi
@ 2011-06-03  5:02 ` Bruce Ashfield
  2011-06-03 12:40   ` Tom Zanussi
  2 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2011-06-03  5:02 UTC (permalink / raw)
  To: tom.zanussi; +Cc: yocto

On 11-06-01 6:05 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> This patchset adds an ericsson 3g feature and also creates a separate
> bsp for fishriver, which had previously been hijacking crownbay.
>
> Please pull into linux-yocto-2.6.37.

Merged, and also propp'd to the -dev kernel.

Changes will be pushed out in the morning, I have a few
other pending merges to take care of at the same time.

Cheers,

Bruce

>
> Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib
>    Branch: tzanussi/yocto/standard/fishriver
>    Browse: http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/yocto/standard/fishriver
>
> Tom Zanussi (2):
>    meta: add ericsson-3g f5521gw feature
>    meta/fishriver: create initial BSP infrastructure
>
>   meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg      |   39 +++++++++++
>   .../bsp/fishriver/fishriver-standard.scc           |    7 ++
>   meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg  |   69 ++++++++++++++++++++
>   meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc  |   15 ++++
>   .../kernel-cache/features/ericsson-3g/f5521gw.cfg  |    3 +
>   .../kernel-cache/features/ericsson-3g/f5521gw.scc  |    3 +
>   6 files changed, 136 insertions(+), 0 deletions(-)
>   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
>   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
>   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
>   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
>   create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
>   create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc
>



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

* Re: [PATCH 0/2][KERNEL] meta-intel: fishriver updates
  2011-06-03  5:02 ` [PATCH 0/2][KERNEL] meta-intel: fishriver updates Bruce Ashfield
@ 2011-06-03 12:40   ` Tom Zanussi
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Zanussi @ 2011-06-03 12:40 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

On Thu, 2011-06-02 at 22:02 -0700, Bruce Ashfield wrote:
> On 11-06-01 6:05 PM, tom.zanussi@intel.com wrote:
> > From: Tom Zanussi<tom.zanussi@intel.com>
> >
> > This patchset adds an ericsson 3g feature and also creates a separate
> > bsp for fishriver, which had previously been hijacking crownbay.
> >
> > Please pull into linux-yocto-2.6.37.
> 
> Merged, and also propp'd to the -dev kernel.
> 
> Changes will be pushed out in the morning, I have a few
> other pending merges to take care of at the same time.
> 

Thanks, Bruce.

Tom

> Cheers,
> 
> Bruce
> 
> >
> > Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib
> >    Branch: tzanussi/yocto/standard/fishriver
> >    Browse: http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/yocto/standard/fishriver
> >
> > Tom Zanussi (2):
> >    meta: add ericsson-3g f5521gw feature
> >    meta/fishriver: create initial BSP infrastructure
> >
> >   meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg      |   39 +++++++++++
> >   .../bsp/fishriver/fishriver-standard.scc           |    7 ++
> >   meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg  |   69 ++++++++++++++++++++
> >   meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc  |   15 ++++
> >   .../kernel-cache/features/ericsson-3g/f5521gw.cfg  |    3 +
> >   .../kernel-cache/features/ericsson-3g/f5521gw.scc  |    3 +
> >   6 files changed, 136 insertions(+), 0 deletions(-)
> >   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg
> >   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver-standard.scc
> >   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
> >   create mode 100644 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
> >   create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.cfg
> >   create mode 100644 meta/cfg/kernel-cache/features/ericsson-3g/f5521gw.scc
> >
> 




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

end of thread, other threads:[~2011-06-03 12:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-01 22:05 [PATCH 0/2][KERNEL] meta-intel: fishriver updates tom.zanussi
2011-06-01 22:05 ` [PATCH 1/2][KERNEL] meta: add ericsson-3g f5521gw feature tom.zanussi
2011-06-01 22:05 ` [PATCH 2/2][KERNEL] meta/fishriver: create initial BSP infrastructure tom.zanussi
2011-06-03  5:02 ` [PATCH 0/2][KERNEL] meta-intel: fishriver updates Bruce Ashfield
2011-06-03 12:40   ` Tom Zanussi

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.