HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46166 )
Change subject: mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax ......................................................................
mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax
Change-Id: Ibc7c1249e6d497a948d2c4b41e4d163d031d37f2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/46166/1
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl index 2544617..ae4ef30 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl +++ b/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl @@ -21,10 +21,10 @@ Method (CTOK, 1) { // 10th of Degrees C - Multiply (Arg0, 10, Local0) + Local0 = Arg0 * 10
// Convert to Kelvin - Add (Local0, 2732, Local0) + Local0 += 2732
Return (Local0) }
Attention is currently required from: Angel Pons. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46166
to look at the new patch set (#2).
Change subject: mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax ......................................................................
mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax
Generated 'build/sddt.dsl' files are identical.
Change-Id: Ibc7c1249e6d497a948d2c4b41e4d163d031d37f2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/46166/2
Attention is currently required from: Angel Pons. Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46166
to look at the new patch set (#3).
Change subject: mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax ......................................................................
mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax
Generated 'build/dsdt.dsl' files are identical.
Change-Id: Ibc7c1249e6d497a948d2c4b41e4d163d031d37f2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/46166/3
Attention is currently required from: HAOUAS Elyes. Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46166 )
Change subject: mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax ......................................................................
Patch Set 3: Code-Review-1
(1 comment)
File src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl:
PS3: Please consider CB:49927 instead. This file was copy-pasted and is broken.
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46166 )
Change subject: mb/gigabyte/ga-h61m-series: Convert to ASL 2.0 syntax ......................................................................
Abandoned