Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46182 )
Change subject: mb/intel/baskingridge: Convert to ASL 2.0 syntax ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/46182/2/src/mainboard/intel/basking... File src/mainboard/intel/baskingridge/acpi/thermal.asl:
https://review.coreboot.org/c/coreboot/+/46182/2/src/mainboard/intel/basking... PS2, Line 20: // Convert from Degrees C to 1/10 Kelvin for ACPI : Method (CTOK, 1) { : // 10th of Degrees C : Local0 = Arg0 * 10 : : // Convert to Kelvin : Local0 += 2732 : : Return (Local0) : } there are many copies of this