Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45345 )
Change subject: soc/intel/common/block: Move PRMRR options to CPU subfolder ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45345/2/src/soc/intel/common/block/... File src/soc/intel/common/block/cpu/Kconfig:
https://review.coreboot.org/c/coreboot/+/45345/2/src/soc/intel/common/block/... PS2, Line 106: prompt "PRMRR size"
With FSP doing all the magic for C6DRAM there's no need to show this when SGX isn't supported or dis […]
Oh, I overlooked that...
898 /** Offset 0x0202 - C6DRAM power gating feature 899 This policy indicates whether or not BIOS should allocate PRMRR memory for C6DRAM 900 power gating feature.- 0: Don't allocate any PRMRR memory for C6DRAM power gating 901 feature.- <b>1: Allocate PRMRR memory for C6DRAM power gating feature</b>.