From d001febf0b5594120dd422bcbe5736221471e0ca Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Tue, 13 May 2014 16:45:45 -0500 Subject: Create LPC Device Driver Split LPC function out from PNOR DD and incorporate Stradale changes Change-Id: I4162db1a9f52ba3c0c973438b7b70baeae00aee2 Origin: Google Shared Technology RTC: 97494 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11198 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi Reviewed-by: Douglas R. Gilbert Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/usr/hbotcompid.H | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/usr/hbotcompid.H') diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 7b610e99c..83a21cd6e 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -325,6 +325,15 @@ const compId_t GPIO_COMP_ID = 0x2300; const char GPIO_COMP_NAME[] = "gpio"; //@} +/** @name LPC + * Low Pin Count Bus + */ +//@{ +const compId_t LPC_COMP_ID = 0x2400; +const char LPC_COMP_NAME[] = "lpc"; +//@} + + /** @name RESERVED * Reserved component ID. x3100 is the component ID * of FipS ERRL component. Due to our use of -- cgit v1.2.1