mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: Workaround low-memory corruption by Phoenix/MSC BIOSes
@ 2009-11-06 14:44 Simon Kagstrom
  2009-11-06 22:51 ` [tip:x86/urgent] x86: Add Phoenix/MSC BIOSes to lowmem corruption list tip-bot for Simon Kagstrom
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Kagstrom @ 2009-11-06 14:44 UTC (permalink / raw)
  To: linux-kernel, Ingo Molnar, x86

We have a board with a Phoenix/MSC BIOS which also corrupts the low
64KB of RAM, so add an entry to the table.

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
---
 arch/x86/kernel/setup.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index e09f0e2..2a34f9c 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -660,6 +660,13 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
 		},
 	},
 	{
+		.callback = dmi_low_memory_corruption,
+		.ident = "Phoenix/MSC BIOS",
+		.matches = {
+			DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix/MSC"),
+		},
+	},
+	{
 	/*
 	 * AMI BIOS with low memory corruption was found on Intel DG45ID board.
 	 * It hase different DMI_BIOS_VENDOR = "Intel Corp.", for now we will
-- 
1.6.0.4


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

end of thread, other threads:[~2009-11-06 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-06 14:44 [PATCH] x86: Workaround low-memory corruption by Phoenix/MSC BIOSes Simon Kagstrom
2009-11-06 22:51 ` [tip:x86/urgent] x86: Add Phoenix/MSC BIOSes to lowmem corruption list tip-bot for Simon Kagstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®