blob: 5a6bfb250398ec0affa6c7c6c4e263be899b5e04 [file] [log] [blame]
Ronald G. Minnich66bea522016-10-25 19:11:07 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2016 Google Inc.
5##
6## This software is licensed under the terms of the GNU General Public
7## License version 2, as published by the Free Software Foundation, and
8## may be copied, distributed, and modified under those terms.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14
15if BOARD_LOWRISC_NEXYS4DDR
16
17config BOARD_SPECIFIC_OPTIONS # dummy
18 def_bool y
19 select SOC_LOWRISC_LOWRISC
20 select BOARD_ROMSIZE_KB_4096
21 select DRIVERS_UART_8250MEM
22 select BOOT_DEVICE_NOT_SPI_FLASH
23 select UART_OVERRIDE_REFCLK
Ronald G. Minnich66bea522016-10-25 19:11:07 -070024
25config MAINBOARD_DIR
26 string
27 default lowrisc/nexys4ddr
28
29config MAINBOARD_PART_NUMBER
30 string
31 default "LOWRISC NEXYS4DDR"
32
33config MAX_CPUS
34 int
35 default 1
36
37endif # BOARD_LOWRISC_NEXYS4DDR