amd/common/acpi: move thermal zone to common location
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I048d1906bc474be4d5a4e44b9c7ae28f53b49d5a Reviewed-on: https://review.coreboot.org/c/coreboot/+/39779 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
612a867677
commit
b84c616750
|
@ -124,7 +124,6 @@ Device(PE23) {
|
||||||
/* Northbridge function 3 */
|
/* Northbridge function 3 */
|
||||||
Device(NBF3) {
|
Device(NBF3) {
|
||||||
Name(_ADR, 0x00180003)
|
Name(_ADR, 0x00180003)
|
||||||
|
|
||||||
/* k10temp thermal zone */
|
/* k10temp thermal zone */
|
||||||
#include "thermal_mixin.asl"
|
#include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
} /* end NBF3 */
|
} /* end NBF3 */
|
||||||
|
|
|
@ -95,5 +95,5 @@ Device(PBR7) {
|
||||||
|
|
||||||
Device(K10M) {
|
Device(K10M) {
|
||||||
Name (_ADR, 0x00180003)
|
Name (_ADR, 0x00180003)
|
||||||
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
#include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,5 +95,5 @@ Device(PBR8) {
|
||||||
|
|
||||||
Device(K10M) {
|
Device(K10M) {
|
||||||
Name (_ADR, 0x00180003)
|
Name (_ADR, 0x00180003)
|
||||||
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
#include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,5 +65,5 @@ Device(PBR3) {
|
||||||
|
|
||||||
Device(K10M) {
|
Device(K10M) {
|
||||||
Name (_ADR, 0x00180003)
|
Name (_ADR, 0x00180003)
|
||||||
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
#include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,5 +95,5 @@ Device(PBR8) {
|
||||||
|
|
||||||
Device(K10M) {
|
Device(K10M) {
|
||||||
Name (_ADR, 0x00180003)
|
Name (_ADR, 0x00180003)
|
||||||
#include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
#include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* Scope (\_SB.PCI0) {
|
* Scope (\_SB.PCI0) {
|
||||||
* Device (K10M) {
|
* Device (K10M) {
|
||||||
* Name (_ADR, 0x00180003)
|
* Name (_ADR, 0x00180003)
|
||||||
* #include <northbridge/amd/agesa/family14/acpi/thermal_mixin.asl>
|
* #include <soc/amd/common/acpi/thermal_zone.asl>
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
*
|
*
|
Loading…
Reference in New Issue