soc/intel/broadwell/pch/acpi: Add PCIe register offsets
These are present in common southbridge ACPI code, and also exist on Broadwell. Thus, add the definitions to align with common ACPI code. Change-Id: Ib0ad9da80920fe7c70986e541c50f6adccb49d0c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46761 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
257b00f357
commit
fcc26f54a0
|
@ -8,4 +8,10 @@ Field (RPCS, AnyAcc, NoLock, Preserve)
|
||||||
Offset (0x4c), // Link Capabilities
|
Offset (0x4c), // Link Capabilities
|
||||||
, 24,
|
, 24,
|
||||||
RPPN, 8, // Root Port Number
|
RPPN, 8, // Root Port Number
|
||||||
|
Offset (0x5A),
|
||||||
|
, 3,
|
||||||
|
PDC, 1,
|
||||||
|
Offset (0xDF),
|
||||||
|
, 6,
|
||||||
|
HPCS, 1,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue