Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38200 )
Change subject: src/device/Kconfig: introduce the MULTIPLE_VGA_ADAPTERS symbols
......................................................................
src/device/Kconfig: introduce the MULTIPLE_VGA_ADAPTERS symbols
Some motherboards may have more than one VGA adapter - for example,
there are versions of Lenovo G505S that have a discrete VGA adapter
in addition to its' integrated VGA adapter which is a part of APU.
MULTIPLE_VGA_ADAPTERS Kconfig symbols, combined with other changes,
will help to get a discrete VGA adapter working at these boards.
Signed-off-by: Mike Banon <mikebdp2(a)gmail.com>
Change-Id: I03133a45f28251291008267e5c9b10f805c0003a
---
M src/device/Kconfig
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/38200/1
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 0bd9fe1..979ad90 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -63,6 +63,11 @@
Selected by mainboards that implement support for `libgfxinit`.
Usually this requires a list of ports to be probed for displays.
+config MAINBOARD_HAS_MULTIPLE_VGA_ADAPTERS
+ bool
+ help
+ Selected by mainboards that have or support multiple VGA adapters.
+
choice
prompt "Graphics initialization"
default NO_GFX_INIT if VGA_BIOS && PAYLOAD_SEABIOS
@@ -261,8 +266,15 @@
Enable this option for a good compromise between security and speed.
config MULTIPLE_VGA_ADAPTERS
+ prompt "Multiple VGA Adapters"
bool
+ depends on MAINBOARD_HAS_MULTIPLE_VGA_ADAPTERS
default n
+ help
+ Some motherboards may have more than one VGA adapter - for example,
+ there are versions of Lenovo G505S that have a discrete VGA adapter
+ in addition to its' integrated VGA adapter which is a part of APU.
+ Enable this option to try to initialize this discrete VGA adapter.
menu "Display"
depends on HAVE_VGA_TEXT_FRAMEBUFFER || HAVE_LINEAR_FRAMEBUFFER
--
To view, visit https://review.coreboot.org/c/coreboot/+/38200
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I03133a45f28251291008267e5c9b10f805c0003a
Gerrit-Change-Number: 38200
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Banon <mikebdp2(a)gmail.com>
Gerrit-MessageType: newchange
Hello Iru Cai,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/46831
to review the following change.
Change subject: [WIP] inteltool: Also print LynxPoint IOBP for WildcatPoint-LP
......................................................................
[WIP] inteltool: Also print LynxPoint IOBP for WildcatPoint-LP
Change-Id: I85892bfaf278a4a973e7e54c66b212b528840f60
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
---
M util/inteltool/iobp.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/46831/1
diff --git a/util/inteltool/iobp.c b/util/inteltool/iobp.c
index 831443b..4d6e04b 100644
--- a/util/inteltool/iobp.c
+++ b/util/inteltool/iobp.c
@@ -177,6 +177,8 @@
case PCI_DEVICE_ID_INTEL_C224:
case PCI_DEVICE_ID_INTEL_C226:
case PCI_DEVICE_ID_INTEL_H81:
+ case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_PREM:
+ case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP:
iobp_registers = lynxpoint_iobp_registers;
iobp_size = ARRAY_SIZE(lynxpoint_iobp_registers);
break;
--
To view, visit https://review.coreboot.org/c/coreboot/+/46831
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I85892bfaf278a4a973e7e54c66b212b528840f60
Gerrit-Change-Number: 46831
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai (vimacs) <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: newchange
Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/gerrit-avatars/+/42290 )
Change subject: [TESTONLY, DONOTMERGE] Change someone else's profile picture
......................................................................
[TESTONLY, DONOTMERGE] Change someone else's profile picture
CB:39926 added an extra southbridge to test things, so we respond by
doing the same kind of thing but with a northbridge instead :-P
Change-Id: I34f127e1653194b51573f6a929cb4aeab6b03a9f
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
A 1000145.jpg
1 file changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/gerrit-avatars refs/changes/90/42290/1
diff --git a/1000145.jpg b/1000145.jpg
new file mode 100644
index 0000000..958accd
--- /dev/null
+++ b/1000145.jpg
Binary files differ
--
To view, visit https://review.coreboot.org/c/gerrit-avatars/+/42290
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: gerrit-avatars
Gerrit-Branch: master
Gerrit-Change-Id: I34f127e1653194b51573f6a929cb4aeab6b03a9f
Gerrit-Change-Number: 42290
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: newchange