Attention is currently required from: Tim Wawrzynczak. Hello Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56209
to look at the new patch set (#2).
Change subject: mb/google/volteer/baseboard: Configure chipset_lockdown seperately ......................................................................
mb/google/volteer/baseboard: Configure chipset_lockdown seperately
The configuration of the setting `chipset_lockdown` doesn't have any effect for most of the variants since their configuration of `common_soc_config` overwrites the configuration of the baseboard's devicetree. If `chipset_lockdown` is configured seperetaly in the baseboard devicetree, the variant overridetrees reuse its configuration.
Thus, move `chipset_lockdown` out of `common_soc_config` in the baseboard devicetree and configure it seperately.
Change-Id: I595c042cf62680d61f60965710d382bfdcd81671 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/google/volteer/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/56209/2