Attention is currently required from: Duncan Laurie, Kyösti Mälkki. Hello build bot (Jenkins), Nico Huber, Matt DeVillier, Duncan Laurie, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48787
to look at the new patch set (#7).
Change subject: soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY ......................................................................
soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY
It was commented that the need for the delay was mainly related to external displays and only with VBIOS execution. Move the delay such that it is done only when we actually need to execute the VBIOS aka option rom.
A delay is currently only defined for librem/purism_bdw in its Kconfig. As the description of the issue sounds like it would equally happen on other platforms when VBIOS is involved, promote the Kconfig visible opion to global scope.
Change-Id: I4503158576f35057373f003586bbf76af4d59b3d Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/device/Kconfig M src/device/pci_device.c M src/northbridge/intel/haswell/Kconfig M src/northbridge/intel/haswell/gma.c M src/soc/intel/broadwell/Kconfig M src/soc/intel/broadwell/gma.c 6 files changed, 19 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/48787/7