diff mbox series

[v2,2/2] x86: crownbay: Use external graphics card by default

Message ID 20210802070516.758415-2-bmeng.cn@gmail.com
State Accepted
Commit 9feb5bdcc07b27806df07fd6b9260bb5cdef072d
Delegated to: Bin Meng
Headers show
Series [v2,1/2] x86: queensbay: Return directly if IGD / SDVO were already disabled | expand

Commit Message

Bin Meng Aug. 2, 2021, 7:05 a.m. UTC
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>
---

(no changes since v1)

 configs/crownbay_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Bin Meng Aug. 2, 2021, 4:05 p.m. UTC | #1
On Mon, Aug 2, 2021 at 3:05 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> 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>
> ---
>
> (no changes since v1)
>
>  configs/crownbay_defconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index 1208aad42f..d7ee0fe45e 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