diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-08-02 15:05:16 +0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2021-08-03 00:03:14 +0800 |
commit | 9feb5bdcc07b27806df07fd6b9260bb5cdef072d (patch) | |
tree | 22b5ba30c46d7ca3f5ad64c20cc4df27c871076a | |
parent | c71d5fb717294ed9e46fc9a5855e8a1878b56f85 (diff) | |
download | u-boot-9feb5bdcc07b27806df07fd6b9260bb5cdef072d.zip u-boot-9feb5bdcc07b27806df07fd6b9260bb5cdef072d.tar.gz u-boot-9feb5bdcc07b27806df07fd6b9260bb5cdef072d.tar.bz2 |
x86: crownbay: Use external graphics card by default
The board routes the Integrated Graphics Device (IGD) to an LVDS
panel, which is less popular than a PCIe based graphics card.
Disable the IGD so that it does not show up in the PCI configuration
space as a VGA display controller, so we can use an external PCIe
graphics card with whatever cable we have.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/crownbay_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 1208aad..d7ee0fe 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -8,9 +8,8 @@ CONFIG_MAX_CPUS=2 CONFIG_DEFAULT_DEVICE_TREE="crownbay" CONFIG_VENDOR_INTEL=y CONFIG_TARGET_CROWNBAY=y +CONFIG_DISABLE_IGD=y CONFIG_SMP=y -CONFIG_HAVE_VGA_BIOS=y -CONFIG_VGA_BIOS_ADDR=0xfffa0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_FIT=y |