summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2019-04-03 00:44:28 +0300
committerNico Huber <nico.h@gmx.de>2019-04-06 13:12:41 +0000
commit0de6c5074451cd12a56f35dd922a3d03b6f0a00d (patch)
tree123da5948aea7460f789af028f32de64d1cf08ff /src/mainboard/asrock
parent0bec504642a03c8a2a7a2a8f6d424c935f0c2cba (diff)
downloadcoreboot-0de6c5074451cd12a56f35dd922a3d03b6f0a00d.tar.xz
mb/asrock/h110m: Set PEG as primary GFX device
If an external graphics card is inserted in the PEG, it will be used as the primary display device (as in the AMI BIOS) Change-Id: Iea846179fc309c2b98093de37c05ceb332081f4f Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32172 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r--src/mainboard/asrock/h110m/devicetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asrock/h110m/devicetree.cb b/src/mainboard/asrock/h110m/devicetree.cb
index 397da3727f..b0756cae1f 100644
--- a/src/mainboard/asrock/h110m/devicetree.cb
+++ b/src/mainboard/asrock/h110m/devicetree.cb
@@ -46,6 +46,7 @@ chip soc/intel/skylake
register "ScsSdCardEnabled" = "0"
register "HeciEnabled" = "0"
register "SkipExtGfxScan" = "0"
+ register "PrimaryDisplay" = "Display_PEG"
register "Device4Enable" = "1"
register "SaGv" = "SaGv_Enabled"
register "PmTimerDisabled" = "0"