From 142a25c1a3453d0cc5bac4a93a2765e60a281d2d Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Mon, 20 Mar 2017 11:07:49 -0500 Subject: move all non-volatile/openpower attributes from _hb to _openpower files When pushing hb's attr/target type files to common-mrw-xml repo, we add tags to represent which attributes are for openpower (bmc based system) and which are for fsp based systems. All attributes in _hb files are considered common for both platforms and do not have any tag. All attributes in _openpower will get openpower tag and be only shown to a system engineer if they are building a bmc based system. Therefore, the source of the attribute file is important from now on. Change-Id: I213348f4c4f372b0610b07ad3453f08f75d02224 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38161 Tested-by: Jenkins Server Reviewed-by: William G. Hoffa Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Matthew A. Ploetz Reviewed-by: Daniel M. Crowell --- src/usr/secureboot/trusted/trustedboot.C | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/usr/secureboot/trusted') diff --git a/src/usr/secureboot/trusted/trustedboot.C b/src/usr/secureboot/trusted/trustedboot.C index d9b6b5cb7..83db64a86 100644 --- a/src/usr/secureboot/trusted/trustedboot.C +++ b/src/usr/secureboot/trusted/trustedboot.C @@ -46,7 +46,9 @@ #include #include #include +#ifdef CONFIG_BMC_IPMI #include +#endif #include #include #include -- cgit v1.2.1