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
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