From 9d54c3e4a33d5f1458a3ab3b76d5db72eec43fef Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 10 Aug 2018 08:57:57 -0500 Subject: Attribute cleanup Added mrwHide to a lot of platInit attributes, this will prevent them from showing up in the ServerWiz tool where the value will be hard to change. Instead these will always rely on the default in the xml or explicit platform code to set. Also removed a bunch of unused tags to clean things up. Change-Id: Id237924d737392368c418cc31d6506f1f5598b98 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64233 Tested-by: Jenkins Server Reviewed-by: STEPHEN GLANCY Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66015 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/include/usr/fapi2/attribute_service.H | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/include/usr/fapi2') diff --git a/src/include/usr/fapi2/attribute_service.H b/src/include/usr/fapi2/attribute_service.H index cb54534c3..c7c0df3ab 100644 --- a/src/include/usr/fapi2/attribute_service.H +++ b/src/include/usr/fapi2/attribute_service.H @@ -1671,14 +1671,5 @@ fapiToTargeting::ID, sizeof(VAL), &(VAL)) fapi2::platAttrSvc::\ platGetFreqMcaMhz(TARGET, VAL) -//---------------------------------------------------------------------------- -// MACRO to route ATTR_FREQ_MCA_MHZ access to the correct HB function -//---------------------------------------------------------------------------- -#define ATTR_FREQ_MCA_MHZ_SETMACRO(ID, TARGET, VAL) \ - AttrOverrideSync::getAttrOverrideFunc(ID, TARGET, &VAL)\ - ? fapi2::ReturnCode() : \ - fapi2::platAttrSvc::\ - platSetFreqMcaMhz(TARGET, VAL) - #endif // ATTRIBUTESERVICE_H_ -- cgit v1.2.3