mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
x86: Add reboot fixup for SBC-fitPC2
The CompuLab SBC-fitPC2 board needs to reboot via BIOS. Signed-off-by: Denis Turischev <denis@compulab.co.il> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8bcdbe4279
commit
77f32dfdd9
@ -249,6 +249,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
|
|||||||
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ /* Handle problems with rebooting on CompuLab SBC-FITPC2 */
|
||||||
|
.callback = set_bios_reboot,
|
||||||
|
.ident = "CompuLab SBC-FITPC2",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user