]> xenbits.xensource.com Git - people/iwj/xen.git/commit
x86/shutdown: use ACPI reboot method for Dell PowerEdge R540
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Mon, 14 May 2018 11:03:00 +0000 (13:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 28 Jun 2018 07:29:13 +0000 (09:29 +0200)
commit328ca55b7bd47e1324b75cce2a6c461308ecf93d
tree8dbed0705825ae714ee23c88ab112939847aaa27
parentcfc888f8cc5e0070df9c60b2cef068aef7dc3257
x86/shutdown: use ACPI reboot method for Dell PowerEdge R540

When EFI booting the Dell PowerEdge R540 it consistently wanders into
the weeds and gets an invalid opcode in the EFI ResetSystem call. This
is the same bug which affects the PowerEdge R740 so fix it in the same
way: quirk this hardware to use the ACPI reboot method instead.

BIOS Information
    Vendor: Dell Inc.
    Version: 1.3.7
    Release Date: 02/09/2018
System Information
    Manufacturer: Dell Inc.
    Product Name: PowerEdge R540

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/shutdown.c