mb/intel/ptlrvp: Add power meter acpi changes
This commit introduces changes to the ACPI implementation for the PTLRVP mainboard by adding power meter support. It defines how the PAC194x series devices are connected to the I2C controller and details their configuration. Each device under scope \_SB.PCI0.I2C3 is given specific methods to indicate its status, resource settings, and device specific configurations via _DSM. This includes functionality to return monitored power rail names, resistor values, EMI configurations, sample frequencies, and Vbus multiplication factors. These changes enhance the power management capabilities of the mainboard, allowing precise monitoring and control over various power rails. BUG=none TEST=Verify power meter ACPI changes in DSDT. Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Change-Id: I6e5d38500cac46187283481ef6f84215b14e927b Reviewed-on: https://review.coreboot.org/c/coreboot/+/88198 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Cliff Huang <cliff.huang@intel.com>
This commit is contained in:
parent
7e3883633a
commit
cf97e1bc25
2 changed files with 1330 additions and 0 deletions
1328
src/mainboard/intel/ptlrvp/acpi/power_meter.asl
Normal file
1328
src/mainboard/intel/ptlrvp/acpi/power_meter.asl
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -39,4 +39,6 @@ DefinitionBlock(
|
|||
#endif
|
||||
|
||||
#include <southbridge/intel/common/acpi/sleepstates.asl>
|
||||
|
||||
#include <acpi/power_meter.asl>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue