summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-10-08 14:26:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-07 16:03:23 -0600
commitd871f70ebe8e9e91d8dd4b604dfee0303461b9aa (patch)
tree4e4ee913e7177514f5569df07ff51423a15432e3 /src/usr/hwpf/plat
parent90190a610b3452c34eb1e4848f66ad54d22e6a6f (diff)
downloadtalos-hostboot-d871f70ebe8e9e91d8dd4b604dfee0303461b9aa.tar.gz
talos-hostboot-d871f70ebe8e9e91d8dd4b604dfee0303461b9aa.zip
Support for PM Attributes
Adding new HWP attribute xml files and associated Targeting changes to go along with them. The MURANO and VENICE xml files contain default values provided by Greg Still. We are still waiting on the final MRW definition to update the TULETA generation script. Also using this commit to add a few other error xml files for the HostServices procedures. We need this longterm to get the error parsing stuff working. Verified IPL against Murano and Tuleta configs. Depends-On: I3af3b2bf99b4dbedb6efeb2cb35e49ba066a9c19 Change-Id: I3a5be5a7b49c7c6d7e6179f5e28e046a38a12b1e RTC: 42293 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2002 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat')
-rw-r--r--src/usr/hwpf/plat/fapiPlatAttributeService.C17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatAttributeService.C b/src/usr/hwpf/plat/fapiPlatAttributeService.C
index 22e325ce6..0d72fbd44 100644
--- a/src/usr/hwpf/plat/fapiPlatAttributeService.C
+++ b/src/usr/hwpf/plat/fapiPlatAttributeService.C
@@ -55,23 +55,6 @@ namespace fapi
namespace platAttrSvc
{
-//@fixme begin RTC:42293
-fapi::ReturnCode return0_uint8( uint8_t &o_data ) {
- fapi::ReturnCode l_rc;
- o_data = 0;
- return l_rc;
-}
-fapi::ReturnCode return0_uint32( uint32_t &o_data ) {
- fapi::ReturnCode l_rc;
- o_data = 0;
- return l_rc;
-}
-fapi::ReturnCode set_ignore( void ) {
- fapi::ReturnCode l_rc;
- return l_rc;
-}
-//@fixme end
-
//******************************************************************************
// fapi::platAttrSvc::getHostbootTarget
//******************************************************************************
OpenPOWER on IntegriCloud