1 # SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y
+= bootblock.c
4 bootblock-y
+= early_gpio.c
6 romstage-y
+= port_descriptors.c
8 ramstage-y
+= chromeos.c
9 ramstage-y
+= port_descriptors.c
11 APCB_SOURCES
= $(MAINBOARD_BLOBS_DIR
)/APCB_CZN_D4.bin
12 APCB_SOURCES_RECOVERY
= $(MAINBOARD_BLOBS_DIR
)/APCB_CZN_D4_DefaultRecovery.bin
14 ifeq ($(CONFIG_MAJOLICA_HAVE_MCHP_FW
),y
)
15 $(call add_intermediate
, add_mchp_fw
)
16 $(CBFSTOOL
) $< write
-r EC
-f
$(CONFIG_MAJOLICA_MCHP_FW_FILE
) --fill-upward
18 show_notices
:: warn_no_mchp
19 endif # CONFIG_MAJOLICA_HAVE_MCHP_FW
23 printf
"\n\t** WARNING **\n"
24 printf
"coreboot has been built without the Microchip EC FW.\n"
25 printf
"Do not flash this image. Your Majolica's power button\n"
26 printf
"will not respond when you press it.\n\n"