From b08159eb20f2a0ccfe2d654f56a6fe2079bec98e Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Thu, 8 Sep 2011 00:06:56 -0500 Subject: Implement support for generating the PNOR targeting image - Generate PNOR targeting image as part of the build process - Load it into SIMICS physical memory - Access image from targeting service at correct virtual address - Bridge fapi attributes to host boot attributes using direct macro - Support multidimensional arrays for simple attributes - Removed support for fake PNOR image Change-Id: I45d986d69397940a165c850d0db0fdeccd137d4d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/341 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III Reviewed-by: CAMVAN T. NGUYEN Reviewed-by: Nicholas E. Bofferding --- src/usr/targeting/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/usr/targeting/makefile') diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile index d335c2d93..1c26396f6 100644 --- a/src/usr/targeting/makefile +++ b/src/usr/targeting/makefile @@ -39,11 +39,10 @@ ITERATORS_OBJS = \ TARGET_OBJS = \ target.o \ targetservice.o \ - entitypath.o \ - fakepnordata.o + entitypath.o OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} -SUBDIRS = test.d +SUBDIRS = test.d xmltohb.d include ${ROOTPATH}/config.mk -- cgit v1.2.1