HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36510 )
Change subject: sb/intel/common: Drop unused DO_NOT_TOUCH_DESCRIPTOR_REGION ......................................................................
sb/intel/common: Drop unused DO_NOT_TOUCH_DESCRIPTOR_REGION
Change-Id: I6ff071a00b2e185a8f3cc1f38fc35b6d55864e54 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/southbridge/intel/common/firmware/Kconfig 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/36510/1
diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig index eb63d34..b97d12f 100644 --- a/src/southbridge/intel/common/firmware/Kconfig +++ b/src/southbridge/intel/common/firmware/Kconfig @@ -147,15 +147,6 @@ help This option allows you to protect flash regions.
-config DO_NOT_TOUCH_DESCRIPTOR_REGION - bool "Use the preset values to protect the regions" - help - Read and write access permissions to different regions in the flash - can be controlled via dedicated bitfields in the flash descriptor. - These permissions can be modified with the Intel Flash Descriptor - Tool (ifdtool). If you don't want to change these permissions and - keep the ones provided in the initial descriptor, use this option. - config LOCK_MANAGEMENT_ENGINE bool "Lock ME/TXE section" help
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36510 )
Change subject: sb/intel/common: Drop unused DO_NOT_TOUCH_DESCRIPTOR_REGION ......................................................................
Patch Set 1: Code-Review-2
It's part of a choice and does exactly what it says (not selecting any of the other).
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36510 )
Change subject: sb/intel/common: Drop unused DO_NOT_TOUCH_DESCRIPTOR_REGION ......................................................................
Abandoned