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 2:
(4 comments)
still needs to be tested on real hardware
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 21: smu_poll_response
Can you make this return the response value..
Done
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))
Done
https://review.coreboot.org/c/coreboot/+/41625/1/src/soc/amd/picasso/smu.c@4...
PS1, Line 47:
The PPR says: […]
Not sure if that's really needed in practice, but I've added it
https://review.coreboot.org/c/coreboot/+/41625/1/src/soc/amd/picasso/smu.c@5...
PS1, Line 56:
Check the response value: […]
Done
--
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: 2
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-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Tue, 26 May 2020 15:12:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Raul Rangel
rrangel@chromium.org
Comment-In-Reply-To: Felix Held
felix-coreboot@felixheld.de
Gerrit-MessageType: comment