blob: 051713a27d45c8b8242153a2040edc2bcd4a26d2 [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
Kyösti Mälkki7916f4c2012-02-09 16:07:41 +02005 select CPU_AMD_GEODE_LX
Patrick Georgiebb43d62009-10-08 20:17:14 +00006 select NORTHBRIDGE_AMD_LX
7 select SOUTHBRIDGE_AMD_CS5536
8 select SUPERIO_ITE_IT8712F
9 select HAVE_PIRQ_TABLE
10 select PIRQ_ROUTE
11 select UDELAY_TSC
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000012 # Standard chip is a 512 KB FWH. Replacing it with a 1 MB
13 # SST 49LF008A is possible.
Uwe Hermannd65509d2009-10-16 17:37:20 +000014 select BOARD_ROMSIZE_KB_512
Peter Stuge51eafde2010-10-13 06:23:02 +000015 select POWER_BUTTON_FORCE_ENABLE
Patrick Georgi7dc28642012-07-13 19:06:22 +020016 select PLL_MANUAL_CONFIG
17 select CORE_GLIU_500_333
Patrick Georgiebb43d62009-10-08 20:17:14 +000018
19config MAINBOARD_DIR
20 string
21 default lippert/roadrunner-lx
Patrick Georgiebb43d62009-10-08 20:17:14 +000022
23config MAINBOARD_PART_NUMBER
24 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000025 default "Cool RoadRunner-LX"
Patrick Georgiebb43d62009-10-08 20:17:14 +000026
Patrick Georgiebb43d62009-10-08 20:17:14 +000027config IRQ_SLOT_COUNT
28 int
29 default 7
Patrick Georgiebb43d62009-10-08 20:17:14 +000030
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000031config ONBOARD_UARTS_RS485
32 bool "Switch on-board serial ports to RS485"
33 default n
34 help
35 If selected, both on-board serial ports will operate in RS485 mode
36 instead of RS232.
37
Patrick Georgi7dc28642012-07-13 19:06:22 +020038config PLLMSRlo
39 hex
40 default 0x00de6001
41
Jens Rottmann9a684fc2010-08-30 16:36:51 +000042endif # BOARD_LIPPERT_ROADRUNNER_LX