coreboot/src
Maxim Polyakov de08ae1080 soc/intel/skylake: Update GFX devtree options
This patch includes the following changes:

 1. Sets FSP options in romstage_fsp20.c to select primary GPU.
    List of options:
      - InternalGfx,
      - PrimaryDisplay.

 2. iGPU will be initialized if the corresponding PCI device is defined
    in the device tree as:

      device pci 02.0 on end

    In this case, it is not necessary to set the InternalGfx option to
    enable this device

 3. Primary_iGFX is used as the default value for all skl/kbl boards
    (since the PrimaryDisplay option isn`t defined in the devicetree.cb)

Change-Id: Ie3f9362676105e41c69139a094dbb9e8b865689f
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-04-06 13:11:25 +00:00
..
acpi
arch src: Use include <reset.h> when appropriate 2019-03-29 20:00:20 +00:00
commonlib Make common macros double-evaluation safe 2019-04-04 19:38:31 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu cpu/ti/am335x: Fix checkpatch warnings 2019-04-01 07:54:40 +00:00
device vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS 2019-04-02 13:08:43 +00:00
drivers drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure 2019-04-05 12:39:51 +00:00
ec src: Use include <reset.h> when appropriate 2019-03-29 20:00:20 +00:00
include assert: Make dead_code() work at link-time instead of compile-time 2019-04-01 07:57:00 +00:00
lib vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS 2019-04-02 13:08:43 +00:00
mainboard mb/google/hatch: Move I2C/SPI options to override tree 2019-04-04 17:41:57 +00:00
northbridge vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases 2019-04-01 07:56:48 +00:00
security vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCH 2019-04-04 10:33:38 +00:00
soc soc/intel/skylake: Update GFX devtree options 2019-04-06 13:11:25 +00:00
southbridge src: Use include <reset.h> when appropriate 2019-03-29 20:00:20 +00:00
superio src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vendorcode Make common macros double-evaluation safe 2019-04-04 19:38:31 +00:00
Kconfig x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00