soc/intel/apollolake/acpi: Add PCIEXBAR to MCHC
The values in this patch were found in the following datasheets: * 334819 (APL) * 336561 (GLK) Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I14c5933b9022703c8951da7c6a26eb703258ec37 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66230 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
e72ff319fd
commit
291758ddba
|
@ -11,8 +11,12 @@ Device (MCHC)
|
||||||
OperationRegion (MCHP, PCI_Config, 0x00, 0x100)
|
OperationRegion (MCHP, PCI_Config, 0x00, 0x100)
|
||||||
Field (MCHP, DWordAcc, NoLock, Preserve)
|
Field (MCHP, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset(0x60),
|
Offset (0x60), /* PCIEXBAR (0:0:0:60)
|
||||||
MCNF, 32, /* PCI MMCONF base */
|
PXEN, 1, /* Enable */
|
||||||
|
PXSZ, 2, /* PCI Express Size */
|
||||||
|
, 25,
|
||||||
|
PXBR, 11, /* PCI Express Base Address */
|
||||||
|
|
||||||
Offset (0xA8),
|
Offset (0xA8),
|
||||||
TUUD, 64, /* Top of Upper Used Memory */
|
TUUD, 64, /* Top of Upper Used Memory */
|
||||||
Offset(0xB4),
|
Offset(0xB4),
|
||||||
|
|
Loading…
Reference in New Issue