From 8dd99c852d1b7338a7265245aa1c8822a3094ece Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 30 Jul 2012 09:37:25 -0700 Subject: fri2: Append nopat to avoid bad_page error messages at boot During FRI2 EFI boot, bad_page errors are printed to the console. Using nopat avoids the issue. Signed-off-by: Darren Hart --- meta-fri2/conf/machine/fri2-noemgd.conf | 2 +- meta-fri2/conf/machine/fri2.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index 92052927..da35bb0a 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf @@ -23,7 +23,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ # trick syslinux into configuring a 115200 baud. SYSLINUX_OPTS = "serial 0xb060 3318" SERIAL_CONSOLE = "115200 ttyPCH1" -APPEND += "console=ttyPCH1,115200 console=tty0" +APPEND += "console=ttyPCH1,115200 console=tty0 nopat" # EFI boot will ignore this and use the EFI framebuffer at 800x600 APPEND += "video=vesafb vga=0x318" diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index f90deb31..e20f1cce 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf @@ -29,7 +29,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" # trick syslinux into configuring a 115200 baud. SYSLINUX_OPTS = "serial 0xb060 3318" SERIAL_CONSOLE = "115200 ttyPCH1" -APPEND += "console=ttyPCH1,115200 console=tty0" +APPEND += "console=ttyPCH1,115200 console=tty0 nopat" # EFI boot will ignore this and use the EFI framebuffer at 800x600 APPEND += "video=vesafb vga=0x318" -- cgit v1.2.3-54-g00ecf