From a93b0e4231579f82671466f0f6395fd57010cebe Mon Sep 17 00:00:00 2001 From: Greg Still Date: Wed, 27 May 2015 21:26:24 -0500 Subject: Resync PPE FAPI2 implementation (Round 2) - Removed platform buffer_base.H and error_scope.H - Updated platform version of fapi2.H. Future work to update changes into HWPF base version. - Commit of automatically generated fapi2AttributeService.C until in-line process is online - Added placeholder versions of hwp_executor.H, set_sbe_error.H and hwp_ffdc_classes.H required by the base HWPF FAPI2 Base - Created PPE versions of plat_target.H, plat_trace.H - Updated Makefile to include FAPI2 library in the buils - Updated ima_defs.mk to properly include the SCOM definition files to allow the build to work. Change-Id: I873eb03e5426a2c574f99d2ac7ce4c5f06107cf2 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18001 Reviewed-by: Derk Rembold Tested-by: Derk Rembold --- hwpf/plat/src/fapi2ppefiles.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hwpf/plat/src/fapi2ppefiles.mk') diff --git a/hwpf/plat/src/fapi2ppefiles.mk b/hwpf/plat/src/fapi2ppefiles.mk index cc391157..968abb56 100644 --- a/hwpf/plat/src/fapi2ppefiles.mk +++ b/hwpf/plat/src/fapi2ppefiles.mk @@ -17,7 +17,10 @@ # Object Files ########################################################################## -FAPI2-C-SOURCES = fapi2PlatAttributeService.C + +FAPI2-C-SOURCES += fapi2PlatAttributeService.C \ + plat_utils.C + FAPI2-S-SOURCES = FAPI2LIB_OBJECTS += $(FAPI2-C-SOURCES:.C=.o) $(FAPI2-S-SOURCES:.S=.o) -- cgit v1.2.1