Angel Pons has uploaded this change for review.

View Change

util/autoport: Add missing IDs

Add four IDs found in PCIe root ports on the CPU.

Change-Id: I04b5220c460f1930accd64b63c11f512581f2c6c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M util/autoport/bd82x6x.go
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/30962/1
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 29b1c21..2f24655 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -430,6 +430,7 @@

/* PCIe bridge */
for _, id := range []uint16{
+ 0x0101, 0x0105, 0x0109, 0x010d,
0x0151, 0x0155, 0x1c10, 0x1c12,
0x1c14, 0x1c16, 0x1c18, 0x1c1a,
0x1c1c, 0x1c1e, 0x1e10, 0x1e12,

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I04b5220c460f1930accd64b63c11f512581f2c6c
Gerrit-Change-Number: 30962
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange