aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/digitallogic/msm586seg
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 14:10:28 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 14:10:28 +0000
commit00f0267f7805f6d27d78c1ed586ac0f13c90637b (patch)
tree1f7501094bfe358b0e0d09159e3402c3504bf4f8 /src/mainboard/digitallogic/msm586seg
parent91ff0df62777a9ec4a399ef899803c05e7caad60 (diff)
Remaining boards are Kconfig'd now. Whether they work
or not still depends on how close the configuration options are to what they should be. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic/msm586seg')
-rw-r--r--src/mainboard/digitallogic/msm586seg/Kconfig21
-rw-r--r--src/mainboard/digitallogic/msm586seg/Makefile.inc3
2 files changed, 24 insertions, 0 deletions
diff --git a/src/mainboard/digitallogic/msm586seg/Kconfig b/src/mainboard/digitallogic/msm586seg/Kconfig
new file mode 100644
index 0000000000..344314e840
--- /dev/null
+++ b/src/mainboard/digitallogic/msm586seg/Kconfig
@@ -0,0 +1,21 @@
+config BOARD_DIGITALLOGIC_MSM586SEG
+ bool "MSM586SEG"
+ select ARCH_X86
+ select CPU_AMD_SC520
+ select HAVE_PIRQ_TABLE
+
+config MAINBOARD_DIR
+ string
+ default digitallogic/msm586seg
+ depends on BOARD_DIGITALLOGIC_MSM586SEG
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "TS5300"
+ depends on BOARD_DIGITALLOGIC_MSM586SEG
+
+config IRQ_SLOT_COUNT
+ int
+ default 2
+ depends on BOARD_DIGITALLOGIC_MSM586SEG
+
diff --git a/src/mainboard/digitallogic/msm586seg/Makefile.inc b/src/mainboard/digitallogic/msm586seg/Makefile.inc
new file mode 100644
index 0000000000..b46377a206
--- /dev/null
+++ b/src/mainboard/digitallogic/msm586seg/Makefile.inc
@@ -0,0 +1,3 @@
+ROMCCFLAGS := -mcpu=i386 -O
+include $(src)/mainboard/Makefile.romccboard.inc
+