CK HU has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC ......................................................................
soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC
Signed-off-by: CK Hu ck.hu@mediatek.com Change-Id: I2cf68805532f70f072b4e9a21ee61e2ebe4ebd9d --- A src/soc/mediatek/mt8192/Makefile.inc 1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/43962/1
diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc new file mode 100644 index 0000000..25574c9 --- /dev/null +++ b/src/soc/mediatek/mt8192/Makefile.inc @@ -0,0 +1,31 @@ +ifeq ($(CONFIG_SOC_MEDIATEK_MT8192),y) + +bootblock-y += ../common/gpio.c gpio.c +bootblock-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +bootblock-y += ../common/timer.c +bootblock-y += ../common/uart.c + +verstage-y += ../common/gpio.c gpio.c +verstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +verstage-y += ../common/timer.c +verstage-y += ../common/uart.c + +romstage-y += ../common/cbmem.c +romstage-y += emi.c +romstage-y += ../common/gpio.c gpio.c +romstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +romstage-y += ../common/timer.c +romstage-y += ../common/uart.c + +ramstage-y += ../common/gpio.c gpio.c +ramstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +ramstage-y += ../common/timer.c +ramstage-y += ../common/uart.c + +CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include +CPPFLAGS_common += -Isrc/soc/mediatek/common/include + +$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin + ./util/mtkheader/gen-bl-img.py mt8183 sf $< $@ + +endif
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43962
to look at the new patch set (#3).
Change subject: soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC ......................................................................
soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC
Signed-off-by: CK Hu ck.hu@mediatek.com Change-Id: I2cf68805532f70f072b4e9a21ee61e2ebe4ebd9d --- A src/soc/mediatek/mt8192/Makefile.inc 1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/43962/3
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43962
to look at the new patch set (#4).
Change subject: soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC ......................................................................
soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC
Signed-off-by: CK Hu ck.hu@mediatek.com Change-Id: I2cf68805532f70f072b4e9a21ee61e2ebe4ebd9d --- A src/soc/mediatek/mt8192/Makefile.inc 1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/43962/4
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43962/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43962/6//COMMIT_MSG@6 PS6, Line 6: : soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC this change is no longer a stub implementation since it can really build. let's rephrase as
soc/mediatek/mt8192: initial build rules
The first Makefile to support building minimal stage files for MT8192 SOC.
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43962
to look at the new patch set (#7).
Change subject: soc/mediatek/mt8192: Initialize build rules ......................................................................
soc/mediatek/mt8192: Initialize build rules
The first Makefile to support building minimal stage files for MT8192 SOC.
Signed-off-by: CK Hu ck.hu@mediatek.com Change-Id: I2cf68805532f70f072b4e9a21ee61e2ebe4ebd9d --- A src/soc/mediatek/mt8192/Makefile.inc 1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/43962/7
CK HU has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Initialize build rules ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43962/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43962/6//COMMIT_MSG@6 PS6, Line 6: : soc/mediatek/mt8192: Add a stub implementation of the MT8192 SoC
this change is no longer a stub implementation since it can really build. let's rephrase as […]
Done
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Initialize build rules ......................................................................
Patch Set 7: Code-Review+2
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Initialize build rules ......................................................................
Patch Set 7: Code-Review+2
Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43962 )
Change subject: soc/mediatek/mt8192: Initialize build rules ......................................................................
soc/mediatek/mt8192: Initialize build rules
The first Makefile to support building minimal stage files for MT8192 SOC.
Signed-off-by: CK Hu ck.hu@mediatek.com Change-Id: I2cf68805532f70f072b4e9a21ee61e2ebe4ebd9d Reviewed-on: https://review.coreboot.org/c/coreboot/+/43962 Reviewed-by: Hung-Te Lin hungte@chromium.org Reviewed-by: Yu-Ping Wu yupingso@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- A src/soc/mediatek/mt8192/Makefile.inc 1 file changed, 31 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved
diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc new file mode 100644 index 0000000..25574c9 --- /dev/null +++ b/src/soc/mediatek/mt8192/Makefile.inc @@ -0,0 +1,31 @@ +ifeq ($(CONFIG_SOC_MEDIATEK_MT8192),y) + +bootblock-y += ../common/gpio.c gpio.c +bootblock-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +bootblock-y += ../common/timer.c +bootblock-y += ../common/uart.c + +verstage-y += ../common/gpio.c gpio.c +verstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +verstage-y += ../common/timer.c +verstage-y += ../common/uart.c + +romstage-y += ../common/cbmem.c +romstage-y += emi.c +romstage-y += ../common/gpio.c gpio.c +romstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +romstage-y += ../common/timer.c +romstage-y += ../common/uart.c + +ramstage-y += ../common/gpio.c gpio.c +ramstage-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c +ramstage-y += ../common/timer.c +ramstage-y += ../common/uart.c + +CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include +CPPFLAGS_common += -Isrc/soc/mediatek/common/include + +$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin + ./util/mtkheader/gen-bl-img.py mt8183 sf $< $@ + +endif