* [PATCH 0/4] meta-intel: fix splash screens for several BSPs
@ 2011-09-29 22:52 tom.zanussi
2011-09-29 22:52 ` [PATCH 1/4] crownbay-noemgd: set boot vga mode tom.zanussi
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: tom.zanussi @ 2011-09-29 22:52 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This fixes the original emenlow bug, and adds missing splash screens
for several other BSPs.
Fixes [YOCTO #464].
The following changes since commit ac16720e8a1f3b69de822a147f96a8196246b736:
Tom Zanussi (1):
meta-crownbay: remove emgd-1.6
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/use-vesafb
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/use-vesafb
Tom Zanussi (4):
crownbay-noemgd: set boot vga mode
crownbay: set boot vga mode
emenlow: set boot vga mode
jasperforest: set boot vga mode
meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++
meta-crownbay/conf/machine/crownbay.conf | 2 ++
meta-emenlow/conf/machine/emenlow.conf | 2 ++
meta-jasperforest/conf/machine/jasperforest.conf | 2 ++
4 files changed, 8 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/4] crownbay-noemgd: set boot vga mode
2011-09-29 22:52 [PATCH 0/4] meta-intel: fix splash screens for several BSPs tom.zanussi
@ 2011-09-29 22:52 ` tom.zanussi
2011-09-29 22:52 ` [PATCH 2/4] crownbay: " tom.zanussi
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-09-29 22:52 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index c668f4a..9989d0d 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -28,6 +28,8 @@ XSERVER ?= "xserver-xf86-dri-lite \
SERIAL_CONSOLE = "115200 ttyS0"
+APPEND += "video=vesafb vga=0x318"
+
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/4] crownbay: set boot vga mode
2011-09-29 22:52 [PATCH 0/4] meta-intel: fix splash screens for several BSPs tom.zanussi
2011-09-29 22:52 ` [PATCH 1/4] crownbay-noemgd: set boot vga mode tom.zanussi
@ 2011-09-29 22:52 ` tom.zanussi
2011-09-29 22:52 ` [PATCH 3/4] emenlow: " tom.zanussi
2011-09-29 22:52 ` [PATCH 4/4] jasperforest: " tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-09-29 22:52 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-crownbay/conf/machine/crownbay.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index 457bdfc..c60c8e1 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -32,6 +32,8 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
SERIAL_CONSOLE = "115200 ttyS0"
+APPEND += "video=vesafb vga=0x318"
+
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/4] emenlow: set boot vga mode
2011-09-29 22:52 [PATCH 0/4] meta-intel: fix splash screens for several BSPs tom.zanussi
2011-09-29 22:52 ` [PATCH 1/4] crownbay-noemgd: set boot vga mode tom.zanussi
2011-09-29 22:52 ` [PATCH 2/4] crownbay: " tom.zanussi
@ 2011-09-29 22:52 ` tom.zanussi
2011-09-29 22:52 ` [PATCH 4/4] jasperforest: " tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-09-29 22:52 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-emenlow/conf/machine/emenlow.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 9745531..fa1ea6e 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -30,6 +30,8 @@ XSERVER ?= "xserver-psb \
SERIAL_CONSOLE = "115200 ttyS0"
+APPEND += "video=vesafb vga=0x318"
+
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 4/4] jasperforest: set boot vga mode
2011-09-29 22:52 [PATCH 0/4] meta-intel: fix splash screens for several BSPs tom.zanussi
` (2 preceding siblings ...)
2011-09-29 22:52 ` [PATCH 3/4] emenlow: " tom.zanussi
@ 2011-09-29 22:52 ` tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-09-29 22:52 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-jasperforest/conf/machine/jasperforest.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 9fdb968..b72497d 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -28,6 +28,8 @@ XSERVER ?= "xserver-xf86-dri-lite \
SERIAL_CONSOLE = "115200 ttyS0"
+APPEND += "video=vesafb vga=0x318"
+
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-29 22:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 22:52 [PATCH 0/4] meta-intel: fix splash screens for several BSPs tom.zanussi
2011-09-29 22:52 ` [PATCH 1/4] crownbay-noemgd: set boot vga mode tom.zanussi
2011-09-29 22:52 ` [PATCH 2/4] crownbay: " tom.zanussi
2011-09-29 22:52 ` [PATCH 3/4] emenlow: " tom.zanussi
2011-09-29 22:52 ` [PATCH 4/4] jasperforest: " 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.