Brandon Breitenstein has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37871 )
Change subject: soc/intel/common/block: Enable PMC IPC driver
......................................................................
Patch Set 10:
(4 comments)
https://review.coreboot.org/c/coreboot/+/37871/7/src/soc/intel/common/block/...
File src/soc/intel/common/block/pmc/pmclib.c:
https://review.coreboot.org/c/coreboot/+/37871/7/src/soc/intel/common/block/...
PS7, Line 25: #include <soc/pm.h>
: #include <stdint.h>
: #include <string.h>
: #include <timer.h>
: #include <types.h>
: #include <security/vboot/vboot_common.h>
Will sort this was put in unsorted before the addition of the new includes (vboot_common was at bott […]
Done
https://review.coreboot.org/c/coreboot/+/37871/7/src/soc/intel/common/block/...
PS7, Line 608: read32
this is just reading the status register nothing is actually getting sent to PMC here. […]
Ack
https://review.coreboot.org/c/coreboot/+/37871/7/src/soc/intel/common/block/...
PS7, Line 622: uint8_t
const uint8_t *?
Done
https://review.coreboot.org/c/coreboot/+/37871/7/src/soc/intel/common/block/...
PS7, Line 627: 4
the maximum size for any PMC command is 4 hence using it here in case this needs to be expanded for […]
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/37871
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibd3ed262fc700ccc891ec68997a108f5bfbaf9ed
Gerrit-Change-Number: 37871
Gerrit-PatchSet: 10
Gerrit-Owner: Shaunak Saha
shaunak.saha@intel.com
Gerrit-Reviewer: Brandon Breitenstein
brandon.breitenstein@intel.com
Gerrit-Reviewer: Keith Short
keithshort@chromium.org
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Raj Astekar
raj.astekar@intel.com
Gerrit-Reviewer: Ravishankar Sarawadi
ravishankar.sarawadi@intel.com
Gerrit-Reviewer: Shaunak Saha
shaunak.saha@intel.com
Gerrit-Reviewer: Srinidhi N Kaushik
srinidhi.n.kaushik@intel.com
Gerrit-Reviewer: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: caveh jalali
caveh@chromium.org
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-CC: Vijay P Hiremath
vijay.p.hiremath@intel.com
Gerrit-Comment-Date: Thu, 30 Jan 2020 23:21:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Brandon Breitenstein
brandon.breitenstein@intel.com
Comment-In-Reply-To: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Comment-In-Reply-To: caveh jalali
caveh@chromium.org
Gerrit-MessageType: comment