]> xenbits.xensource.com Git - xen.git/commit
x86: Use ACPI reboot method for Dell OptiPlex 9020
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 14 Dec 2016 11:12:01 +0000 (11:12 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 14 Dec 2016 18:23:51 +0000 (18:23 +0000)
commit6a6bbedd39e39f6c45001ce468c5e53a3a2b3ba6
tree7ccbf6c208af5203a37a8b65f10ce6ecec4c18b3
parent47591e012f08f95858d444641e773f101ba41e21
x86: Use ACPI reboot method for Dell OptiPlex 9020

When EFI booting the Dell OptiPlex 9020, it sometimes GP faults in the
EFI runtime instead of rebooting. Quirk this hardware to use the ACPI
reboot method instead.

dmidecode info:

BIOS Information
    Vendor: Dell Inc.
    Version: A15
    Release Date: 11/08/2015
System Information
    Manufacturer: Dell Inc.
    Product Name: OptiPlex 9020
    Version: 00

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/shutdown.c