Browse Source

x86: Add Phoenix/MSC BIOSes to lowmem corruption list

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>
LKML-Reference: <20091106154404.002648d9@marrow.netinsight.se>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Simon Kagstrom 15 years ago
parent
commit
f1b291d4c4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/x86/kernel/setup.c

+ 7 - 0
arch/x86/kernel/setup.c

@@ -659,6 +659,13 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
 			DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
 			DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
 		},
 		},
 	},
 	},
+	{
+		.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.
 	 * AMI BIOS with low memory corruption was found on Intel DG45ID board.