blob: f5ec9b9d77f1675f7e0392db1945beee1a68d56a [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_LIPPERT_ROADRUNNER_LX
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Patrick Georgiebb43d62009-10-08 20:17:14 +00005 select ARCH_X86
Kyösti Mälkki7916f4c2012-02-09 16:07:41 +02006 select CPU_AMD_GEODE_LX
Patrick Georgiebb43d62009-10-08 20:17:14 +00007 select NORTHBRIDGE_AMD_LX
8 select SOUTHBRIDGE_AMD_CS5536
9 select SUPERIO_ITE_IT8712F
10 select HAVE_PIRQ_TABLE
11 select PIRQ_ROUTE
12 select UDELAY_TSC
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000013 # Standard chip is a 512 KB FWH. Replacing it with a 1 MB
14 # SST 49LF008A is possible.
Uwe Hermannd65509d2009-10-16 17:37:20 +000015 select BOARD_ROMSIZE_KB_512
Peter Stuge51eafde2010-10-13 06:23:02 +000016 select POWER_BUTTON_FORCE_ENABLE
Patrick Georgi7dc28642012-07-13 19:06:22 +020017 select PLL_MANUAL_CONFIG
18 select CORE_GLIU_500_333
Patrick Georgiebb43d62009-10-08 20:17:14 +000019
20config MAINBOARD_DIR
21 string
22 default lippert/roadrunner-lx
Patrick Georgiebb43d62009-10-08 20:17:14 +000023
24config MAINBOARD_PART_NUMBER
25 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000026 default "Cool RoadRunner-LX"
Patrick Georgiebb43d62009-10-08 20:17:14 +000027
Patrick Georgiebb43d62009-10-08 20:17:14 +000028config IRQ_SLOT_COUNT
29 int
30 default 7
Patrick Georgiebb43d62009-10-08 20:17:14 +000031
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000032config ONBOARD_UARTS_RS485
33 bool "Switch on-board serial ports to RS485"
34 default n
35 help
36 If selected, both on-board serial ports will operate in RS485 mode
37 instead of RS232.
38
Patrick Georgi7dc28642012-07-13 19:06:22 +020039config PLLMSRlo
40 hex
41 default 0x00de6001
42
Jens Rottmann9a684fc2010-08-30 16:36:51 +000043endif # BOARD_LIPPERT_ROADRUNNER_LX