Attention is currently required from: Maulik V Vaghela, Tim Wawrzynczak, Mario Scheithauer, Subrata Banik, Lean Sheng Tan, Patrick Rudolph. Hello build bot (Jenkins), Furquan Shaikh, Maulik V Vaghela, Tim Wawrzynczak, Mario Scheithauer, Angel Pons, Subrata Banik, Werner Zeh, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55565
to look at the new patch set (#9).
Change subject: soc/intel/common: Move PMC EPOC related code to Intel common code ......................................................................
soc/intel/common: Move PMC EPOC related code to Intel common code
Move PMC EPOC related code to intel/common/block because it is generic for most Intel platforms and ADL, TGL & EHL use it.
Add a kconfig 'PMC_EPOC' to guard this common EPOC code.
The PMC EPOC register indicates which external crystal oscillator is connected to the PCH. This frequency is important for determining the IP clock of internal PCH devices.
Signed-off-by: Lean Sheng Tan lean.sheng.tan@intel.com Change-Id: Ib5fd3c4a648964678ee40ed0f60ca10fe7953f56 --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/alderlake/include/soc/pmc.h M src/soc/intel/alderlake/pmc.c M src/soc/intel/alderlake/soundwire.c M src/soc/intel/common/block/include/intelblocks/pmclib.h M src/soc/intel/common/block/pmc/Kconfig M src/soc/intel/common/block/pmc/pmclib.c M src/soc/intel/tigerlake/Kconfig M src/soc/intel/tigerlake/include/soc/pmc.h M src/soc/intel/tigerlake/pmc.c M src/soc/intel/tigerlake/soundwire.c 11 files changed, 41 insertions(+), 64 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/55565/9