Hello build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27808
to look at the new patch set (#2).
Change subject: mb/google/poppy/variants/rammus: add rammus devicetree.cb
......................................................................
mb/google/poppy/variants/rammus: add rammus devicetree.cb
Use the default value for Iccmax which is specified in vr_config.c.
The AcLoadline and DcLoadline keep the poppy value. Besides, the
USB 2.0 ports located on the mainboard are set to USB2_PORT_SHORT
and the others on the daughterboard are set to USB2_PORT_LONG.
Those setting need to be fine tuned later.
BUG=b:111579386
BRANCH=Master
TEST=Build pass
Change-Id: Icabfac04c94b3d480872c243d811509e274ef122
Signed-off-by: Zhuohao Lee <zhuohao(a)chromium.org>
---
M src/mainboard/google/poppy/Kconfig
A src/mainboard/google/poppy/variants/rammus/devicetree.cb
2 files changed, 337 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/27808/2
--
To view, visit https://review.coreboot.org/27808
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icabfac04c94b3d480872c243d811509e274ef122
Gerrit-Change-Number: 27808
Gerrit-PatchSet: 2
Gerrit-Owner: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Zhuohao Lee has posted comments on this change. ( https://review.coreboot.org/27808 )
Change subject: mb/google/poppy/variants/rammus: add rammus devicetree.cb
......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/27808/1/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/rammus/devicetree.cb:
https://review.coreboot.org/#/c/27808/1/src/mainboard/google/poppy/variants…
PS1, Line 47: 2
> 0?
Rammus will use SOC SDIO, so we need to enable this.
https://review.coreboot.org/#/c/27808/1/src/mainboard/google/poppy/variants…
PS1, Line 82: #| IccMax | 4A | 28A | 24A | 24A |
> This is already being set here: https://review.coreboot. […]
Thanks for point it out. i will remove the IccMax setting.
--
To view, visit https://review.coreboot.org/27808
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icabfac04c94b3d480872c243d811509e274ef122
Gerrit-Change-Number: 27808
Gerrit-PatchSet: 1
Gerrit-Owner: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 03 Aug 2018 00:03:35 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/27813 )
Change subject: soc/amd/stoneyridge: Enable spread spectrum in bootblock
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/27813/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/27813/1//COMMIT_MSG@7
PS1, Line 7: soc/amd/sto
> soc/amd/stoneyridge
Done
https://review.coreboot.org/#/c/27813/1/src/soc/amd/stoneyridge/southbridge…
File src/soc/amd/stoneyridge/southbridge.c:
https://review.coreboot.org/#/c/27813/1/src/soc/amd/stoneyridge/southbridge…
PS1, Line 610: enable_aoac_devices()
> Can this go earlier in this list?
I can move it up a bit. Needs to come after ACPI MMIO and CF9 since they are used to setup spread spectrum.
--
To view, visit https://review.coreboot.org/27813
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia036ea513ac67d4b8bcf5a78029d969a4ae012a6
Gerrit-Change-Number: 27813
Gerrit-PatchSet: 2
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Garrett Kirkendall <garrett.kirkendall(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 02 Aug 2018 21:58:12 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Garrett Kirkendall, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27813
to look at the new patch set (#2).
Change subject: soc/amd/stoneyridge: Enable spread spectrum in bootblock
......................................................................
soc/amd/stoneyridge: Enable spread spectrum in bootblock
setup_spread_spectrum is called in early_init, meaning the console is
not initialized yet. So you won't see boot block booting twice.
BUG=b:111610455
TEST=booted grunt and verified that AmdInitReset does not reboot. I had
AGESA patched to skip the JTAG check.
Change-Id: Ia036ea513ac67d4b8bcf5a78029d969a4ae012a6
Signed-off-by: Raul E Rangel <rrangel(a)chromium.org>
---
M src/soc/amd/stoneyridge/include/soc/southbridge.h
M src/soc/amd/stoneyridge/sb_util.c
M src/soc/amd/stoneyridge/southbridge.c
3 files changed, 89 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/27813/2
--
To view, visit https://review.coreboot.org/27813
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia036ea513ac67d4b8bcf5a78029d969a4ae012a6
Gerrit-Change-Number: 27813
Gerrit-PatchSet: 2
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Garrett Kirkendall <garrett.kirkendall(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>