[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Include HECI BAR0 address inside iomap.h

Subrata Banik (Code Review) gerrit at coreboot.org
Thu Nov 9 10:39:12 CET 2017


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


Change subject: soc/intel/apollolake: Include HECI BAR0 address inside iomap.h
......................................................................

soc/intel/apollolake: Include HECI BAR0 address inside iomap.h

This ensures HECI1_BASE_ADDRESS macro is coming from respective
SoC dirctory and not hardcoded inside common cse code. As per
firmware specification HECI1_BASE_ADDRESS might be different
between different socs.

Change-Id: I502b5b41b449bb07f14f07435bf311bbd4f943b6
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/apollolake/include/soc/iomap.h
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/22393/1

diff --git a/src/soc/intel/apollolake/include/soc/iomap.h b/src/soc/intel/apollolake/include/soc/iomap.h
index c3eb66b..d4cd095 100644
--- a/src/soc/intel/apollolake/include/soc/iomap.h
+++ b/src/soc/intel/apollolake/include/soc/iomap.h
@@ -44,6 +44,8 @@
 #define SRAM_BASE_2			0xfe902000
 #define SRAM_SIZE_2			(4 * KiB)
 
+#define HECI1_BASE_ADDRESS		0xfed1a000
+
 /* Temporary BAR for SPI until PCI enumeration assigns a BAR in ramstage. */
 #define PRERAM_SPI_BASE_ADDRESS		0xfe010000
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I502b5b41b449bb07f14f07435bf311bbd4f943b6
Gerrit-Change-Number: 22393
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/20171109/250d3f71/attachment-0001.html>


More information about the coreboot-gerrit mailing list