[coreboot-gerrit] Change in coreboot[master]: soc/intel/common: Use HOST_CSR to get circular Buffer Depth

Subrata Banik (Code Review) gerrit at coreboot.org
Mon Nov 13 11:29:34 CET 2017


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/22444


Change subject: soc/intel/common: Use HOST_CSR to get circular Buffer Depth
......................................................................

soc/intel/common: Use HOST_CSR to get circular Buffer Depth

As per CSME BWG section 3.4.4.
The Circular Buffer Depth can find by checking B0:D22:F0
MMIO_HOST_CSR register.

Change-Id: I1d3c09077e040b5c32b3c8be867a07f392ea4e1c
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/common/block/cse/cse.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/22444/1

diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index 2c2cf47..b2f260d 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -329,7 +329,7 @@
 			break;
 		}
 
-		csr = read_cse_csr();
+		csr = read_host_csr();
 		cb_size = ((csr & CSR_CBD) >> CSR_CBD_START) * SLOT_SIZE;
 		/*
 		 * Reserve one slot for the header. Limit max message

-- 
To view, visit https://review.coreboot.org/22444
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d3c09077e040b5c32b3c8be867a07f392ea4e1c
Gerrit-Change-Number: 22444
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171113/4ca33397/attachment-0001.html>


More information about the coreboot-gerrit mailing list