blob: 86c90dfb7765f7d22707a8356ed80bb3f4bf89ee [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_SIFIVE_FU740),y)
CPPFLAGS_common += -Isrc/soc/sifive/fu740/include
bootblock-y += uart.c
bootblock-y += clint.c
bootblock-y += spi.c
bootblock-y += sdram.c
bootblock-y += cbmem.c
bootblock-y += otp.c
bootblock-y += clock.c
bootblock-y += ddrregs.c
bootblock-y += chip.c
bootblock-y += gpio.c
ramstage-y += uart.c
ramstage-y += clint.c
ramstage-y += spi.c
ramstage-y += sdram.c
ramstage-y += cbmem.c
ramstage-y += otp.c
ramstage-y += clock.c
ramstage-y += chip.c
$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin
@printf " GPT $(notdir $(@))\n"
@util/riscv/sifive-gpt.py $< $@
endif