Attention is currently required from: Hung-Te Lin, Knox Chiou, Yidi Lin, Yu-Ping Wu.
Yang Wu has posted comments on this change by Yang Wu. ( https://review.coreboot.org/c/coreboot/+/84342?usp=email )
Change subject: mb/google/corsola: Make compatible with MT8186T by modifing skuid ......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/google/corsola/boardid.c:
https://review.coreboot.org/c/coreboot/+/84342/comment/bf531888_0d80df33?usp... : PS2, Line 132: BOARD_GOOGLE_STEELIX
Why does Steelix needs a different SKU ID (different DTS), but Voltrob/Squirtle doesn't?
Both on `Steelix`(mt8186) and `Voltorb/Squirtle`(mt8186t), our factory is already using 0x7fffffff as the default unprovisioned SKU ID for SMT, and then updates the SKU ID to match the machine during the FAT stage. If Voltrob also changes to 0x7ffffffe ,the kernel won't be able to retrieve the [correct DTS](https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/thir...) for boot. The newest Steelix DTS is here in [CL:5856922](https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/5...)