summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/interface.h
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2017-12-20 12:08:19 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-17 16:08:40 -0500
commit6f4abd1ea46f9b8f4fa1d0632276df8ad77d47d4 (patch)
tree807639c207bb98d8ba56d2c757d2e2f81f6ab887 /src/include/runtime/interface.h
parent4e84db479b0ca31d6f54cf8276e339cf566ae51e (diff)
downloadtalos-hostboot-6f4abd1ea46f9b8f4fa1d0632276df8ad77d47d4.tar.gz
talos-hostboot-6f4abd1ea46f9b8f4fa1d0632276df8ad77d47d4.zip
Support for any target deconfig at runtime; Utility to create a generic message
I added code to inform FSP whenever a target has been deconfiged. I also added a handy utility to facilitate in the construction of a Generic FSP message. Change-Id: Iad755d4de1bf200ab00ad3f99451512ba8cdabb4 RTC: 183950 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51201 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/runtime/interface.h')
-rw-r--r--src/include/runtime/interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index b2c7312a4..2fa93a398 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2017 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -46,6 +46,8 @@
#include <stdint.h>
#include <time.h>
#include <limits.h>
+#include <stdlib.h>
+#include <string.h>
#include "generic_hbrt_fsp_message.H"
/** Memory error types defined for memory_error() interface. */
OpenPOWER on IntegriCloud