blob: 5e49f19758cd21fac40f91094f03387d9a0f35d7 [file] [log] [blame]
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +02001# This file is part of the coreboot project.
2#
3# Copyright (C) 2018 Jonathan Neuschäfer
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; version 2 of the License.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13
14if BOARD_SIFIVE_HIFIVE_UNLEASHED
15
16config BOARD_SPECIFIC_OPTIONS # dummy
17 def_bool y
18 select SOC_SIFIVE_FU540
19 select BOARD_ROMSIZE_KB_32768
20
21config MAINBOARD_DIR
22 string
23 default sifive/hifive-unleashed
24
25config MAX_CPUS
26 int
27 default 4
28
29config MAINBOARD_PART_NUMBER
30 string
31 default "HiFive Unleashed"
32
33endif