Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"
This reverts commit 0210119b4b
Change-Id: I5be3f2a54394c592650a0dcd671e4a72ae796cb2
Reviewed-on: http://review.coreboot.org/3443
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
#include "../../../southbridge/intel/sch/sch.h"
|
||||
#elif CONFIG_SOUTHBRIDGE_INTEL_BD82X6X || CONFIG_SOUTHBRIDGE_INTEL_C216
|
||||
#include "../../../southbridge/intel/bd82x6x/pch.h"
|
||||
#elif CONFIG_SOUTHBRIDGE_INTEL_IBEXPEAK
|
||||
#include "../../../southbridge/intel/ibexpeak/pch.h"
|
||||
#elif CONFIG_SOUTHBRIDGE_INTEL_I82801IX
|
||||
#include "../../../southbridge/intel/i82801ix/i82801ix.h"
|
||||
#else
|
||||
@@ -50,9 +48,6 @@
|
||||
#if CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE || CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE
|
||||
#include <northbridge/intel/sandybridge/sandybridge.h>
|
||||
#define TSEG_BAR (DEFAULT_PCIEXBAR | TSEG)
|
||||
#elif CONFIG_NORTHBRIDGE_INTEL_NEHALEM
|
||||
#include <northbridge/intel/nehalem/nehalem.h>
|
||||
#define TSEG_BAR (DEFAULT_PCIEXBAR | TSEG)
|
||||
#else
|
||||
#error "Northbridge must define TSEG_BAR."
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user