From 11d47db77ef4d118c75e9e23ad8c4ca9663d0fff Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Fri, 16 May 2014 15:16:15 -0500 Subject: Merge GPIO commits from Stradale code base Change-Id: Ibadeb72f563d86aa933734c7db20a50b19485ac7 RTC: 97490 Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11501 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/hwpf_reasoncodes.H | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/usr/hwpf') diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H index 8533dab0a..d700cf857 100644 --- a/src/include/usr/hwpf/hwpf_reasoncodes.H +++ b/src/include/usr/hwpf/hwpf_reasoncodes.H @@ -5,7 +5,10 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* [+] Google Inc. */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -67,6 +70,7 @@ namespace fapi MOD_HOST_COALESCE_HOST = 0x1C, MOD_ATTR_OVERRIDE = 0x1D, MOD_PLAT_SPECIAL_WAKEUP = 0x1E, + MOD_PLAT_EN_VDDR = 0x1F, }; @@ -120,6 +124,8 @@ namespace fapi RC_RT_WAKEUP_FAILED = HWPF_COMP_ID | 0x2D, RC_NO_MIRRORED_MEMORY = HWPF_COMP_ID | 0x2E, + RC_VDDR_INVALID_VOLTAGE = HWPF_COMP_ID | 0x2F, + RC_TIMEOUT_EN_VDDR = HWPF_COMP_ID | 0x30, }; /** -- cgit v1.2.3