HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ARD ......................................................................
nb/agesa/family14: Remove wrong _ARD
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/northbridge.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/1
diff --git a/src/northbridge/amd/agesa/family14/acpi/northbridge.asl b/src/northbridge/amd/agesa/family14/acpi/northbridge.asl index 6e3bc93..16864b3 100644 --- a/src/northbridge/amd/agesa/family14/acpi/northbridge.asl +++ b/src/northbridge/amd/agesa/family14/acpi/northbridge.asl @@ -128,7 +128,6 @@
/* Northbridge function 3 */ Device(NBF3) { - Name(_ADR, 0x00180003)
/* k10temp thermal zone */ #include "thermal_mixin.asl"
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ARD ......................................................................
Patch Set 1:
Please review when you have time. Thx
Hello Kyösti Mälkki, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38014
to look at the new patch set (#2).
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
nb/agesa/family14: Remove wrong _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/northbridge.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/2
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
Patch Set 2:
The _HID object lies under the included ThermalZone. Would it be sufficient to move the ThermalZone outside the PCI device? I assume this blocks migration to the new ACPICA?
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... File src/northbridge/amd/agesa/family14/acpi/northbridge.asl:
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... PS2, Line 131: Why removing _ADR? (_HID is not defined and no other _ADR)
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... File src/northbridge/amd/agesa/family14/acpi/northbridge.asl:
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... PS2, Line 131:
Why removing _ADR? (_HID is not defined and no other _ADR)
_HID is defined under ThermalZone included with thermal_mixin.asl
Secondly, do thermal zones even require _HID? The specification doesn't say it is required or optional.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... File src/northbridge/amd/agesa/family14/acpi/northbridge.asl:
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... PS2, Line 131:
_HID is defined under ThermalZone included with thermal_mixin.asl […]
`thermal_mixin.asl` uses `PCI_Config` so the address is definitely required to tie it to the correct config space.
Hello Kyösti Mälkki, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38014
to look at the new patch set (#3).
Change subject: [any taker?] nb/agesa/family14: Remove wrong _ADR ......................................................................
[any taker?] nb/agesa/family14: Remove wrong _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/northbridge.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/3
Hello Kyösti Mälkki, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38014
to look at the new patch set (#4).
Change subject: nb/agesa/family14: Remove wrong _ADR ......................................................................
nb/agesa/family14: Remove wrong _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/northbridge.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/4
Hello Kyösti Mälkki, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38014
to look at the new patch set (#5).
Change subject: nb/agesa/family14: Don't use -HID and _ADR ......................................................................
nb/agesa/family14: Don't use -HID and _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/5
Hello Kyösti Mälkki, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38014
to look at the new patch set (#6).
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
nb/agesa/family14: Don't use _HID and _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/38014/6
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
Patch Set 6: Code-Review+2
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
Patch Set 6: Code-Review+2
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... File src/northbridge/amd/agesa/family14/acpi/northbridge.asl:
https://review.coreboot.org/c/coreboot/+/38014/2/src/northbridge/amd/agesa/f... PS2, Line 131:
`thermal_mixin.asl` uses `PCI_Config` so the address is definitely […]
Done
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
Patch Set 6:
ping :)
Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38014 )
Change subject: nb/agesa/family14: Don't use _HID and _ADR ......................................................................
nb/agesa/family14: Don't use _HID and _ADR
A device object must contain either a _HID object or an _ADR object, but should not contain both.
Change-Id: I727116cbc38fcd264c684da6ce766ea5e854f58c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/38014 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Frans Hendriks fhendriks@eltan.com --- M src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Frans Hendriks: Looks good to me, approved
diff --git a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl index fb33772..add58ff 100644 --- a/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl +++ b/src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl @@ -56,7 +56,6 @@ }
ThermalZone (TZ00) { - Name (_HID, EisaId ("PNP0C11")) Name (_STR, Unicode ("AMD CPU Core Thermal Sensor"))
Method (_STA) {