From 48883a46cd6544fa543e29e31a8a49eb50ad33a3 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 17 Nov 2020 03:01:15 +0100 Subject: [PATCH] The ASUS P65UP5 series of machines now correctly have the SST SF29EE010 flash chip rather than the Intel one, fixes DMI/ESCD write errors. --- src/machine/m_at_socket8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_socket8.c b/src/machine/m_at_socket8.c index 648598ab6..5a1206ba3 100644 --- a/src/machine/m_at_socket8.c +++ b/src/machine/m_at_socket8.c @@ -268,7 +268,7 @@ machine_at_p65up5_common_init(const machine_t *model, const device_t *northbridg device_add(&piix3_device); device_add(&keyboard_ps2_ami_pci_device); device_add(&w83877f_device); - device_add(&intel_flash_bxt_device); + device_add(&sst_flash_29ee010_device); device_add(&ioapic_device); }