Attention is currently required from: Hung-Te Lin, Paul Menzel, Yidi Lin, Yu-Ping Wu.
Vince Liu has posted comments on this change by Vince Liu. ( https://review.coreboot.org/c/coreboot/+/85689?usp=email )
Change subject: soc/mediatek/mt8189: Add timer support ......................................................................
Patch Set 3:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85689/comment/7b5a416d_07c8b9f7?usp... : PS1, Line 9: Add timer support for MT8189. : : The new ICs(e.g. mt8196, mt8189) will no longer use GPT, and in order : to improve code readability, the macro name TIMER_MHZ will be used.
Add ARM arch timer support for MT8189.
Done
File src/soc/mediatek/mt8189/Makefile.mk:
https://review.coreboot.org/c/coreboot/+/85689/comment/237c3798_a615004d?usp... : PS1, Line 6: timer.c ../common/timer_prepare.c
`../common/timer_prepare.c timer. […]
Done
File src/soc/mediatek/mt8189/timer.c:
https://review.coreboot.org/c/coreboot/+/85689/comment/26b4e339_8f9b4c13?usp... : PS1, Line 1: /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
Please make this relicensing a separate commit.
Fixed in [CL#85723](https://review.coreboot.org/c/coreboot/+/85723/)