* [PATCH 1/1] x86: Fix reboot problem on VersaLogic Menlow boards.
@ 2011-02-19 21:56 Kushal Koolwal
2011-02-21 7:43 ` [tip:x86/urgent] " tip-bot for Kushal Koolwal
0 siblings, 1 reply; 2+ messages in thread
From: Kushal Koolwal @ 2011-02-19 21:56 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86
Cc: linux-kernel, Kushal Koolwal
VersaLogic Menlow based boards hang on reboot unless reboot=bios is used.
Add quirk to reboot through the BIOS.
Tested on at least four boards.
Signed-off-by: Kushal Koolwal <kushalkoolwal@gmail.com>
---
arch/x86/kernel/reboot.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index fc7aae1..715037c 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -285,6 +285,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "P4S800"),
},
},
+ { /* Handle problems with rebooting on VersaLogic Menlow boards */
+ .callback = set_bios_reboot,
+ .ident = "VersaLogic Menlow based board",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "VersaLogic Corporation"),
+ DMI_MATCH(DMI_BOARD_NAME, "VersaLogic Menlow board"),
+ },
+ },
{ }
};
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* [tip:x86/urgent] x86: Fix reboot problem on VersaLogic Menlow boards
2011-02-19 21:56 [PATCH 1/1] x86: Fix reboot problem on VersaLogic Menlow boards Kushal Koolwal
@ 2011-02-21 7:43 ` tip-bot for Kushal Koolwal
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Kushal Koolwal @ 2011-02-21 7:43 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, kushalkoolwal, tglx, mingo
Commit-ID: e19e074b1525d11a66c8e3386fec7db248ad3005
Gitweb: http://git.kernel.org/tip/e19e074b1525d11a66c8e3386fec7db248ad3005
Author: Kushal Koolwal <kushalkoolwal@gmail.com>
AuthorDate: Sat, 19 Feb 2011 13:56:03 -0800
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 21 Feb 2011 08:41:26 +0100
x86: Fix reboot problem on VersaLogic Menlow boards
VersaLogic Menlow based boards hang on reboot unless reboot=bios
is used. Add quirk to reboot through the BIOS.
Tested on at least four boards.
Signed-off-by: Kushal Koolwal <kushalkoolwal@gmail.com>
LKML-Reference: <1298152563-21594-1-git-send-email-kushalkoolwal@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/reboot.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index fc7aae1..715037c 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -285,6 +285,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "P4S800"),
},
},
+ { /* Handle problems with rebooting on VersaLogic Menlow boards */
+ .callback = set_bios_reboot,
+ .ident = "VersaLogic Menlow based board",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "VersaLogic Corporation"),
+ DMI_MATCH(DMI_BOARD_NAME, "VersaLogic Menlow board"),
+ },
+ },
{ }
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-21 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-19 21:56 [PATCH 1/1] x86: Fix reboot problem on VersaLogic Menlow boards Kushal Koolwal
2011-02-21 7:43 ` [tip:x86/urgent] " tip-bot for Kushal Koolwal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox