From 2c5c60e23fad27a35d59a266b25abf657bdc17d8 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 21 May 2018 11:04:03 -0500 Subject: Add clock callout enums for specific clock sources PRD running up in the host needs to be able to point at a specific clock source when detecting some errors. Since the Hostboot targeting model doesn't include the clock targets, we will use the existing clock callout pathway to do this. This change adds a few new constants that specific which clock has the issue instead of using the 'currently active' clock that we have now. Change-Id: I6441ba3d1a082134cf2ada37cefca4cba1781924 RTC: 190666 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59133 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Manish K. Chowdhary Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Daniel M. Crowell --- src/usr/errl/plugins/errludcallout.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/usr/errl/plugins') diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H index 3cd00fc89..aaae9299f 100644 --- a/src/usr/errl/plugins/errludcallout.H +++ b/src/usr/errl/plugins/errludcallout.H @@ -85,6 +85,8 @@ case HWAS::_type: i_parser.PrintString( "Clock Type", #_type); break; case_CLOCK_TYPE(MEMCLK_TYPE) case_CLOCK_TYPE(OSCREFCLK_TYPE) case_CLOCK_TYPE(OSCPCICLK_TYPE) + case_CLOCK_TYPE(OSCPCICLK0_TYPE) + case_CLOCK_TYPE(OSCPCICLK1_TYPE) default: i_parser.PrintNumber( "Clock Type", "UNKNOWN: 0x%X", ntohl(pData->clockType) ); -- cgit v1.2.1