aboutsummaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/sandybridge.go15
1 files changed, 4 insertions, 11 deletions
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go
index 41ac96dc94..4c3bbe87b1 100644
--- a/util/autoport/sandybridge.go
+++ b/util/autoport/sandybridge.go
@@ -63,16 +63,6 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) {
Dev: 0,
Children: []DevTreeNode{
{
- Chip: "cpu/intel/socket_rPGA989",
- Children: []DevTreeNode{
- {
- Chip: "lapic",
- Dev: 0,
- },
- },
- },
-
- {
Chip: "cpu/intel/model_206ax",
Comment: "FIXME: check all registers",
Registers: map[string]string{
@@ -86,6 +76,10 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) {
},
Children: []DevTreeNode{
{
+ Chip: "lapic",
+ Dev: 0,
+ },
+ {
Chip: "lapic",
Dev: 0xacac,
Disabled: true,
@@ -114,7 +108,6 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) {
/* FIXME:XX some configs are unsupported. */
KconfigBool["SANDYBRIDGE_IVYBRIDGE_LVDS"] = true
- KconfigBool["CPU_INTEL_SOCKET_RPGA989"] = true
KconfigBool["NORTHBRIDGE_INTEL_"+i.variant+"BRIDGE"] = true
KconfigBool["USE_NATIVE_RAMINIT"] = true
KconfigBool["INTEL_INT15"] = true