cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / sifive / hifive-unleashed / Makefile.mk
blob2a32df87567e8ed7d2ce2668fdad8c302df4fc02
1 # SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y += media.c
5 romstage-y += romstage.c
6 romstage-y += media.c
8 ramstage-y += fixup_fdt.c
9 ramstage-y += media.c
11 DTB=$(obj)/hifive-unleashed.dtb
12 DTS=src/mainboard/sifive/hifive-unleashed/hifive-unleashed-a00.dts
13 $(DTB): $(DTS)
14 dtc -I dts -O dtb -o $(DTB) $(DTS)
16 cbfs-files-y += fallback/DTB
17 fallback/DTB-file := $(DTB)
18 fallback/DTB-type := raw