From cdaddde0672643a2457b163ea1b286a4ea77c0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Wed, 27 Jan 2021 13:22:52 +0200 Subject: [PATCH] mb/emulation/qemu-q35: Rename PICF to PICM in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I395056a164b6597b6fb3dfda0d85f9a0374cd893 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/49998 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/emulation/qemu-q35/dsdt.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/emulation/qemu-q35/dsdt.asl b/src/mainboard/emulation/qemu-q35/dsdt.asl index 3a9e571ac2..e35fcdfcf5 100644 --- a/src/mainboard/emulation/qemu-q35/dsdt.asl +++ b/src/mainboard/emulation/qemu-q35/dsdt.asl @@ -143,9 +143,9 @@ DefinitionBlock ( ****************************************************************/ /* Zero => PIC mode, One => APIC Mode */ - Name(\PICF, Zero) + Name(\PICM, Zero) Method(\_PIC, 1, NotSerialized) { - \PICF = Arg0 + \PICM = Arg0 } Scope(\_SB) { @@ -269,7 +269,7 @@ DefinitionBlock ( section 6.2.8.1 */ /* Note: we provide the same info as the PCI routing table of the Bochs BIOS */ - If (\PICF == 0) { + If (\PICM == 0) { Return (PRTP) } Else { Return (PRTA)