Attention is currently required from: Mike Banon.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57319
to look at the new patch set (#2).
Change subject: src/device/Kconfig: introduce the AMD_DGPU_WITHOUT_EEPROM symbols
......................................................................
src/device/Kconfig: introduce the AMD_DGPU_WITHOUT_EEPROM symbols
Some platforms like Lenovo G505S have the motherboard versions
with the onboard AMD discrete GPU without its own dedicated EEPROM
storage for VGA Option ROM. For such a discrete GPU to be usable
with coreboot, the PCI init of GPUs has to be done differently.
These AMD_DGPU_WITHOUT_EEPROM symbols can help for such cases.
Change-Id: I424f93961c9d4a856dd6f5285417597cb117084d
Signed-off-by: Mike Banon <mike.banon(a)3mdeb.com>
---
M src/device/Kconfig
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/57319/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/57319
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I424f93961c9d4a856dd6f5285417597cb117084d
Gerrit-Change-Number: 57319
Gerrit-PatchSet: 2
Gerrit-Owner: Mike Banon <mikebdp2(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Mike Banon <mikebdp2(a)gmail.com>
Gerrit-MessageType: newpatchset
Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57319 )
Change subject: src/device/Kconfig: introduce the AMD_DGPU_WITHOUT_EEPROM symbols
......................................................................
src/device/Kconfig: introduce the AMD_DGPU_WITHOUT_EEPROM symbols
Some platforms like Lenovo G505S have the motherboard versions
with the onboard AMD discrete GPU without its own dedicated EEPROM
storage for VGA Option ROM. For such a discrete GPU to be usable
with coreboot, the PCI init of GPUs has to be done differently.
These AMD_DGPU_WITHOUT_EEPROM symbols can help for such cases.
Change-Id: I424f93961c9d4a856dd6f5285417597cb117084d
---
M src/device/Kconfig
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/57319/1
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 5ae3466..3df5d79 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -58,6 +58,23 @@
Selected by mainboards that implement support for `libgfxinit`.
Usually this requires a list of ports to be probed for displays.
+config MAINBOARD_HAS_AMD_DGPU_WITHOUT_EEPROM
+ def_bool n
+ help
+ Selected by mainboards that have the onboard AMD discrete GPU
+ without its own dedicated EEPROM storage for VGA Option ROM.
+
+config AMD_DGPU_WITHOUT_EEPROM
+ def_bool n
+ prompt "AMD discrete GPU without EEPROM"
+ depends on MAINBOARD_HAS_AMD_DGPU_WITHOUT_EEPROM
+ help
+ Some platforms like Lenovo G505S have the motherboard versions
+ with the onboard AMD discrete GPU without its own dedicated EEPROM
+ storage for VGA Option ROM. For such a discrete GPU to be usable
+ with coreboot, the PCI initialization has to be done differently.
+ Enable this option if your motherboard has such a discrete GPU.
+
choice
prompt "Graphics initialization"
default NO_GFX_INIT if VGA_ROM_RUN_DEFAULT && PAYLOAD_SEABIOS
--
To view, visit https://review.coreboot.org/c/coreboot/+/57319
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I424f93961c9d4a856dd6f5285417597cb117084d
Gerrit-Change-Number: 57319
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Banon <mikebdp2(a)gmail.com>
Gerrit-MessageType: newchange
Attention is currently required from: Furquan Shaikh, Tim Wawrzynczak, Sumeet R Pawnikar, Patrick Rudolph, Karthik Ramasubramanian.
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57035 )
Change subject: soc/intel/alderlake: set power limits dynamically for thermal
......................................................................
Patch Set 8:
(1 comment)
File src/soc/intel/alderlake/systemagent.c:
https://review.coreboot.org/c/coreboot/+/57035/comment/0fd78215_84919ff6
PS8, Line 74: sa_pci_id = sa ? pci_read_config16(sa, PCI_DEVICE_ID) : 0xFFFF;
> Halt might not be good option, as per flow we show below line 90 error message.
If 0xFFFF we can skip the for loop. IDK, but PCI_DEVICE_ID shouldn't fail for SA ID? Tim, WDYT?
--
To view, visit https://review.coreboot.org/c/coreboot/+/57035
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic331a3debb076ef08a312a31edc1468974fd4902
Gerrit-Change-Number: 57035
Gerrit-PatchSet: 8
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Furquan Shaikh <furquan(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Wed, 01 Sep 2021 16:03:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Comment-In-Reply-To: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-MessageType: comment
Attention is currently required from: Derek Huang, Brandon Breitenstein, Curtis Chen.
Zhuohao Lee has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57139 )
Change subject: mb/google/volteer: Create APIs for USB-C DP alternate mode support
......................................................................
Patch Set 9:
(3 comments)
File src/mainboard/google/volteer/mainboard.c:
https://review.coreboot.org/c/coreboot/+/57139/comment/68c42052_b5763988
PS9, Line 155: if ((ret = google_chromeec_usb_get_pd_mux_info(port, &mux_flags)) < 0)
Maybe can rephrase to:
ret = google_chromeec_usb_get_pd_mux_info(port, &mux_flags);
if ( ret != 0) {
...
return ret;
}
https://review.coreboot.org/c/coreboot/+/57139/comment/1ae1bda4_d18f5d3f
PS9, Line 161: /* If port is connected */
Do you mean the mux_flags is not empty then the port is connected? The mux_flags is used to return the mux_state, do you need to check the state to make sure the port is connected?
File src/soc/intel/common/block/tcss/tcss.c:
https://review.coreboot.org/c/coreboot/+/57139/comment/59b71f18_abace17e
PS9, Line 296: WAIT_FOR_DISPLAYPORT_TIMEOUT
If there are 3 typec ports and if the port 0, 1 don't connect the external display and port2 connects the external display, we will need around 3 * WAIT_FOR_DISPLAYPORT_TIMEOUT + WAIT_FOR_HPD_TIMEOUT = 6 second to light up the dev screen in the worst case right?
--
To view, visit https://review.coreboot.org/c/coreboot/+/57139
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia7e6dd952d3183ecb76de6d4887ee573ef89bb50
Gerrit-Change-Number: 57139
Gerrit-PatchSet: 9
Gerrit-Owner: Derek Huang <derek.huang(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Brandon Breitenstein <brandon.breitenstein(a)intel.com>
Gerrit-Reviewer: Curtis Chen <curtis.chen(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Curtis Chen <curtis.chen(a)intel.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Attention: Derek Huang <derek.huang(a)intel.corp-partner.google.com>
Gerrit-Attention: Brandon Breitenstein <brandon.breitenstein(a)intel.com>
Gerrit-Attention: Curtis Chen <curtis.chen(a)intel.com>
Gerrit-Attention: Curtis Chen <curtis.chen(a)intel.corp-partner.google.com>
Gerrit-Comment-Date: Wed, 01 Sep 2021 15:49:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment