From 0fbaeccfec9bfc60e37dad4a7660040862b1e2ac Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Mon, 5 Mar 2018 18:35:40 -0600 Subject: Add deconfigTargetAtRuntime interface -PRD will call this function in response to a core unit checkstop detected by PHYP. The new function will mark the core as non-functional and call a hardware procdure to update the multicast groups for cores and chiplets. The procedure will also update the OCC core configuration status and the quad core status registers which reflect the number of enable cores/quad in the system at runtime. Change-Id: Ia7fc3f47dc1fee1f84d877d3d56b609d1aee1b17 RTC:188918 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55154 Tested-by: Jenkins Server Reviewed-by: Richard Ward Reviewed-by: Christian R. Geddes Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: William G. Hoffa --- src/usr/errl/runtime/test/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/usr/errl/runtime/test/makefile') diff --git a/src/usr/errl/runtime/test/makefile b/src/usr/errl/runtime/test/makefile index de9d58e18..8c9326ca8 100644 --- a/src/usr/errl/runtime/test/makefile +++ b/src/usr/errl/runtime/test/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2013,2014 +# Contributors Listed Below - COPYRIGHT 2013,2018 +# [+] 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. @@ -24,6 +26,7 @@ HOSTBOOT_RUNTIME = 1 ROOTPATH = ../../../../.. MODULE = testerrl_rt + TESTS = *.H include ${ROOTPATH}/config.mk -- cgit v1.2.1