Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43963 )
Change subject: mb/google/asurada: Add new MT8192 mainboard "Asurada" ......................................................................
Patch Set 7:
Patch Set 7:
Patch Set 7: -Code-Review
build failure:
aarch64-elf-ld.bfd: /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_ASURADA/ramstage/mainboard/google/asurada/static.o:(.data._dev0+0xa8): undefined reference to `soc_mediatek_mt8192_ops' aarch64-elf-ld.bfd: /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_ASURADA/ramstage/mainboard/google/asurada/static.o:(.data._dev1+0xa8): undefined reference to `soc_mediatek_mt8192_ops'
When I checkout to this patch, I does not find soc_mediatek_mt8192_ops in the whole source. Why this happen?
For MT8183 there's soc_mediatek_mt8183_ops defined in soc/mediatek/mt8183/soc.c. Do we need to add soc/mediatek/mt8192/soc.c?