diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-07-17 04:58:16 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-07-26 12:21:26 +0000 |
commit | 32ca3ac9abba771213a180699e07132e8558ce37 (patch) | |
tree | 169a539e8b421cf424400cacb1ed88b2c254d9e8 /src/mainboard/intel/coffeelake_rvp/variants/baseboard | |
parent | ca3aa52cf8be153523c931646e850f8f2b433fc0 (diff) |
mb/intel/coffeelake_rvp: Use CHIPSET_LOCKDOWN_COREBOOT
Currently, internal flashing is not possible due to FSP lockdown. Thus
let coreboot do chipset lockdown on all variants.
Change-Id: Ib25a0543bfee0889dce071f3b01725daabd0a0eb
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56407
Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/coffeelake_rvp/variants/baseboard')
-rw-r--r-- | src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb b/src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb index 12b1c47f33..49c400f457 100644 --- a/src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb +++ b/src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb @@ -1,5 +1,7 @@ chip soc/intel/cannonlake + register "common_soc_config.chipset_lockdown" = "CHIPSET_LOCKDOWN_COREBOOT" + device cpu_cluster 0 on device lapic 0 on end end |