HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/razer/blade_stealth_kbl/dsdt.asl: Use macros ......................................................................
mb/razer/blade_stealth_kbl/dsdt.asl: Use macros
Use defined macros. Also, correct the DSDT revision.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/1
diff --git a/src/mainboard/razer/blade_stealth_kbl/dsdt.asl b/src/mainboard/razer/blade_stealth_kbl/dsdt.asl index ec3ca79..66e7c0c 100644 --- a/src/mainboard/razer/blade_stealth_kbl/dsdt.asl +++ b/src/mainboard/razer/blade_stealth_kbl/dsdt.asl @@ -5,9 +5,9 @@ DefinitionBlock( "dsdt.aml", "DSDT", - 0x05, // DSDT revision: ACPI v5.0 - "COREv4", // OEM id - "COREBOOT", // OEM table id + 0x02, // DSDT revision: ACPI v2.0 and greater + OEM_ID, + ACPI_TABLE_CREATOR, 0x20110725 // OEM revision ){ //Platform
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45548
to look at the new patch set (#2).
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros
Use defined macros. Also, correct the DSDT revision.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/dsdt.asl M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45548/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45548/2//COMMIT_MSG@10 PS2, Line 10: Also, correct the DSDT revision. Please make it two commits, and note, that the ACPI DSDT revision decrease from 0x5 to 0x2.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45548/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45548/2//COMMIT_MSG@10 PS2, Line 10: Also, correct the DSDT revision.
Please make it two commits, and note, that the ACPI DSDT revision decrease from 0x5 to 0x2.
Thx
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45548
to look at the new patch set (#3).
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros
Use defined macros.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/dsdt.asl M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/3
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45548
to look at the new patch set (#4).
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros
Use defined macros.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/dsdt.asl M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/4
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45548
to look at the new patch set (#5).
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros
Use defined macros.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/dsdt.asl M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/5
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
Patch Set 6: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/45548/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45548/6//COMMIT_MSG@9 PS6, Line 9: Use defined macros. Add "for DSDT revision" to make things more clear?
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45548/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45548/6//COMMIT_MSG@9 PS6, Line 9: Use defined macros.
Add "for DSDT revision" to make things more clear?
Thx
Hello build bot (Jenkins), Nico Huber, Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45548
to look at the new patch set (#7).
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros
Use defined macros for DSDT revision.
Change-Id: I65aeeefeb1f144dad8826bfbe021d769df9a7135 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/dsdt.asl M src/mainboard/razer/blade_stealth_kbl/dsdt.asl 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/45548/7
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45548 )
Change subject: mb/{51nb/x210,razer/blade_stealth_kbl}/dsdt.asl: Use macros ......................................................................
Abandoned
see 45904