HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/23386 )
Change subject: drivers/intel/fsp2_0: Add support to display FSP version info Hob
......................................................................
Patch Set 10:
(2 comments)
https://review.coreboot.org/c/coreboot/+/23386/10/src/drivers/intel/fsp2_0/…
File src/drivers/intel/fsp2_0/hand_off_block.c:
https://review.coreboot.org/c/coreboot/+/23386/10/src/drivers/intel/fsp2_0/…
PS10, Line 238: size -= sizeof(SMBIOS_STRUCTURE);
Not used
https://review.coreboot.org/c/coreboot/+/23386/10/src/drivers/intel/fsp2_0/…
PS10, Line 274: str_ptr = (char *)((uintptr_t)str_ptr + cnt +
: sizeof(uint8_t));
this is a same as at line #269
--
To view, visit https://review.coreboot.org/c/coreboot/+/23386
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib749e49a9f263d85947b60d4c445faf8c37f5931
Gerrit-Change-Number: 23386
Gerrit-PatchSet: 10
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Subrata Banik <subi.banik(a)gmail.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sun, 20 Oct 2019 07:44:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35898 )
Change subject: [TESTME] 3rdparty/libgfxinit: Update submodule pointer
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35898/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35898/2//COMMIT_MSG@21
PS2, Line 21: ones.
> Could this be moved to the previous line, pleeease? :D
Done, but I had to also realign some more lines, otherwise it would
have destroyed the right alignment.
Let me know if you find the new version aesthetically pleasing enough.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35898
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0a90bd4afe2091699a46a5a1323af9723ff43018
Gerrit-Change-Number: 35898
Gerrit-PatchSet: 3
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Sat, 19 Oct 2019 09:46:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Hello Angel Pons, Matt DeVillier, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35898
to look at the new patch set (#3).
Change subject: [TESTME] 3rdparty/libgfxinit: Update submodule pointer
......................................................................
[TESTME] 3rdparty/libgfxinit: Update submodule pointer
This includes a huge set of refactorings to support Core Display Clock
(CDClk) frequency switching based on the current mode requirements.
The CDClk is configurable since Haswell and runtime switching is suppor-
ted since Broadwell. Always using the lowest possible frequency setting
should allow some power-savings. While, on the upper end, we can support
higher resolution panels now, without having to change the static confi-
guration.
There have also been some smaller changes and fixes, including:
o Parsing of eDP 1.4+ DPCD link rates, enables panels that don't
advertise a maximum link rate but only individual ones.
o DP support for Ibex Peak.
o Corrected limit for HDMI on G45 to 165MHz.
o Reworked GMBUS reset handling and timeouts, should help with
stalled GMBUS controllers when unimplemented ports were probed
by accident.
Change-Id: I0a90bd4afe2091699a46a5a1323af9723ff43018
Signed-off-by: Nico Huber <nico.h(a)gmx.de>
---
M 3rdparty/libgfxinit
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/35898/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/35898
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0a90bd4afe2091699a46a5a1323af9723ff43018
Gerrit-Change-Number: 35898
Gerrit-PatchSet: 3
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: newpatchset