summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-02 00:08:00 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-02 00:08:00 +0000
commit5bf864e353036535551f97dbeaf2c069ba60d79d (patch)
tree8670e5c3968f83ba2c141459a80afc0f2ebb8f01
parent149d6754aa2022eb65aa4d9ed28dea153455d36b (diff)
downloadcoreboot-5bf864e353036535551f97dbeaf2c069ba60d79d.tar.xz
Drop remainders of the removed Totalimpact board. Fix typos.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4707 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/mainboard/dell/s1850/Kconfig4
-rw-r--r--targets/totalimpact/briq/Config.lb58
2 files changed, 2 insertions, 60 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig
index 860915e2b8..ddad72c6f0 100644
--- a/src/mainboard/dell/s1850/Kconfig
+++ b/src/mainboard/dell/s1850/Kconfig
@@ -1,5 +1,5 @@
config BOARD_DELL_S1850
- bool "Dell S1850"
+ bool "S1850"
select ARCH_X86
select CPU_INTEL_SOCKET_MPGA604
select NORTHBRIDGE_INTEL_E7520
@@ -8,7 +8,7 @@ config BOARD_DELL_S1850
select SUPERIO_NSC_PC8374
select PIRQ_TABLE
help
- Dell S1850mainboard.
+ Dell S1850 mainboard.
config MAINBOARD_DIR
string
diff --git a/targets/totalimpact/briq/Config.lb b/targets/totalimpact/briq/Config.lb
deleted file mode 100644
index f371b0f69f..0000000000
--- a/targets/totalimpact/briq/Config.lb
+++ /dev/null
@@ -1,58 +0,0 @@
-# Config file for the Total Impact briQ
-# This will make a target directory of ./briq
-
-target briq
-
-mainboard totalimpact/briq
-
-## Use stage 1 initialization code
-option CONFIG_USE_INIT=1
-
-## We don't use compressed image
-option CONFIG_COMPRESS=0
-
-## Turn off POST codes
-option CONFIG_NO_POST=1
-
-## Enable serial console
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8
-option CONFIG_CONSOLE_SERIAL8250=1
-
-## Boot linux from IDE
-option CONFIG_IDE_PAYLOAD=1
-option CONFIG_IDE_BOOT_DRIVE=0
-option CONFIG_IDE_SWAB=1
-option CONFIG_IDE_OFFSET=0
-
-# ROM is 1Mb
-option CONFIG_ROM_SIZE=1024*1024
-
-# Set stack and heap sizes (stage 2)
-option CONFIG_STACK_SIZE=0x10000
-option CONFIG_HEAP_SIZE=0x10000
-
-# Sandpoint Demo Board
-romimage "fallback"
- ## Base of ROM
- option CONFIG_ROMBASE=0xfff00000
-
- ## Sandpoint reset vector
- option CONFIG_RESET=CONFIG_ROMBASE+0x100
-
- ## Exception vectors (other than reset vector)
- option CONFIG_EXCEPTION_VECTORS=CONFIG_RESET+0x100
-
- ## Start of coreboot in the boot rom
- ## = CONFIG_RESET + exeception vector table size
- option CONFIG_ROMSTART=CONFIG_RESET+0x3100
-
- ## Coreboot C code runs at this location in RAM
- option CONFIG_RAMBASE=0x00100000
- option CONFIG_RAMSTART=0x00100000
-
- option CONFIG_BRIQ_750FX=1
- #option CONFIG_BRIQ_7400=1
-
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"