* [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation
@ 2012-02-01 18:45 Darren Hart
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Darren Hart @ 2012-02-01 18:45 UTC (permalink / raw)
To: Bruce Ashfield, Yocto Project; +Cc: Darren Hart
The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593:
meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500)
are available in the git repository at:
git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x
http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/meta-sys940x
Darren Hart (2):
meta: sys940x BSP meta data
Remove boot-live cfg duplication from BSPs
.../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----
meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----
meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----
meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----
.../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
.../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 +++
meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 44 ++++++++++++++++++++
meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 ++++++++
meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +
10 files changed, 77 insertions(+), 50 deletions(-)
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
--
1.7.6.5
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] meta: sys940x BSP meta data
2012-02-01 18:45 [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Darren Hart
@ 2012-02-01 18:45 ` Darren Hart
2012-02-01 19:01 ` Bruce Ashfield
2012-02-01 19:54 ` Tom Zanussi
2012-02-01 18:45 ` [PATCH 2/2] Remove boot-live cfg duplication from BSPs Darren Hart
2012-02-02 2:23 ` [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Bruce Ashfield
2 siblings, 2 replies; 11+ messages in thread
From: Darren Hart @ 2012-02-01 18:45 UTC (permalink / raw)
To: Bruce Ashfield, Yocto Project
The Inforce SYS940x-ECX Developer-Ready Reference Platform features:
o Intel Atom E6xx (0.6-1.6 GHz)
o Up to 1GB on-board DDR2
o Intel Platform Controller Hub EG20T
o VGA,LVDS
o HD Audio
o SD Card
o Dual SATA
o Mini-PCIe
http://www.inforcecomputing.com/SYS940X_ECX.html
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
.../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
.../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 ++
meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 49 ++++++++++++++++++++
meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 +++++++
4 files changed, 79 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
new file mode 100644
index 0000000..3b8f0aa
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
@@ -0,0 +1,7 @@
+define KMACHINE sys940x
+define KTYPE preempt-rt
+define KARCH i386
+
+# no new branch required, re-use the ktypes/preempt-rt branch
+include ktypes/preempt-rt
+include sys940x.scc
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
new file mode 100644
index 0000000..1f0edec
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
@@ -0,0 +1,6 @@
+define KMACHINE sys940x
+define KTYPE standard
+define KARCH i386
+
+include ktypes/standard
+include sys940x.scc
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
new file mode 100644
index 0000000..3d45fe8
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
@@ -0,0 +1,49 @@
+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
+CONFIG_AGP=y
+CONFIG_PM=y
+CONFIG_ACPI=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_INPUT=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
+
+CONFIG_RD_GZIP=y
+
+# Needed for booting (and using) CD images
+CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
new file mode 100644
index 0000000..1eaebf2
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
@@ -0,0 +1,17 @@
+kconf hardware sys940x.cfg
+
+git merge yocto/emgd
+
+include features/eg20t/eg20t.scc
+include features/drm-emgd/drm-emgd.scc
+include features/dmaengine/dmaengine.scc
+include features/serial/8250.scc
+include features/framebuffer/vesafb.scc
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+include features/power/intel.scc
+
+include features/logbuf/size-normal.scc
+
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
--
1.7.6.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/2] Remove boot-live cfg duplication from BSPs
2012-02-01 18:45 [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Darren Hart
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
@ 2012-02-01 18:45 ` Darren Hart
2012-02-01 19:55 ` Tom Zanussi
2012-02-02 2:23 ` [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Bruce Ashfield
2 siblings, 1 reply; 11+ messages in thread
From: Darren Hart @ 2012-02-01 18:45 UTC (permalink / raw)
To: Bruce Ashfield, Yocto Project
Several BSPs duplicated the boot-live fragment in their BSP
specific config. Remove the duplication and add CONFIG_RD_GZIP
and CONFIG_BLK_DEV_SR to the boot-live fragment.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
---
.../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----------
meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----------
meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----------
meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----------
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----------
meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 5 -----
meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +++
7 files changed, 3 insertions(+), 55 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
index 1cc14b1..32cd9e5 100755
--- a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
+++ b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
@@ -46,13 +46,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-# Needed for booting (and using) USB memory sticks
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index e93c0b8..b101419 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -42,13 +42,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-# Needed for booting (and using) USB memory sticks
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
index b9704c5..b1e72bd 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
@@ -40,13 +40,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-# Needed for booting (and using) USB memory sticks
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
index e93c0b8..b101419 100644
--- a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
@@ -42,13 +42,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-# Needed for booting (and using) USB memory sticks
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index e93c0b8..b101419 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -42,13 +42,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-# Needed for booting (and using) USB memory sticks
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
index 3d45fe8..b101419 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
@@ -42,8 +42,3 @@ CONFIG_MODULES=y
CONFIG_SHMEM=y
CONFIG_TMPFS=y
CONFIG_PACKET=y
-
-CONFIG_RD_GZIP=y
-
-# Needed for booting (and using) CD images
-CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/cfg/boot-live.cfg b/meta/cfg/kernel-cache/cfg/boot-live.cfg
index 8ff7674..a102052 100644
--- a/meta/cfg/kernel-cache/cfg/boot-live.cfg
+++ b/meta/cfg/kernel-cache/cfg/boot-live.cfg
@@ -2,5 +2,8 @@ CONFIG_BLK_DEV_LOOP=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_VFAT_FS=y
+CONFIG_RD_GZIP=y
+# Needed for booting (and using) CD images
CONFIG_BLK_DEV_IDECD=y
CONFIG_ISO9660_FS=y
+CONFIG_BLK_DEV_SR=y
--
1.7.6.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] meta: sys940x BSP meta data
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
@ 2012-02-01 19:01 ` Bruce Ashfield
2012-02-01 22:15 ` Darren Hart
2012-02-01 19:54 ` Tom Zanussi
1 sibling, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2012-02-01 19:01 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-02-01 01:45 PM, Darren Hart wrote:
> The Inforce SYS940x-ECX Developer-Ready Reference Platform features:
> o Intel Atom E6xx (0.6-1.6 GHz)
> o Up to 1GB on-board DDR2
> o Intel Platform Controller Hub EG20T
> o VGA,LVDS
> o HD Audio
> o SD Card
> o Dual SATA
> o Mini-PCIe
>
> http://www.inforcecomputing.com/SYS940X_ECX.html
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> ---
> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 ++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 49 ++++++++++++++++++++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 +++++++
> 4 files changed, 79 insertions(+), 0 deletions(-)
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> new file mode 100644
> index 0000000..3b8f0aa
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> @@ -0,0 +1,7 @@
> +define KMACHINE sys940x
> +define KTYPE preempt-rt
> +define KARCH i386
> +
> +# no new branch required, re-use the ktypes/preempt-rt branch
> +include ktypes/preempt-rt
> +include sys940x.scc
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> new file mode 100644
> index 0000000..1f0edec
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> @@ -0,0 +1,6 @@
> +define KMACHINE sys940x
> +define KTYPE standard
> +define KARCH i386
> +
> +include ktypes/standard
> +include sys940x.scc
Looks like the branch re-use issue worked itself out!
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> new file mode 100644
> index 0000000..3d45fe8
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> @@ -0,0 +1,49 @@
> +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
> +CONFIG_AGP=y
> +CONFIG_PM=y
> +CONFIG_ACPI=y
> +CONFIG_BACKLIGHT_LCD_SUPPORT=y
> +CONFIG_BACKLIGHT_CLASS_DEVICE=y
> +CONFIG_INPUT=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
> +
> +CONFIG_RD_GZIP=y
> +
> +# Needed for booting (and using) CD images
> +CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
> new file mode 100644
> index 0000000..1eaebf2
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
> @@ -0,0 +1,17 @@
> +kconf hardware sys940x.cfg
> +
> +git merge yocto/emgd
Just want to confirm that emgd-1.10 is available, and this version
was explicitly chosen ?
No issues with the series though. Staging it once you confirm.
Cheers,
Bruce
> +
> +include features/eg20t/eg20t.scc
> +include features/drm-emgd/drm-emgd.scc
> +include features/dmaengine/dmaengine.scc
> +include features/serial/8250.scc
> +include features/framebuffer/vesafb.scc
> +include cfg/usb-mass-storage.scc
> +include cfg/boot-live.scc
> +include features/power/intel.scc
> +
> +include features/logbuf/size-normal.scc
> +
> +include features/latencytop/latencytop.scc
> +include features/profiling/profiling.scc
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] meta: sys940x BSP meta data
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
2012-02-01 19:01 ` Bruce Ashfield
@ 2012-02-01 19:54 ` Tom Zanussi
2012-02-01 22:13 ` Darren Hart
1 sibling, 1 reply; 11+ messages in thread
From: Tom Zanussi @ 2012-02-01 19:54 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote:
> The Inforce SYS940x-ECX Developer-Ready Reference Platform features:
> o Intel Atom E6xx (0.6-1.6 GHz)
> o Up to 1GB on-board DDR2
> o Intel Platform Controller Hub EG20T
> o VGA,LVDS
> o HD Audio
> o SD Card
> o Dual SATA
> o Mini-PCIe
>
> http://www.inforcecomputing.com/SYS940X_ECX.html
>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Looks good. As Bruce pointed out, emgd-1.10 was recently merged (post
1.2_M2), so the 'git merge yocto/emgd' should be 'git merge
yocto/emgd-1.10' for master (i.e. if you're building off of 1.2_M2 for
example, this is what you'd want.).
Acked-by: Tom Zanussi <tzanussi@intel.com>
> ---
> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 ++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 49 ++++++++++++++++++++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 +++++++
> 4 files changed, 79 insertions(+), 0 deletions(-)
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> new file mode 100644
> index 0000000..3b8f0aa
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> @@ -0,0 +1,7 @@
> +define KMACHINE sys940x
> +define KTYPE preempt-rt
> +define KARCH i386
> +
> +# no new branch required, re-use the ktypes/preempt-rt branch
> +include ktypes/preempt-rt
> +include sys940x.scc
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> new file mode 100644
> index 0000000..1f0edec
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> @@ -0,0 +1,6 @@
> +define KMACHINE sys940x
> +define KTYPE standard
> +define KARCH i386
> +
> +include ktypes/standard
> +include sys940x.scc
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> new file mode 100644
> index 0000000..3d45fe8
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> @@ -0,0 +1,49 @@
> +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
> +CONFIG_AGP=y
> +CONFIG_PM=y
> +CONFIG_ACPI=y
> +CONFIG_BACKLIGHT_LCD_SUPPORT=y
> +CONFIG_BACKLIGHT_CLASS_DEVICE=y
> +CONFIG_INPUT=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
> +
> +CONFIG_RD_GZIP=y
> +
> +# Needed for booting (and using) CD images
> +CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
> new file mode 100644
> index 0000000..1eaebf2
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
> @@ -0,0 +1,17 @@
> +kconf hardware sys940x.cfg
> +
> +git merge yocto/emgd
> +
> +include features/eg20t/eg20t.scc
> +include features/drm-emgd/drm-emgd.scc
> +include features/dmaengine/dmaengine.scc
> +include features/serial/8250.scc
> +include features/framebuffer/vesafb.scc
> +include cfg/usb-mass-storage.scc
> +include cfg/boot-live.scc
> +include features/power/intel.scc
> +
> +include features/logbuf/size-normal.scc
> +
> +include features/latencytop/latencytop.scc
> +include features/profiling/profiling.scc
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Remove boot-live cfg duplication from BSPs
2012-02-01 18:45 ` [PATCH 2/2] Remove boot-live cfg duplication from BSPs Darren Hart
@ 2012-02-01 19:55 ` Tom Zanussi
0 siblings, 0 replies; 11+ messages in thread
From: Tom Zanussi @ 2012-02-01 19:55 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote:
> Several BSPs duplicated the boot-live fragment in their BSP
> specific config. Remove the duplication and add CONFIG_RD_GZIP
> and CONFIG_BLK_DEV_SR to the boot-live fragment.
>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> CC: Tom Zanussi <tom.zanussi@intel.com>
Nice cleanup, thanks!
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
> .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----------
> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----------
> meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----------
> meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----------
> meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----------
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 5 -----
> meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +++
> 7 files changed, 3 insertions(+), 55 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
> index 1cc14b1..32cd9e5 100755
> --- a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
> +++ b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg
> @@ -46,13 +46,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -# Needed for booting (and using) USB memory sticks
> -CONFIG_BLK_DEV_LOOP=y
> -CONFIG_NLS_CODEPAGE_437=y
> -CONFIG_NLS_ISO8859_1=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
> index e93c0b8..b101419 100644
> --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
> +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
> @@ -42,13 +42,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -# Needed for booting (and using) USB memory sticks
> -CONFIG_BLK_DEV_LOOP=y
> -CONFIG_NLS_CODEPAGE_437=y
> -CONFIG_NLS_ISO8859_1=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
> index b9704c5..b1e72bd 100644
> --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
> +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
> @@ -40,13 +40,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -# Needed for booting (and using) USB memory sticks
> -CONFIG_BLK_DEV_LOOP=y
> -CONFIG_NLS_CODEPAGE_437=y
> -CONFIG_NLS_ISO8859_1=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
> index e93c0b8..b101419 100644
> --- a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
> +++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
> @@ -42,13 +42,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -# Needed for booting (and using) USB memory sticks
> -CONFIG_BLK_DEV_LOOP=y
> -CONFIG_NLS_CODEPAGE_437=y
> -CONFIG_NLS_ISO8859_1=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
> index e93c0b8..b101419 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
> @@ -42,13 +42,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -# Needed for booting (and using) USB memory sticks
> -CONFIG_BLK_DEV_LOOP=y
> -CONFIG_NLS_CODEPAGE_437=y
> -CONFIG_NLS_ISO8859_1=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> index 3d45fe8..b101419 100644
> --- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> @@ -42,8 +42,3 @@ CONFIG_MODULES=y
> CONFIG_SHMEM=y
> CONFIG_TMPFS=y
> CONFIG_PACKET=y
> -
> -CONFIG_RD_GZIP=y
> -
> -# Needed for booting (and using) CD images
> -CONFIG_BLK_DEV_SR=y
> diff --git a/meta/cfg/kernel-cache/cfg/boot-live.cfg b/meta/cfg/kernel-cache/cfg/boot-live.cfg
> index 8ff7674..a102052 100644
> --- a/meta/cfg/kernel-cache/cfg/boot-live.cfg
> +++ b/meta/cfg/kernel-cache/cfg/boot-live.cfg
> @@ -2,5 +2,8 @@ CONFIG_BLK_DEV_LOOP=y
> CONFIG_NLS_CODEPAGE_437=y
> CONFIG_NLS_ISO8859_1=y
> CONFIG_VFAT_FS=y
> +CONFIG_RD_GZIP=y
> +# Needed for booting (and using) CD images
> CONFIG_BLK_DEV_IDECD=y
> CONFIG_ISO9660_FS=y
> +CONFIG_BLK_DEV_SR=y
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] meta: sys940x BSP meta data
2012-02-01 19:54 ` Tom Zanussi
@ 2012-02-01 22:13 ` Darren Hart
0 siblings, 0 replies; 11+ messages in thread
From: Darren Hart @ 2012-02-01 22:13 UTC (permalink / raw)
To: Tom Zanussi; +Cc: Yocto Project
On 02/01/2012 11:54 AM, Tom Zanussi wrote:
> On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote:
>> The Inforce SYS940x-ECX Developer-Ready Reference Platform features:
>> o Intel Atom E6xx (0.6-1.6 GHz)
>> o Up to 1GB on-board DDR2
>> o Intel Platform Controller Hub EG20T
>> o VGA,LVDS
>> o HD Audio
>> o SD Card
>> o Dual SATA
>> o Mini-PCIe
>>
>> http://www.inforcecomputing.com/SYS940X_ECX.html
>>
>> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>
> Looks good. As Bruce pointed out, emgd-1.10 was recently merged (post
> 1.2_M2), so the 'git merge yocto/emgd' should be 'git merge
> yocto/emgd-1.10' for master (i.e. if you're building off of 1.2_M2 for
> example, this is what you'd want.).
>
I've made the 1.10 change, built and tested emgd on the sys940x, and
pushed to the infradead repository in the cover letter.
Thanks!
> Acked-by: Tom Zanussi <tzanussi@intel.com>
>
>> ---
>> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
>> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 ++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 49 ++++++++++++++++++++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 +++++++
>> 4 files changed, 79 insertions(+), 0 deletions(-)
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>>
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>> new file mode 100644
>> index 0000000..3b8f0aa
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>> @@ -0,0 +1,7 @@
>> +define KMACHINE sys940x
>> +define KTYPE preempt-rt
>> +define KARCH i386
>> +
>> +# no new branch required, re-use the ktypes/preempt-rt branch
>> +include ktypes/preempt-rt
>> +include sys940x.scc
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> new file mode 100644
>> index 0000000..1f0edec
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> @@ -0,0 +1,6 @@
>> +define KMACHINE sys940x
>> +define KTYPE standard
>> +define KARCH i386
>> +
>> +include ktypes/standard
>> +include sys940x.scc
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>> new file mode 100644
>> index 0000000..3d45fe8
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>> @@ -0,0 +1,49 @@
>> +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
>> +CONFIG_AGP=y
>> +CONFIG_PM=y
>> +CONFIG_ACPI=y
>> +CONFIG_BACKLIGHT_LCD_SUPPORT=y
>> +CONFIG_BACKLIGHT_CLASS_DEVICE=y
>> +CONFIG_INPUT=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
>> +
>> +CONFIG_RD_GZIP=y
>> +
>> +# Needed for booting (and using) CD images
>> +CONFIG_BLK_DEV_SR=y
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>> new file mode 100644
>> index 0000000..1eaebf2
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>> @@ -0,0 +1,17 @@
>> +kconf hardware sys940x.cfg
>> +
>> +git merge yocto/emgd
>> +
>> +include features/eg20t/eg20t.scc
>> +include features/drm-emgd/drm-emgd.scc
>> +include features/dmaengine/dmaengine.scc
>> +include features/serial/8250.scc
>> +include features/framebuffer/vesafb.scc
>> +include cfg/usb-mass-storage.scc
>> +include cfg/boot-live.scc
>> +include features/power/intel.scc
>> +
>> +include features/logbuf/size-normal.scc
>> +
>> +include features/latencytop/latencytop.scc
>> +include features/profiling/profiling.scc
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] meta: sys940x BSP meta data
2012-02-01 19:01 ` Bruce Ashfield
@ 2012-02-01 22:15 ` Darren Hart
0 siblings, 0 replies; 11+ messages in thread
From: Darren Hart @ 2012-02-01 22:15 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Yocto Project
On 02/01/2012 11:01 AM, Bruce Ashfield wrote:
> On 12-02-01 01:45 PM, Darren Hart wrote:
>> The Inforce SYS940x-ECX Developer-Ready Reference Platform features:
>> o Intel Atom E6xx (0.6-1.6 GHz)
>> o Up to 1GB on-board DDR2
>> o Intel Platform Controller Hub EG20T
>> o VGA,LVDS
>> o HD Audio
>> o SD Card
>> o Dual SATA
>> o Mini-PCIe
>>
>> http://www.inforcecomputing.com/SYS940X_ECX.html
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> ---
>> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
>> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 ++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 49 ++++++++++++++++++++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 +++++++
>> 4 files changed, 79 insertions(+), 0 deletions(-)
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>>
<snip>
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> new file mode 100644
>> index 0000000..1f0edec
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> @@ -0,0 +1,6 @@
>> +define KMACHINE sys940x
>> +define KTYPE standard
>> +define KARCH i386
>> +
>> +include ktypes/standard
>> +include sys940x.scc
>
> Looks like the branch re-use issue worked itself out!
Yes, it was not necessary. Thanks.
<snip>
>> +# Needed for booting (and using) CD images
>> +CONFIG_BLK_DEV_SR=y
>> diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>> new file mode 100644
>> index 0000000..1eaebf2
>> --- /dev/null
>> +++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>> @@ -0,0 +1,17 @@
>> +kconf hardware sys940x.cfg
>> +
>> +git merge yocto/emgd
>
>
> Just want to confirm that emgd-1.10 is available, and this version
> was explicitly chosen ?
>
> No issues with the series though. Staging it once you confirm.
>
1.10 fixed and new patches pushed to the infradead URL. Please pull.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation
2012-02-01 18:45 [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Darren Hart
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
2012-02-01 18:45 ` [PATCH 2/2] Remove boot-live cfg duplication from BSPs Darren Hart
@ 2012-02-02 2:23 ` Bruce Ashfield
2012-02-02 3:42 ` Darren Hart
2 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2012-02-02 2:23 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-02-01 1:45 PM, Darren Hart wrote:
> The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593:
>
> meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500)
>
> are available in the git repository at:
> git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x
> http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/meta-sys940x
Merged and pushed. Two questions:
- I also did a commit to the linux-yocto files, do you need them sent
out immediately, or is working with AUTOREV enough for now ? There are
some other updates I'll batch this with, if we can wait.
- Is there any reason (outside of not being tested there, and potentially
missing items like emgd), that this shouldn't go to the 3.2 tree as
well ?
Cheers,
Bruce
>
> Darren Hart (2):
> meta: sys940x BSP meta data
> Remove boot-live cfg duplication from BSPs
>
> .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----
> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----
> meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----
> meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----
> meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----
> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 +++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 44 ++++++++++++++++++++
> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 ++++++++
> meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +
> 10 files changed, 77 insertions(+), 50 deletions(-)
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation
2012-02-02 2:23 ` [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Bruce Ashfield
@ 2012-02-02 3:42 ` Darren Hart
2012-02-02 5:48 ` Bruce Ashfield
0 siblings, 1 reply; 11+ messages in thread
From: Darren Hart @ 2012-02-02 3:42 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Yocto Project
On 02/01/2012 06:23 PM, Bruce Ashfield wrote:
> On 12-02-01 1:45 PM, Darren Hart wrote:
>> The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593:
>>
>> meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500)
>>
>> are available in the git repository at:
>> git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x
>> http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/meta-sys940x
>
> Merged and pushed. Two questions:
Thanks Bruce.
> - I also did a commit to the linux-yocto files, do you need them sent
> out immediately, or is working with AUTOREV enough for now ? There are
> some other updates I'll batch this with, if we can wait.
AUTOREV or SRCREVs in meta-intel for this specific BSP which I'll push
tomorrow are fine. That bit can wait.
> - Is there any reason (outside of not being tested there, and potentially
> missing items like emgd), that this shouldn't go to the 3.2 tree as
> well ?
No reason. I started with 3.0 as we wanted this for ELC and I wasn't
sure I wanted to deal with 3.2 quite yet.
The other reason was I wanted to do a proper policy/hardware division in
the cfg for 3.2 stuff and this is mostly a copy of fri2 - it and the
other meta-intel still have a lot of policy in the machine specific
fragments. Still hoping to get to that bug number for M3.
--
Darren
>
> Cheers,
>
> Bruce
>
>>
>> Darren Hart (2):
>> meta: sys940x BSP meta data
>> Remove boot-live cfg duplication from BSPs
>>
>> .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----
>> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----
>> meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----
>> meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----
>> meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----
>> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
>> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 +++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 44 ++++++++++++++++++++
>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 ++++++++
>> meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +
>> 10 files changed, 77 insertions(+), 50 deletions(-)
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>>
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation
2012-02-02 3:42 ` Darren Hart
@ 2012-02-02 5:48 ` Bruce Ashfield
0 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2012-02-02 5:48 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-02-01 10:42 PM, Darren Hart wrote:
>
>
> On 02/01/2012 06:23 PM, Bruce Ashfield wrote:
>> On 12-02-01 1:45 PM, Darren Hart wrote:
>>> The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593:
>>>
>>> meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500)
>>>
>>> are available in the git repository at:
>>> git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x
>>> http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/meta-sys940x
>>
>> Merged and pushed. Two questions:
>
> Thanks Bruce.
>
>> - I also did a commit to the linux-yocto files, do you need them sent
>> out immediately, or is working with AUTOREV enough for now ? There are
>> some other updates I'll batch this with, if we can wait.
>
> AUTOREV or SRCREVs in meta-intel for this specific BSP which I'll push
> tomorrow are fine. That bit can wait.
>
>> - Is there any reason (outside of not being tested there, and potentially
>> missing items like emgd), that this shouldn't go to the 3.2 tree as
>> well ?
>
> No reason. I started with 3.0 as we wanted this for ELC and I wasn't
> sure I wanted to deal with 3.2 quite yet.
>
> The other reason was I wanted to do a proper policy/hardware division in
> the cfg for 3.2 stuff and this is mostly a copy of fri2 - it and the
> other meta-intel still have a lot of policy in the machine specific
> fragments. Still hoping to get to that bug number for M3.
All good. As long as we don't forget to merge this forward later :)
We won't .. but I'm paranoid!
Cheers,
Bruce
>
> --
> Darren
>
>>
>> Cheers,
>>
>> Bruce
>>
>>>
>>> Darren Hart (2):
>>> meta: sys940x BSP meta data
>>> Remove boot-live cfg duplication from BSPs
>>>
>>> .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 ----
>>> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 10 ----
>>> meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 10 ----
>>> meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 10 ----
>>> meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 10 ----
>>> .../bsp/sys940x/sys940x-preempt-rt.scc | 7 +++
>>> .../kernel-cache/bsp/sys940x/sys940x-standard.scc | 6 +++
>>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 44 ++++++++++++++++++++
>>> meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc | 17 ++++++++
>>> meta/cfg/kernel-cache/cfg/boot-live.cfg | 3 +
>>> 10 files changed, 77 insertions(+), 50 deletions(-)
>>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-preempt-rt.scc
>>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x-standard.scc
>>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
>>> create mode 100644 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
>>>
>>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-02-02 5:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 18:45 [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Darren Hart
2012-02-01 18:45 ` [PATCH 1/2] meta: sys940x BSP meta data Darren Hart
2012-02-01 19:01 ` Bruce Ashfield
2012-02-01 22:15 ` Darren Hart
2012-02-01 19:54 ` Tom Zanussi
2012-02-01 22:13 ` Darren Hart
2012-02-01 18:45 ` [PATCH 2/2] Remove boot-live cfg duplication from BSPs Darren Hart
2012-02-01 19:55 ` Tom Zanussi
2012-02-02 2:23 ` [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation Bruce Ashfield
2012-02-02 3:42 ` Darren Hart
2012-02-02 5:48 ` 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.