Hello build bot (Jenkins), Michał Żygowski, Patrick Georgi, Martin Roth, Matt DeVillier, David Hendricks, Patrick Rudolph, Piotr Król,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43846
to look at the new patch set (#2).
Change subject: soc/skylake: Enable DCI depending on devicetree configuration ......................................................................
soc/skylake: Enable DCI depending on devicetree configuration
Currently DCI gets enabled by the option PchDciEn, but this duplicates the devicetree on/off options. Therefore use the on/off options for the enablement of the DCI controller.
I checked all corresponding mainboards if the devicetree configuration matches the PchDciEn setting.
Change-Id: Ic816655d87cee9e56520aa30fc3c837b561f24e5 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/skylake/chip.h M src/soc/intel/skylake/romstage/romstage.c 2 files changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/43846/2