Pavel Sayekat has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/38782/1
diff --git a/src/superio/nuvoton/nct5539d/acpi/superio.asl b/src/superio/nuvoton/nct5539d/acpi/superio.asl index 70a84a2..73bc938 100644 --- a/src/superio/nuvoton/nct5539d/acpi/superio.asl +++ b/src/superio/nuvoton/nct5539d/acpi/superio.asl @@ -1,7 +1,8 @@ +/* # SPDX-License-Identifier: GPL-2.0-only # This file is part of the coreboot project.
-/* + * Include this file into a mainboard's DSDT _SB device tree and it will * expose the NCT5539D SuperIO and some of its functionality. *
Hello Felix Held, Angel Pons, Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38782
to look at the new patch set (#2).
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/38782/2
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... PS2, Line 2: # SPDX-License-Identifier: GPL-2.0-only : # This file is part of the coreboot project. Other files use:
/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... PS2, Line 2: # SPDX-License-Identifier: GPL-2.0-only : # This file is part of the coreboot project.
Other files use: […]
Yes, it would be better to just replace the wrong `#` comment with C-style comments
Hello Felix Held, Angel Pons, Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38782
to look at the new patch set (#3).
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/38782/3
Pavel Sayekat has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 3:
(1 comment)
OK
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... PS2, Line 2: # SPDX-License-Identifier: GPL-2.0-only : # This file is part of the coreboot project.
Yes, it would be better to just replace the wrong `#` comment with C-style comments
done
Hello Felix Held, Angel Pons, Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38782
to look at the new patch set (#4).
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/38782/4
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... PS4, Line 1: # remove the #
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 4:
oh, seems that i messed that up during the spdx header conversion. would be good to have a board in the coreboot tree using this super io so jenkins/abuild can catch these sorts of bugs
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 4: Code-Review+1
Patch Set 4:
oh, seems that i messed that up during the spdx header conversion. would be good to have a board in the coreboot tree using this super io so jenkins/abuild can catch these sorts of bugs
This SIO was saved from removal because CB:34603 is using it. However, it was not build-tested so well, things happen.
Hello Felix Held, Angel Pons, Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38782
to look at the new patch set (#5).
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/38782/5
Pavel Sayekat has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 5:
(1 comment)
Patch Set 4: Code-Review+1
Patch Set 4:
oh, seems that i messed that up during the spdx header conversion. would be good to have a board in the coreboot tree using this super io so jenkins/abuild can catch these sorts of bugs
This SIO was saved from removal because CB:34603 is using it. However, it was not build-tested so well, things happen.
Ok, I get it (no, I didn't). But does that make it eligible to be merged?
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... PS4, Line 1: #
remove the #
removed.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 5: Code-Review+2
(2 comments)
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/2/src/superio/nuvoton/nct5539... PS2, Line 2: # SPDX-License-Identifier: GPL-2.0-only : # This file is part of the coreboot project.
done
Done
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... File src/superio/nuvoton/nct5539d/acpi/superio.asl:
https://review.coreboot.org/c/coreboot/+/38782/4/src/superio/nuvoton/nct5539... PS4, Line 1: #
removed.
Done
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/38782 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/superio/nuvoton/nct5539d/acpi/superio.asl 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/superio/nuvoton/nct5539d/acpi/superio.asl b/src/superio/nuvoton/nct5539d/acpi/superio.asl index 70a84a2..6f49421 100644 --- a/src/superio/nuvoton/nct5539d/acpi/superio.asl +++ b/src/superio/nuvoton/nct5539d/acpi/superio.asl @@ -1,5 +1,5 @@ -# SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* This file is part of the coreboot project. */
/* * Include this file into a mainboard's DSDT _SB device tree and it will
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38782 )
Change subject: superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl ......................................................................
Patch Set 6:
Automatic boot test returned (PASS/FAIL/TOTAL): 3/0/3 Emulation targets: EMULATION_QEMU_X86_Q35 using payload TianoCore : SUCCESS : https://lava.9esec.io/r/508 EMULATION_QEMU_X86_Q35 using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/507 EMULATION_QEMU_X86_I440FX using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/506
Please note: This test is under development and might not be accurate at all!