Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41625 )
Change subject: soc/amd/picasso: Add generic SMU service request
......................................................................
Patch Set 1:
(1 comment)
I'm reworking this patch right now
https://review.coreboot.org/c/coreboot/+/41625/1/src/soc/amd/picasso/smu.c
File src/soc/amd/picasso/smu.c:
https://review.coreboot.org/c/coreboot/+/41625/1/src/soc/amd/picasso/smu.c@2...
PS1, Line 29: if (!smu_read32(REG_ADDR_MESG_RESP)) {
this is very likely wrong; should probably be if (smu_read32(REG_ADDR_MESG_RESP))
--
To view, visit
https://review.coreboot.org/c/coreboot/+/41625
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ide431aa976cb2f8bdc248cb08aa0724a9596ac5a
Gerrit-Change-Number: 41625
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Marshall Dawson
marshall.dawson@amd.corp-partner.google.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Tue, 26 May 2020 14:46:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment