[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: Remove double definition for wideio

Richard Spiegel (Code Review) gerrit at coreboot.org
Wed Oct 17 19:06:13 CEST 2018


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/29168


Change subject: soc/amd/stoneyridge: Remove double definition for wideio
......................................................................

soc/amd/stoneyridge: Remove double definition for wideio

WIDEIO_RANGE_ERROR and TOTAL_WIDEIO_PORTS are defined twice. Remove the
definitions within MMIO definitions, as wideio is not related to MMIO.

BUG=b:117814228
TEST=Build grunt.

Change-Id: I370a5b387b908fe7a840eb7579d45c1a6a9ca615
Signed-off-by: Richard Spiegel <richard.spiegel at silverbackltd.com>
---
M src/soc/amd/stoneyridge/include/soc/southbridge.h
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/29168/1

diff --git a/src/soc/amd/stoneyridge/include/soc/southbridge.h b/src/soc/amd/stoneyridge/include/soc/southbridge.h
index b9dc62a..9f940c0 100644
--- a/src/soc/amd/stoneyridge/include/soc/southbridge.h
+++ b/src/soc/amd/stoneyridge/include/soc/southbridge.h
@@ -158,9 +158,6 @@
 #define   DEBUG_PORT_ENABLE		  BIT(18)
 #define   DEBUG_PORT_MASK		(BIT(16) | BIT(17) | BIT(18))
 
-#define WIDEIO_RANGE_ERROR		-1
-#define TOTAL_WIDEIO_PORTS		3
-
 /* FCH AOAC Registers 0xfed81e00 */
 #define FCH_AOAC_D3_CONTROL_CLK_GEN	0x40
 #define FCH_AOAC_D3_CONTROL_I2C0	0x4a

-- 
To view, visit https://review.coreboot.org/29168
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: I370a5b387b908fe7a840eb7579d45c1a6a9ca615
Gerrit-Change-Number: 29168
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181017/df9eb9de/attachment-0001.html>


More information about the coreboot-gerrit mailing list