# 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