linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD
@ 2011-06-23 16:16 Timur Tabi
  2011-06-23 16:16 ` [PATCH 2/2] powerpc/86xx: improve calculation of DIU pixel clock " Timur Tabi
  2011-06-27 13:35 ` [PATCH 1/2] powerpc/86xx: enable the framebuffer console " Kumar Gala
  0 siblings, 2 replies; 4+ messages in thread
From: Timur Tabi @ 2011-06-23 16:16 UTC (permalink / raw)
  To: kumar.gala, linuxppc-dev

Enable framebuffer console support by default in the defconfig on the
Freescale MPC8610 HPCD reference board.  This allows the boot messages to
be shown on the video display.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
index 036bfb2..0db9ba0 100644
--- a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
+++ b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
@@ -89,6 +89,11 @@ CONFIG_I2C_MPC=y
 CONFIG_VIDEO_OUTPUT_CONTROL=y
 CONFIG_FB=y
 CONFIG_FB_FSL_DIU=y
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FONTS=y
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_MIXER_OSS=y
-- 
1.7.3.4

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

end of thread, other threads:[~2011-06-27 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 16:16 [PATCH 1/2] powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD Timur Tabi
2011-06-23 16:16 ` [PATCH 2/2] powerpc/86xx: improve calculation of DIU pixel clock " Timur Tabi
2011-06-27 13:34   ` Kumar Gala
2011-06-27 13:35 ` [PATCH 1/2] powerpc/86xx: enable the framebuffer console " Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).