Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45751 )
Change subject: src/{include/acpi,mainboard}: Introduce CURRENT_DSDT_REV macro
......................................................................
Patch Set 4: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/45751/3/src/include/acpi/acpi.h
File src/include/acpi/acpi.h:
https://review.coreboot.org/c/coreboot/+/45751/3/src/include/acpi/acpi.h@44
PS3, Line 44: #define CURRENT_DSDT_REV 0x02 /* DSDT revision: ACPI v2.0 and greater */
used values are 1 or 2 (or grater, but same as 2) […]
I just had a short look at ACPI specs v3.0, 4.0, 5.0 and 6.3 (current one). It looks like the revision of DSDT is fixed to 2 since at least ACPI version 3.0. This text can be found in the spec for the revision:
"2. This field also sets the global integer width for the AML
interpreter. Values less than two will cause the interpreter to use
32-bit integers and math. Values of two and greater will cause the
interpreter to use full 64-bit integers and math."
Which explains the 64 bit comment in the mainboards.
Sorry for being bad prepared and yes, your suggested defines would be fine for me.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/45751
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9e92a5f408f69aa1a6801bc2cba8ddfe2180b040
Gerrit-Change-Number: 45751
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: David Guckian
david.guckian@intel.com
Gerrit-Reviewer: Evgeny Zinoviev
me@ch1p.io
Gerrit-Reviewer: Frans Hendriks
fhendriks@eltan.com
Gerrit-Reviewer: Jeremy Soller
jeremy@system76.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Piotr Król
piotr.krol@3mdeb.com
Gerrit-Reviewer: Tristan Corrick
tristan@corrick.kiwi
Gerrit-Reviewer: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: Wim Vervoorn
wvervoorn@eltan.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 01 Oct 2020 12:06:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Comment-In-Reply-To: Werner Zeh
werner.zeh@siemens.com
Comment-In-Reply-To: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-MessageType: comment