Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35739 )
Change subject: soc/intel/common/block: Update microcode serialiced for HT threads ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35739/4/src/cpu/intel/common/hypert... File src/cpu/intel/common/hyperthreading.c:
https://review.coreboot.org/c/coreboot/+/35739/4/src/cpu/intel/common/hypert... PS4, Line 57: if (!initialized) This would need to be checked inside the `init` lock.
But why can't we initialize them statically? Like DECLARE_SPIN_LOCK() does?