HAOUAS Elyes has uploaded this change for review.

View Change

acpi: Bump SRAT revision to 3

Regarding ACPI spec 6.3, current SRAT version is 3.

Change-Id: I72b9ec3b0e1be4200417c95d5540606b776e1225
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/acpi/acpi.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/43054/1
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c
index df733ce..6db72e8 100644
--- a/src/acpi/acpi.c
+++ b/src/acpi/acpi.c
@@ -1601,7 +1601,7 @@
case SSDT: /* ACPI 3.0 upto 6.3: 2 */
return 2;
case SRAT: /* ACPI 2.0: 1, ACPI 3.0: 2, ACPI 4.0 upto 6.3: 3 */
- return 1; /* TODO Should probably be upgraded to 2 */
+ return 3;
case DMAR:
return 1;
case SLIT: /* ACPI 2.0 upto 6.3: 1 */

To view, visit change 43054. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I72b9ec3b0e1be4200417c95d5540606b776e1225
Gerrit-Change-Number: 43054
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange