HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40691 )
Change subject: soc/intel/skylake/acpi/smbus.asl: Fix typo in comment ......................................................................
soc/intel/skylake/acpi/smbus.asl: Fix typo in comment
Change-Id: I2d0c90afe8acf8405da2cb6444e47dc98ad8cc9b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/skylake/acpi/smbus.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/40691/1
diff --git a/src/soc/intel/skylake/acpi/smbus.asl b/src/soc/intel/skylake/acpi/smbus.asl index 81bb04f..1e8d6f5 100644 --- a/src/soc/intel/skylake/acpi/smbus.asl +++ b/src/soc/intel/skylake/acpi/smbus.asl @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */
-// Intel SMBus Controller 0:1f.3 +// Intel SMBus Controller 0:1f.4
Device (SBUS) {
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40691 )
Change subject: soc/intel/skylake/acpi/smbus.asl: Fix typo in comment ......................................................................
Patch Set 1: Code-Review+1
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40691 )
Change subject: soc/intel/skylake/acpi/smbus.asl: Fix typo in comment ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/40691 )
Change subject: soc/intel/skylake/acpi/smbus.asl: Fix typo in comment ......................................................................
soc/intel/skylake/acpi/smbus.asl: Fix typo in comment
Change-Id: I2d0c90afe8acf8405da2cb6444e47dc98ad8cc9b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/40691 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/skylake/acpi/smbus.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
diff --git a/src/soc/intel/skylake/acpi/smbus.asl b/src/soc/intel/skylake/acpi/smbus.asl index 7f4d253..6397622 100644 --- a/src/soc/intel/skylake/acpi/smbus.asl +++ b/src/soc/intel/skylake/acpi/smbus.asl @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-// Intel SMBus Controller 0:1f.3 +// Intel SMBus Controller 0:1f.4
Device (SBUS) {
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40691 )
Change subject: soc/intel/skylake/acpi/smbus.asl: Fix typo in comment ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 4/0/4 Emulation targets: "QEMU x86 q35/ich9" using payload TianoCore : SUCCESS : https://lava.9esec.io/r/4051 "QEMU x86 q35/ich9" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4050 "QEMU x86 i440fx/piix4" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4049 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/4048
Please note: This test is under development and might not be accurate at all!