diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 11:35:24 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 21:35:50 +0100 |
commit | 39456c2cca347ebf68e41c292094f024c07d0c15 (patch) | |
tree | d47d14fb16b0e1ba078ae89f685bfa73f00bdaf6 /src/mainboard/tyan/s4882/Kconfig | |
parent | 11156255957ee35076acdaa739a2efb49167f6fe (diff) |
[REMOVAL] tyan/s4882
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: I866440595a0a38b65ce037dc9a1f7e4c02c6beb3
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12385
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/tyan/s4882/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s4882/Kconfig | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/src/mainboard/tyan/s4882/Kconfig b/src/mainboard/tyan/s4882/Kconfig deleted file mode 100644 index 7723acf907..0000000000 --- a/src/mainboard/tyan/s4882/Kconfig +++ /dev/null @@ -1,57 +0,0 @@ -if BOARD_TYAN_S4882 - -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_WINBOND_W83627HF - select HAVE_OPTION_TABLE - select HAVE_PIRQ_TABLE - select HAVE_MP_TABLE - select BOARD_ROMSIZE_KB_512 - select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select QRANK_DIMM_SUPPORT - -config MAINBOARD_DIR - string - default tyan/s4882 - -config DCACHE_RAM_BASE - hex - default 0xcf000 - -config DCACHE_RAM_SIZE - hex - default 0x01000 - -config APIC_ID_OFFSET - hex - default 0x10 - -config MAINBOARD_PART_NUMBER - string - default "S4882" - -config MAX_CPUS - int - default 8 - -config MAX_PHYSICAL_CPUS - int - default 4 - -config HT_CHAIN_END_UNITID_BASE - hex - default 0x20 - -config HT_CHAIN_UNITID_BASE - hex - default 0x1 - -config IRQ_SLOT_COUNT - int - default 22 - -endif # BOARD_TYAN_S4882 |