nb/intel/i440bx: Add PMCR register to ACPI code
p3b-f suspend code is going to use it. Change-Id: Iebc17257e9f690115ec35d94c7c36df39341f0df Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41092 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8ba85deb8f
commit
572d66abb6
|
@ -9,6 +9,8 @@ Device (NB)
|
||||||
{
|
{
|
||||||
Offset (0x67), // DRB7
|
Offset (0x67), // DRB7
|
||||||
DRB7, 8,
|
DRB7, 8,
|
||||||
|
Offset (0x7A), // PMCR
|
||||||
|
PMCR, 8
|
||||||
}
|
}
|
||||||
Method(TOM1, 0) {
|
Method(TOM1, 0) {
|
||||||
/* Multiply by 8MB to get TOM */
|
/* Multiply by 8MB to get TOM */
|
||||||
|
|
Loading…
Reference in New Issue