Nicola Corna has posted comments on this change. ( https://review.coreboot.org/18564 )
Change subject: mainboard: Add Sapphire Pure Platinum H61
......................................................................
Patch Set 13:
(1 comment)
> Nice that you hooked up libgfxinit!
Unfortunately I've just noticed that, with libgfxinit, the GPU doesn't work after a S3 resume.
> Please provide raminit logs for both failing and working case. Did you try the pending ivybridge raminit patches? They might increase raminit stability.
Unfortunately I can't reproduce the working case, but I can provide you the log of a failed raminit, as soon as I obtain a USB debugger.
https://review.coreboot.org/#/c/18564/13//COMMIT_MSG
Commit Message:
PS13, Line 47: * If an external card is inserted and the option
: ONBOARD_VGA_IS_PRIMARY is not enabled, the internal GPU
: disappears completely from the PCI bus.
> This is the result of the combination of disable_peg() in nb/sandybridge/no
IMO, this is completely an unexpected behaviour, as many users (me included) use both the GPUs. The OEM bios didn't show the integrated GPU as well, which led me to think that my integrated GPU was dead.
I'll give a look at the code and add a NVRAM switch if I can.
--
To view, visit https://review.coreboot.org/18564
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I76aca2cfc4708c1728ae03ee4f6bc59d976c28a0
Gerrit-PatchSet: 13
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/18952 )
Change subject: soc/intel/common/block: Add Intel common UART code
......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/#/c/18952/2/src/soc/intel/common/block/uart/uar…
File src/soc/intel/common/block/uart/uart.c:
Line 39: tmp = read32(base + UART_CLK);
> I really don't think we should be doing a read modify write. If the values
Okay.Revised for direct write since registers are getting programmed for first time post reset.
PS2, Line 40: N_VAL
> These are not very descriptive w.r.t. to the global namespace of the pre-pr
Done.
Line 41: UART_CLK_EN | UART_CLK_UPDATE;
> I see skylake is doing this in one full swoop. Is that appropriate for all?
revised to program n and m values with clock update flag and then enabling the clock on next write
--
To view, visit https://review.coreboot.org/18952
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I3843fac88cfb7bbb405be50d69f555b274f0d72a
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/18991
to look at the new patch set (#3).
Change subject: util/amdfwtool: Add fanless SMU firmware
......................................................................
util/amdfwtool: Add fanless SMU firmware
The Stoney Ridge program has OPNs that are considered fanless. These
APUs are strapped to search for unique SMU firmware, indicated by
Type[8]=1 in the directory table entry.
Add new options to amdfwtool and include the blobs in the build with
the appropriate bit set in the Type encoding.
Original-Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Original-Reviewed-by: Marc Jones <marcj303(a)gmail.com>
(cherry picked from commit 8df0d6847c39bb021271983018ac6f448f9ff9da)
Change-Id: I4b80ccf8fd9644f9a9d300e6c67aed9834a2c7a7
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
---
M util/amdfwtool/amdfwtool.c
1 file changed, 85 insertions(+), 63 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/18991/3
--
To view, visit https://review.coreboot.org/18991
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4b80ccf8fd9644f9a9d300e6c67aed9834a2c7a7
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)