aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/majolica/Kconfig
blob: ce8a4982632aabfd81009ddcf1fe1247c24360fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SPDX-License-Identifier: GPL-2.0-only

if BOARD_AMD_MAJOLICA

config BOARD_SPECIFIC_OPTIONS
	def_bool y
	select BOARD_ROMSIZE_KB_16384
	select SOC_AMD_CEZANNE
	select AMD_SOC_CONSOLE_UART

config FMDFILE
	string
	default "src/mainboard/amd/majolica/board.fmd"

config MAINBOARD_DIR
	default "amd/majolica"

config MAINBOARD_PART_NUMBER
	default "MAJOLICA"

config AMD_FWM_POSITION_INDEX
	int
	default 4
	help
	  TODO: might need to be adapted for better placement of files in cbfs

config MAJOLICA_HAVE_MCHP_FW
	bool "Have Microchip EC firmware?"
	default n

config MAJOLICA_MCHP_FW_FILE
	string
	depends on MAJOLICA_HAVE_MCHP_FW
	default "3rdparty/blobs/mainboard/amd/majolica/EC_majolica.bin"
	help
	  The EC firmware blob is usually the first 128kByte of the stock
	  firmware image.

endif # BOARD_AMD_MAJOLICA