coreboot-kgpe-d16/src/soc/intel/fsp_baytrail
Werner Zeh deed5fbebd fsp_baytrail: Enable graphic init per default
Baytrail SoC has a bug where in some cases the DisplayPort can hang
leading to a non-working display (it just stays black). To avoid this
hang, a patch was introduced in 02/2016
(1c3b1112fa - fsp_baytrail: Fix a possible hanging DisplayPort)
but per default not switched on so that each
mainboard can decide if it wants to use this patch or not.

Recently a new case of this bug was reported by Benoit Sansoni
(benoit.sansoni@kontron.com) and he requested to enable this fix per
default as it costs him a lot of time to find the cause and even the
already available fix in coreboot. To avoid this effort for someone
else in the future we can enable this fix per default as no negative
side effects are known and it is now tested at Siemens and at
Kontron on different mainboards with success.

As the goal is to enable this code permanently the config switch is not
longer needed and is removed.

Change-Id: I15bd682218d0dc887945cc91ee3e5488945a6355
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/18109
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
2017-01-13 17:42:26 +01:00
..
acpi Remove non-ascii & unprintable characters 2016-08-01 21:44:45 +02:00
bootblock
fsp intel/fsp_baytrail: Fix assignment of PcdeMMCBootMode 2016-11-16 18:23:11 +01:00
include/soc src/soc: Capitalize CPU, ACPI, RAM and ROM 2016-07-31 19:27:53 +02:00
romstage fsp 1.0 systems: Check for NULL when saving HobListPtr 2017-01-12 17:19:26 +01:00
acpi.c
chip.c
chip.h intel/fsp_baytrail: Fix LPE initialization and enable ACPI mode 2016-03-13 03:07:16 +01:00
cpu.c src/soc: Capitalize CPU, ACPI, RAM and ROM 2016-07-31 19:27:53 +02:00
gfx.c
gpio.c
i2c.c intel/fsp_baytrail/i2c: mask i2c interrupts in i2c_init() 2016-06-03 04:54:32 +02:00
iosf.c
Kconfig fsp_baytrail: Enable graphic init per default 2017-01-13 17:42:26 +01:00
lpe.c intel/fsp_baytrail: Fix LPE initialization and enable ACPI mode 2016-03-13 03:07:16 +01:00
lpss.c intel/fsp_baytrail: Enable LPSS in ACPI mode 2016-03-14 18:24:10 +01:00
Makefile.inc fsp_baytrail: Enable graphic init per default 2017-01-13 17:42:26 +01:00
memmap.c
northcluster.c MMCONF_SUPPORT: Consolidate resource registration 2016-12-07 13:00:56 +01:00
nvm.c spi: Clean up SPI flash driver interface 2016-11-22 17:32:09 +01:00
placeholders.c {cpu,soc}/intel: remove unused smm_init() function 2016-05-06 16:48:21 +02:00
pmutil.c
ramstage.c
reset.c
smihandler.c soc/intel/fsp_baytrail: use common Intel ACPI hardware definitions 2016-07-15 08:33:03 +02:00
smm.c
southcluster.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
spi.c spi: Get rid of SPI_ATOMIC_SEQUENCING 2016-12-23 04:54:55 +01:00
tsc_freq.c