blob: d45b6596ed13e590b3172d25e2c7b89653d4981a [file] [log] [blame]
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +02001# This file is part of the coreboot project.
2#
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +02003#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; version 2 of the License.
7#
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
12
13if BOARD_SIFIVE_HIFIVE_UNLEASHED
14
Elyes HAOUASf0c5be22018-11-27 20:36:44 +010015config BOARD_SPECIFIC_OPTIONS
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +020016 def_bool y
17 select SOC_SIFIVE_FU540
18 select BOARD_ROMSIZE_KB_32768
Nico Huber9df62b02018-10-17 19:40:26 +020019 select MISSING_BOARD_RESET
Xiang Wang411a8b72019-01-23 11:45:06 +080020 select FLATTENED_DEVICE_TREE
Xiang Wangd5777262019-08-27 16:04:54 +080021 select SPI_SDCARD
Xiang Wang411a8b72019-01-23 11:45:06 +080022
23config HEAP_SIZE
24 default 0x10000
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +020025
26config MAINBOARD_DIR
27 string
Patrick Georgi0bb83462019-11-22 20:58:58 +010028 default "sifive/hifive-unleashed"
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +020029
Jonathan Neuschäfer1c09cfa2018-04-19 16:23:55 +020030config MAINBOARD_PART_NUMBER
31 string
32 default "HiFive Unleashed"
33
34endif