Hello Masanori, sorry for the late reply, I guess I could have saved you from some confusion.
Am 26.02.19 um 05:35 schrieb Masanori Ogino: > On Mon, Feb 25, 2019 at 4:27 AM Lance Zhao <[email protected]> wrote: >> Current coreboot should have same level of microcode compare to >> intel-microcode for Linux. > > Indeed. I saw a commit updating Intel microcode in last December, so I > am sure the microcode is not so ancient that it does not contain the > fix for a known errata. Yes, coreboot's microcode should be up to date. However, in your log, it never tries to apply the update, it seems (it should tell something about the `cpu_microcode_blob.bin`). I also can't find any call in the current source that would try to update microcode, so this might be a recent regression. If anybody wants to look into this, one clue so far: in `src/cpu/ intel/model_1067x/mp_init.c` a `.get_microcode_info` pointer seems to be missing in the `struct mp_ops`. Also, the microcode should be updated once in advance for the BSP. This could be done early in the bootblock (as it is for `cpu/intel/model_206ax/`) or later, e.g. right before running mp_init_with_smm(). Nico
0xBD56B4A4138B3CE3.asc
Description: application/pgp-keys
_______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]

