blob: 9920b46fdf322995418dd602373d254f75dac2b6 [file] [log] [blame]
Alexandru Gagniuc86f6a132015-10-06 10:36:20 -07001if BOARD_INTEL_APOLLOLAKE_RVP1 || BOARD_INTEL_APOLLOLAKE_RVP2
2
3config BOARD_SPECIFIC_OPTIONS
4 def_bool y
5 select SOC_INTEL_APOLLOLAKE
6 select BOARD_ROMSIZE_KB_8192
7
8config MAINBOARD_DIR
9 string
10 default intel/apollolake_rvp
11
12config MAINBOARD_PART_NUMBER
13 string
14 default "Apollolake RVP"
15
16config MAINBOARD_VENDOR
17 string
18 default "Intel"
19
Andrey Petrov5672dcd2016-02-12 15:12:43 -080020config IFD_BIOS_END
21 hex
22 default 0x6FF000
23
24config IFD_BIOS_START
25 hex
26 default 0x1000
27
28
Alexandru Gagniuc86f6a132015-10-06 10:36:20 -070029endif