[coreboot-gerrit] Change in coreboot[master]: northbridge/via/cn700: Add a default VGA BIOS id

Martin Roth (Code Review) gerrit at coreboot.org
Fri Apr 14 17:14:32 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/18895 )

Change subject: northbridge/via/cn700: Add a default VGA BIOS id
......................................................................


northbridge/via/cn700: Add a default VGA BIOS id

This is the actual PCI Id of the internal graphics.

Change-Id: I2a25ed35a5b01de6da905619fa9fce96738d1c0e
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
Reviewed-on: https://review.coreboot.org/18895
Tested-by: build bot (Jenkins)
Reviewed-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/northbridge/via/cn700/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Arthur Heymans: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/src/northbridge/via/cn700/Kconfig b/src/northbridge/via/cn700/Kconfig
index 98af4e8..4491e62 100644
--- a/src/northbridge/via/cn700/Kconfig
+++ b/src/northbridge/via/cn700/Kconfig
@@ -36,3 +36,7 @@
 	default 64  if CN700_VIDEO_MB_64MB
 	default 128 if CN700_VIDEO_MB_128MB
 	depends on NORTHBRIDGE_VIA_CN700
+
+config VGA_BIOS_ID
+	string
+	default "1106,3344"

-- 
To view, visit https://review.coreboot.org/18895
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2a25ed35a5b01de6da905619fa9fce96738d1c0e
Gerrit-PatchSet: 6
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lubomir Rintel <lkundrak at v3.sk>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Lubomir Rintel <lkundrak at v3.sk>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list