[coreboot-gerrit] Change in coreboot[master]: src/soc/intel/braswell/include/soc/iomap.h: Correct IO_BASE_SIZE and ...

Frans Hendriks (Code Review) gerrit at coreboot.org
Wed Oct 31 14:14:09 CET 2018


Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/29392


Change subject: src/soc/intel/braswell/include/soc/iomap.h: Correct IO_BASE_SIZE and ILB_BASE_SIZE
......................................................................

src/soc/intel/braswell/include/soc/iomap.h: Correct IO_BASE_SIZE and ILB_BASE_SIZE

The sizes of IO_BASE and ILB_BASE areas a incorrect.
Correct IO_BASE_SIZE and ILB_BASE_SIZE values.

BUG=N/A
TEST=Intel CherryHill CRB

Change-Id: I23c3fd608598c5ec2271d393168ac4bf406772b4
Signed-off-by: Frans Hendriks <fhendriks at eltan.com>
---
M src/soc/intel/braswell/include/soc/iomap.h
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/29392/1

diff --git a/src/soc/intel/braswell/include/soc/iomap.h b/src/soc/intel/braswell/include/soc/iomap.h
index c61983b..f49993e 100644
--- a/src/soc/intel/braswell/include/soc/iomap.h
+++ b/src/soc/intel/braswell/include/soc/iomap.h
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2013 Google Inc.
  * Copyright (C) 2015 Intel Corp.
+ * Copyright (C) 2018 Eltan B.V.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,7 +36,7 @@
 
 /* IO Memory */
 #define IO_BASE_ADDRESS			0xfed80000
-#define IO_BASE_SIZE			0x4000
+#define IO_BASE_SIZE			0x40000
 #define COMMUNITY_OFFSET_GPSOUTHWEST            0x00000
 #define COMMUNITY_OFFSET_GPNORTH                0x08000
 #define COMMUNITY_OFFSET_GPEAST                 0x10000
@@ -43,7 +44,7 @@
 
 /* Intel Legacy Block */
 #define ILB_BASE_ADDRESS		0xfed08000
-#define ILB_BASE_SIZE			0x400
+#define ILB_BASE_SIZE			0x2000
 
 /* SPI Bus */
 #define SPI_BASE_ADDRESS		0xfed01000

-- 
To view, visit https://review.coreboot.org/29392
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I23c3fd608598c5ec2271d393168ac4bf406772b4
Gerrit-Change-Number: 29392
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks at eltan.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181031/adf6988d/attachment.html>


More information about the coreboot-gerrit mailing list