[WHL][CFL] Fix invalid config in default GFX CFGDATA (#214)

ConfigEditor returns a warning in GPU Config page.
  WARNING: Value '2' is an invalid option for 'InternalGfx' !
  Update InternalGfx from 0x02 to 0x01 !

The InternalGfx does not provide proper options and its default value
must be '1' or '0' instead of '2'.

Additionally, renamed 'GPU Config' page name to 'Graphic and Display'
and also removed unnecessary sub-page 'GPU'.

Signed-off-by: Aiden Park <aiden.park@intel.com>
This commit is contained in:
Aiden Park
2019-06-26 16:45:32 -07:00
committed by GitHub
parent 2f99e469dc
commit a7a291af0a
@@ -5,8 +5,7 @@
#
##
# !BSF PAGES:{GPU:SIL:"GPU"}
# !BSF PAGES:{GPU_CFG:GPU:"GPU Config"}
# !BSF PAGES:{GPU_CFG:SIL:"Graphic & Display"}
# !BSF PAGE:{GPU_CFG}
@@ -26,8 +25,9 @@
gCfgData.ApertureSize | * | 0x01 | 0x01
# !BSF NAME:{Internal Graphics} TYPE:{Combo} OPTION:{$EN_DIS}
# !BSF OPTION:{1:Enable, 0:Disable}
# !BSF HELP:{Enable/disable internal graphics.}
gCfgData.InternalGfx | * | 0x01 | 0x02
gCfgData.InternalGfx | * | 0x01 | 0x01
# !BSF NAME:{Selection of the primary display device} TYPE:{Combo}
# !BSF OPTION:{0:iGFX, 1:PEG, 2:PCIe Graphics on PCH, 3:AUTO, 4:Switchable Graphics}