From 958ab46ddae6bf906e4db3d499ca719c019c78c8 Mon Sep 17 00:00:00 2001 From: CK Hu Date: Tue, 7 Apr 2020 12:06:31 +0800 Subject: soc/mediatek/mt8192: Add DRAM resource in ramstage Add DRAM resource in ramstage to load payload. Signed-off-by: CK Hu Change-Id: Iac02f81fc7d47851b3bba442eb7043169fbdbcfb Reviewed-on: https://review.coreboot.org/c/coreboot/+/44410 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8192/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/mediatek/mt8192/Makefile.inc') diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc index 25574c9ac8..b0faf6290c 100644 --- a/src/soc/mediatek/mt8192/Makefile.inc +++ b/src/soc/mediatek/mt8192/Makefile.inc @@ -18,7 +18,9 @@ romstage-y += ../common/timer.c romstage-y += ../common/uart.c ramstage-y += ../common/gpio.c gpio.c +ramstage-y += emi.c ramstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +ramstage-y += soc.c ramstage-y += ../common/timer.c ramstage-y += ../common/uart.c -- cgit v1.2.3