HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add LEGACY_DSDT_REV macro ......................................................................
include/acpi/acpi.h: Add LEGACY_DSDT_REV macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h M src/mainboard/emulation/qemu-i440fx/dsdt.asl M src/mainboard/emulation/qemu-q35/dsdt.asl 3 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/45786/1
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index d190344..50d8d70 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -42,6 +42,7 @@ #define ACPI_TABLE_CREATOR "COREBOOT" /* Must be exactly 8 bytes long! */ #define OEM_ID "COREv4" /* Must be exactly 6 bytes long! */ #define CURRENT_DSDT_REV 0x02 /* DSDT revision: ACPI v2.0 and greater */ +#define LEGACY_DSDT_REV 0x01 /* DSDT revision: ACPI v1 */
#if !defined(__ASSEMBLER__) && !defined(__ACPI__) #include <commonlib/helpers.h> diff --git a/src/mainboard/emulation/qemu-i440fx/dsdt.asl b/src/mainboard/emulation/qemu-i440fx/dsdt.asl index 5a341b4..4bc3df2 100644 --- a/src/mainboard/emulation/qemu-i440fx/dsdt.asl +++ b/src/mainboard/emulation/qemu-i440fx/dsdt.asl @@ -5,7 +5,7 @@ DefinitionBlock ( "dsdt.aml", // Output Filename "DSDT", // Signature - 0x01, // DSDT Compliance Revision + LEGACY_DSDT_REV, OEM_ID, ACPI_TABLE_CREATOR, 0x1 // OEM Revision diff --git a/src/mainboard/emulation/qemu-q35/dsdt.asl b/src/mainboard/emulation/qemu-q35/dsdt.asl index a9c96be..d69384c 100644 --- a/src/mainboard/emulation/qemu-q35/dsdt.asl +++ b/src/mainboard/emulation/qemu-q35/dsdt.asl @@ -9,7 +9,7 @@ DefinitionBlock ( "dsdt.aml", // Output Filename "DSDT", // Signature - 0x01, // DSDT Compliance Revision + LEGACY_DSDT_REV, OEM_ID, ACPI_TABLE_CREATOR, 0x2 // OEM Revision
Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45786
to look at the new patch set (#2).
Change subject: include/acpi/acpi.h: Add ACPI_LEGACY_DSDT_REV macro ......................................................................
include/acpi/acpi.h: Add ACPI_LEGACY_DSDT_REV macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h M src/mainboard/emulation/qemu-i440fx/dsdt.asl M src/mainboard/emulation/qemu-q35/dsdt.asl 3 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/45786/2
Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45786
to look at the new patch set (#3).
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h M src/mainboard/emulation/qemu-i440fx/dsdt.asl M src/mainboard/emulation/qemu-q35/dsdt.asl 3 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/45786/3
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 3: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/45786/3//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45786/3//COMMIT_MSG@7 PS3, Line 7: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro Would you please mention that you touch the two mianboards in this commit as well? Or even better: Split it into two commits?
Hello build bot (Jenkins), Nico Huber, Werner Zeh, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45786
to look at the new patch set (#4).
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/45786/4
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45786/3//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45786/3//COMMIT_MSG@7 PS3, Line 7: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro
Would you please mention that you touch the two mianboards in this commit as well? Or even better: S […]
Done Thank you
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45786/7/src/include/acpi/acpi.h File src/include/acpi/acpi.h:
https://review.coreboot.org/c/coreboot/+/45786/7/src/include/acpi/acpi.h@45 PS7, Line 45: #define ACPI_DSDT_REV_1 0x01 /* DSDT revision: ACPI v1 */ I'd order this before REV_2, what do you think?
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 7:
(1 comment)
Thank you
https://review.coreboot.org/c/coreboot/+/45786/7/src/include/acpi/acpi.h File src/include/acpi/acpi.h:
https://review.coreboot.org/c/coreboot/+/45786/7/src/include/acpi/acpi.h@45 PS7, Line 45: #define ACPI_DSDT_REV_1 0x01 /* DSDT revision: ACPI v1 */
I'd order this before REV_2, what do you think?
Ack
Hello build bot (Jenkins), Nico Huber, Werner Zeh, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45786
to look at the new patch set (#8).
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/45786/8
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
Patch Set 8: Code-Review+2
Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45786 )
Change subject: include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro ......................................................................
include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro
Change-Id: Ie044f786e5deae3a1317091de67dc03c74531bfb Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/45786 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M src/include/acpi/acpi.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 7b0f339..a9ec077 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -41,6 +41,7 @@
#define ACPI_TABLE_CREATOR "COREBOOT" /* Must be exactly 8 bytes long! */ #define OEM_ID "COREv4" /* Must be exactly 6 bytes long! */ +#define ACPI_DSDT_REV_1 0x01 /* DSDT revision: ACPI v1 */ #define ACPI_DSDT_REV_2 0x02 /* DSDT revision: ACPI v2.0 and greater */
#if !defined(__ASSEMBLER__) && !defined(__ACPI__)