Andrey Petrov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34678 )
Change subject: common/block/imc: Add Integrated Memory Controller (IMC) driver
......................................................................
Patch Set 8:
(4 comments)
https://review.coreboot.org/c/coreboot/+/34678/4/src/soc/intel/common/block/...
File src/soc/intel/common/block/imc/imc.c:
https://review.coreboot.org/c/coreboot/+/34678/4/src/soc/intel/common/block/...
PS4, Line 32: #define SMBSTAT_RDO (1 << 31) /* Read Data Valid */
1u
Ack
https://review.coreboot.org/c/coreboot/+/34678/4/src/soc/intel/common/block/...
PS4, Line 37: #define SMBCMD_TRIGGER (1 << 31) /* CMD Trigger */
1u
Ack
https://review.coreboot.org/c/coreboot/+/34678/4/src/soc/intel/common/block/...
PS4, Line 96: int
any reason to use int vs bool if only returning 0 and -1?
no hard reason as such, but just to follow other driver
https://review.coreboot.org/c/coreboot/+/34678/4/src/soc/intel/common/block/...
PS4, Line 130: cntlbits = pci_mmio_read_config32(dev, SMBCNTL(mcid));
this has been discussed offline. […]
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34678
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idbcda1c2273b9a5721fcd9470b4de182192779e7
Gerrit-Change-Number: 34678
Gerrit-PatchSet: 8
Gerrit-Owner: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Alexandru Gagniuc
alexandrux.gagniuc@intel.com
Gerrit-Reviewer: Amol N Sukerkar
amol.n.sukerkar@intel.com
Gerrit-Reviewer: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Mon, 12 Aug 2019 21:30:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
patrick.rudolph@9elements.com
Comment-In-Reply-To: Matt DeVillier
matt.devillier@gmail.com
Comment-In-Reply-To: Andrey Petrov
anpetrov@fb.com
Gerrit-MessageType: comment