Subrata Banik uploaded patch set #2 to this change.

View Change

soc/intel/common: Add ASL for TCSS PCI segment

PCI1 device been created based on TCSS_PCIE_SEGMENT selection
from MB Kconfig

extracted build/dsdt.aml

Device (PCI1)
{
Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID
Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID
Name (_SEG, One) // _SEG: PCI Segment
Name (_UID, One) // _UID: Unique ID
....
}

Change-Id: I43924a3a34173ba3531079ef848f1935c59bb74a
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
A src/soc/intel/common/block/acpi/acpi/extrahostbridge.asl
A src/soc/intel/common/block/acpi/acpi/pcisegment.asl
2 files changed, 127 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/41011/2

To view, visit change 41011. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I43924a3a34173ba3531079ef848f1935c59bb74a
Gerrit-Change-Number: 41011
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset