All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4][KERNEL] enable booting from iso
@ 2011-10-04 15:40 tom.zanussi
  2011-10-04 15:40 ` [PATCH 1/4][KERNEL] meta/crownbay: " tom.zanussi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tom.zanussi @ 2011-10-04 15:40 UTC (permalink / raw)
  To: yocto

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

A few of the 32-bit meta-intel BSPs need the boot-live config turned on
in order boot from iso images.  This patchset does that for crownbay,
emenlow, fishriver, and fri2.

Tested on crownbay.

Please pull into linux-yocto-3.0/meta.

Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib
  Branch: tzanussi/isoboot-fixes-2
  Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/isoboot-fixes-2

Tom Zanussi (4):
  meta/crownbay: enable booting from iso
  meta/emenlow: enable booting from iso
  meta/fishriver: enable booting from iso
  meta/fri2: enable booting from iso

 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg   |    3 +++
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc   |    1 +
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg     |    3 +++
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc     |    1 +
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |    1 +
 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg           |    3 +++
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc           |    1 +
 8 files changed, 16 insertions(+), 0 deletions(-)



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

* [PATCH 1/4][KERNEL] meta/crownbay: enable booting from iso
  2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
@ 2011-10-04 15:40 ` tom.zanussi
  2011-10-04 15:40 ` [PATCH 2/4][KERNEL] meta/emenlow: " tom.zanussi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2011-10-04 15:40 UTC (permalink / raw)
  To: yocto

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

Include boot-live.scc to enable booting from iso.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index 5daa65b..8081001 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -67,3 +67,6 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+
+# Needed for booting (and using) CD images
+CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
index 63b7ad6..54284b2 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
@@ -8,6 +8,7 @@ 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 cfg/boot-live.scc
 
 include features/logbuf/size-normal.scc
 
-- 
1.7.0.4



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

* [PATCH 2/4][KERNEL] meta/emenlow: enable booting from iso
  2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
  2011-10-04 15:40 ` [PATCH 1/4][KERNEL] meta/crownbay: " tom.zanussi
@ 2011-10-04 15:40 ` tom.zanussi
  2011-10-04 15:40 ` [PATCH 3/4][KERNEL] meta/fishriver: " tom.zanussi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2011-10-04 15:40 UTC (permalink / raw)
  To: yocto

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

Include boot-live.scc to enable booting from iso.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
index 9bc250c..d527e8d 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
@@ -64,3 +64,6 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+
+# Needed for booting (and using) CD images
+CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
index 6e4cc40..e5b2097 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
@@ -5,6 +5,7 @@ include features/intel-e1xxxx/intel-e100.scc
 include features/intel-e1xxxx/intel-e1xxxx.scc
 include features/drm-psb/drm-psb.scc
 include features/serial/8250.scc
+include cfg/boot-live.scc
 
 include features/logbuf/size-normal.scc
 
-- 
1.7.0.4



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

* [PATCH 3/4][KERNEL] meta/fishriver: enable booting from iso
  2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
  2011-10-04 15:40 ` [PATCH 1/4][KERNEL] meta/crownbay: " tom.zanussi
  2011-10-04 15:40 ` [PATCH 2/4][KERNEL] meta/emenlow: " tom.zanussi
@ 2011-10-04 15:40 ` tom.zanussi
  2011-10-04 15:40 ` [PATCH 4/4][KERNEL] meta/fri2: " tom.zanussi
  2011-10-04 20:59 ` [PATCH 0/4][KERNEL] " Bruce Ashfield
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2011-10-04 15:40 UTC (permalink / raw)
  To: yocto

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

Include boot-live.scc to enable booting from iso.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
index 5daa65b..8081001 100644
--- a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg
@@ -67,3 +67,6 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+
+# Needed for booting (and using) CD images
+CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
index 696ccf7..355302b 100644
--- a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
+++ b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc
@@ -8,6 +8,7 @@ include features/drm-emgd/drm-emgd.scc
 include features/dmaengine/dmaengine.scc
 include features/serial/8250.scc
 include features/ericsson-3g/f5521gw.scc
+include cfg/boot-live.scc
 
 include features/logbuf/size-normal.scc
 
-- 
1.7.0.4



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

* [PATCH 4/4][KERNEL] meta/fri2: enable booting from iso
  2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
                   ` (2 preceding siblings ...)
  2011-10-04 15:40 ` [PATCH 3/4][KERNEL] meta/fishriver: " tom.zanussi
@ 2011-10-04 15:40 ` tom.zanussi
  2011-10-04 20:59 ` [PATCH 0/4][KERNEL] " Bruce Ashfield
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2011-10-04 15:40 UTC (permalink / raw)
  To: yocto

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

Include boot-live.scc to enable booting from iso.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index 5daa65b..8081001 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -67,3 +67,6 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+
+# Needed for booting (and using) CD images
+CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
index ff38b2d..43df3a9 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
@@ -10,6 +10,7 @@ include features/dmaengine/dmaengine.scc
 include features/serial/8250.scc
 include features/ericsson-3g/f5521gw.scc
 include features/iwlagn/iwlagn.scc
+include cfg/boot-live.scc
 
 include features/logbuf/size-normal.scc
 
-- 
1.7.0.4



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

* Re: [PATCH 0/4][KERNEL] enable booting from iso
  2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
                   ` (3 preceding siblings ...)
  2011-10-04 15:40 ` [PATCH 4/4][KERNEL] meta/fri2: " tom.zanussi
@ 2011-10-04 20:59 ` Bruce Ashfield
  4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2011-10-04 20:59 UTC (permalink / raw)
  To: tom.zanussi; +Cc: yocto

On 11-10-04 11:40 AM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> A few of the 32-bit meta-intel BSPs need the boot-live config turned on
> in order boot from iso images.  This patchset does that for crownbay,
> emenlow, fishriver, and fri2.
>
> Tested on crownbay.

merged and out in the kernel repo. SRCREV update is arriving
shortly to an inbox near you.

Bruce

>
> Please pull into linux-yocto-3.0/meta.
>
> Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib
>    Branch: tzanussi/isoboot-fixes-2
>    Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/isoboot-fixes-2
>
> Tom Zanussi (4):
>    meta/crownbay: enable booting from iso
>    meta/emenlow: enable booting from iso
>    meta/fishriver: enable booting from iso
>    meta/fri2: enable booting from iso
>
>   meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg   |    3 +++
>   meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc   |    1 +
>   meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg     |    3 +++
>   meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc     |    1 +
>   meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |    3 +++
>   meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |    1 +
>   meta/cfg/kernel-cache/bsp/fri2/fri2.cfg           |    3 +++
>   meta/cfg/kernel-cache/bsp/fri2/fri2.scc           |    1 +
>   8 files changed, 16 insertions(+), 0 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

end of thread, other threads:[~2011-10-04 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 15:40 [PATCH 0/4][KERNEL] enable booting from iso tom.zanussi
2011-10-04 15:40 ` [PATCH 1/4][KERNEL] meta/crownbay: " tom.zanussi
2011-10-04 15:40 ` [PATCH 2/4][KERNEL] meta/emenlow: " tom.zanussi
2011-10-04 15:40 ` [PATCH 3/4][KERNEL] meta/fishriver: " tom.zanussi
2011-10-04 15:40 ` [PATCH 4/4][KERNEL] meta/fri2: " tom.zanussi
2011-10-04 20:59 ` [PATCH 0/4][KERNEL] " 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.