aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/e325/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-09 13:31:23 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 20:21:16 +0100
commit43f6fd3827e6c67471b5de646ea9709b6778056f (patch)
tree9e1d0b96a7b9414686eb141613cbd1b658104208 /src/mainboard/ibm/e325/Kconfig
parent7804bb002f35a643944c8c02fce8fc25cbba0de5 (diff)
[REMOVAL] ibm/e325 + ibm/e326
As announced in http://permalink.gmane.org/gmane.linux.bios/81918 I am removing all boards older than 10 years from the tree. Change-Id: I8854c31f242c13b6f91901452f7eb7ce0ef0b255 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12370 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/ibm/e325/Kconfig')
-rw-r--r--src/mainboard/ibm/e325/Kconfig58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/mainboard/ibm/e325/Kconfig b/src/mainboard/ibm/e325/Kconfig
deleted file mode 100644
index 04006771d8..0000000000
--- a/src/mainboard/ibm/e325/Kconfig
+++ /dev/null
@@ -1,58 +0,0 @@
-if BOARD_IBM_E325
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_AMD_SOCKET_940
- select NORTHBRIDGE_AMD_AMDK8
- select SOUTHBRIDGE_AMD_AMD8111
- select SOUTHBRIDGE_AMD_AMD8131
- select SUPERIO_NSC_PC87366
- select PARALLEL_CPU_INIT
- select HAVE_OPTION_TABLE
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select SB_HT_CHAIN_UNITID_OFFSET_ONLY
- select BOARD_ROMSIZE_KB_512
- select QRANK_DIMM_SUPPORT
-
-config MAINBOARD_DIR
- string
- default ibm/e325
-
-config DCACHE_RAM_BASE
- hex
- default 0xcf000
-
-config DCACHE_RAM_SIZE
- hex
- default 0x1000
-
-config APIC_ID_OFFSET
- hex
- default 0x0
-
-config MAINBOARD_PART_NUMBER
- string
- default "eServer 325"
-
-config MAX_CPUS
- int
- default 1
-
-config MAX_PHYSICAL_CPUS
- int
- default 1
-
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x20
-
-config HT_CHAIN_UNITID_BASE
- hex
- default 0x1
-
-config IRQ_SLOT_COUNT
- int
- default 12
-
-endif # BOARD_IBM_E325