From aa969e887af6c76c0d5e694a3a17e14ee13d27b2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 25 Jan 2021 17:05:35 +0200 Subject: ACPI: Move PICM declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Variable PICM was not inside GNVS region and can use a static initialisation value. For most AMD platforms PICM default changes from 1 to 0. Fix comments about PICM==0 used to indicate use of i8259 PIC for interrupt delivery. Change-Id: I525ef8353514ec32941c4d0c37cab38aa320cb20 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/49905 Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/acpi/dsdt_top.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/acpi') diff --git a/src/acpi/dsdt_top.asl b/src/acpi/dsdt_top.asl index ead37d3577..4300f0a65e 100644 --- a/src/acpi/dsdt_top.asl +++ b/src/acpi/dsdt_top.asl @@ -11,5 +11,8 @@ /* Operating system enumeration. */ Name (OSYS, 0) +/* Zero => PIC mode, One => APIC Mode */ +Name (PICM, Zero) + /* Power state (AC = 1) */ Name (PWRS, One) -- cgit v1.2.3