mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
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>
This commit is contained in:
parent
c71d5fb717
commit
9feb5bdcc0
@ -8,9 +8,8 @@ CONFIG_MAX_CPUS=2
|
|||||||
CONFIG_DEFAULT_DEVICE_TREE="crownbay"
|
CONFIG_DEFAULT_DEVICE_TREE="crownbay"
|
||||||
CONFIG_VENDOR_INTEL=y
|
CONFIG_VENDOR_INTEL=y
|
||||||
CONFIG_TARGET_CROWNBAY=y
|
CONFIG_TARGET_CROWNBAY=y
|
||||||
|
CONFIG_DISABLE_IGD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_HAVE_VGA_BIOS=y
|
|
||||||
CONFIG_VGA_BIOS_ADDR=0xfffa0000
|
|
||||||
CONFIG_GENERATE_PIRQ_TABLE=y
|
CONFIG_GENERATE_PIRQ_TABLE=y
|
||||||
CONFIG_GENERATE_MP_TABLE=y
|
CONFIG_GENERATE_MP_TABLE=y
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user