soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / sifive / hifive-unmatched / Makefile.mk
blob0463be5de4602cd3cd93b3fb0e4f36f2d02c4d90
1 # SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y += romstage.c
4 bootblock-y += cbfs_spi.c
6 ramstage-y += cbfs_spi.c
7 ramstage-y += fixup_fdt.c
9 DTB=$(obj)/hifive-unmatched.dtb
10 DTS=src/mainboard/sifive/hifive-unmatched/hifive-unmatched-a00.dts
11 $(DTB): $(DTS)
12 dtc -I dts -O dtb -o $(DTB) $(DTS)
14 cbfs-files-y += fallback/DTB
15 fallback/DTB-file := $(DTB)
16 fallback/DTB-type := raw