soc/intel/xeon_sp/skx: Lock all PCU registers
commit70546ebc4045f4805ee257172301364147fa7d80
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 15:47:49 +0000 (23 17:47 +0200)
committerLean Sheng Tan <sheng.tan@9elements.com>
Sat, 16 Nov 2024 20:11:29 +0000 (16 20:11 +0000)
tree4ce6f749c38394971d2557454f9e1bcfb87bf4d6
parentde3eb9c9d9a642d757e6cd0045d45f95fafd35f0
soc/intel/xeon_sp/skx: Lock all PCU registers

Lock all PCU registers on all sockets. The same code can be found
on CPX, which is basically the same CPU. Once the differences between
CPX and SKX are minimal, the platforms can be merged into one codebase.

Change-Id: I73eaa0905e8a418fc9dfe515c42cd257c041cf61
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84843
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/intel/xeon_sp/skx/chip.c
src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h
src/soc/intel/xeon_sp/skx/soc_util.c