nb/amd/{agesa,pi}/acpi: include thermal zone
According to BKDGs these northbridges should support the K10 compatible temperature sensors. TEST=boot FreeBSD on PC Engines apu2 and check the thermal zone temperature using sysctl Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: Icbdf44508085964452d74e084b133f1baa39e1a8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38755 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
ece6b2fc8a
commit
09eb8d0c9b
|
@ -92,3 +92,8 @@ Device(PBR7) {
|
||||||
Return (PS7) /* PIC Mode */
|
Return (PS7) /* PIC Mode */
|
||||||
} /* end _PRT */
|
} /* end _PRT */
|
||||||
} /* end PBR7 */
|
} /* end PBR7 */
|
||||||
|
|
||||||
|
Device(K10M) {
|
||||||
|
Name (_ADR, 0x00180003)
|
||||||
|
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
||||||
|
}
|
||||||
|
|
|
@ -92,3 +92,8 @@ Device(PBR8) {
|
||||||
Return (PS8) /* PIC Mode */
|
Return (PS8) /* PIC Mode */
|
||||||
} /* end _PRT */
|
} /* end _PRT */
|
||||||
} /* end PBR8 */
|
} /* end PBR8 */
|
||||||
|
|
||||||
|
Device(K10M) {
|
||||||
|
Name (_ADR, 0x00180003)
|
||||||
|
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
||||||
|
}
|
||||||
|
|
|
@ -62,3 +62,8 @@ Device(PBR3) {
|
||||||
Return (PS3) /* PIC Mode */
|
Return (PS3) /* PIC Mode */
|
||||||
} /* end _PRT */
|
} /* end _PRT */
|
||||||
} /* end PBR3 */
|
} /* end PBR3 */
|
||||||
|
|
||||||
|
Device(K10M) {
|
||||||
|
Name (_ADR, 0x00180003)
|
||||||
|
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
||||||
|
}
|
||||||
|
|
|
@ -92,3 +92,8 @@ Device(PBR8) {
|
||||||
Return (PS8) /* PIC Mode */
|
Return (PS8) /* PIC Mode */
|
||||||
} /* end _PRT */
|
} /* end _PRT */
|
||||||
} /* end PBR8 */
|
} /* end PBR8 */
|
||||||
|
|
||||||
|
Device(K10M) {
|
||||||
|
Name (_ADR, 0x00180003)
|
||||||
|
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue