sc7280: Enable SPI driver
BUG=b:182963902 TEST=Validated on qualcomm sc7280 developement board Signed-off-by: Rajesh Patil <rajpat@codeaurora.org> Change-Id: I34a45422e38ea3a47f29e9856fc5679e8aebbcdf Reviewed-on: https://review.coreboot.org/c/coreboot/+/55962 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
This commit is contained in:
parent
bd0984d2a1
commit
4744c6ec1a
|
@ -9,13 +9,14 @@ all-$(CONFIG_SC7280_QSPI) += ../common/qspi.c
|
||||||
all-y += ../common/qupv3_config.c
|
all-y += ../common/qupv3_config.c
|
||||||
all-y += qcom_qup_se.c
|
all-y += qcom_qup_se.c
|
||||||
all-y += ../common/qup_se_handler.c
|
all-y += ../common/qup_se_handler.c
|
||||||
|
all-y += ../common/qupv3_spi.c
|
||||||
all-y += ../common/qupv3_i2c.c
|
all-y += ../common/qupv3_i2c.c
|
||||||
|
all-y += ../common/qupv3_spi.c
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
bootblock-y += bootblock.c
|
bootblock-y += bootblock.c
|
||||||
bootblock-y += mmu.c
|
bootblock-y += mmu.c
|
||||||
bootblock-$(CONFIG_DRIVERS_UART) += ../common/uart_bitbang.c
|
bootblock-$(CONFIG_DRIVERS_UART) += ../common/uart_bitbang.c
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
romstage-y += cbmem.c
|
romstage-y += cbmem.c
|
||||||
romstage-y += ../common/qclib.c
|
romstage-y += ../common/qclib.c
|
||||||
|
|
Loading…
Reference in New Issue