summaryrefslogtreecommitdiffstats
path: root/hwp/perv/perverrors.mk
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-08-18 22:55:42 -0500
committerGregory S. Still <stillgs@us.ibm.com>2015-09-08 10:55:31 -0500
commit6b8b5cd3fd404afa693358125c1659a74f21b7e3 (patch)
treee507099060ad391c326c35d897c07728e13cb9e1 /hwp/perv/perverrors.mk
parent07699a5c8dbf0b9fa4bfce3ae16fecc0a905029c (diff)
downloadtalos-sbe-6b8b5cd3fd404afa693358125c1659a74f21b7e3.tar.gz
talos-sbe-6b8b5cd3fd404afa693358125c1659a74f21b7e3.zip
Support TARGET_TYPE_SYSTEM PPE attributes
- Add support for SYSTEM types - Fix attribute "setting" bug for scalar attributes only; array attributes untested - Add nest_attributes.xml - Reduce extra whitespace per Gerrit comments (more) - Added debug switch to ppeParseAtteibuteInfo.pl - Add system attributes to merged .fixed section (base_ppe_header.S, proc_sbe_fixed.H, topfiles.mk) - Fixed FAPI2 regression setup based on newest SEEPROM and PIBMEM (SBE) linker layout. This implicates the Makefile (eg new "seeprom" rule). - Fix rebase issues with new commits. Added necessary dependent files and missing attribute enablement - Rebased with the merged "Fix compile" commit which moves the definition and setting of the global variables associated with attributes to target.C Change-Id: Iadbe080dec1558079ca6fe9c8fa711b098ba1e0b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20078 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwp/perv/perverrors.mk')
-rw-r--r--hwp/perv/perverrors.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/hwp/perv/perverrors.mk b/hwp/perv/perverrors.mk
index 1642766b..ef123c98 100644
--- a/hwp/perv/perverrors.mk
+++ b/hwp/perv/perverrors.mk
@@ -12,6 +12,11 @@
PERV_CURR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
# This variable name must not change
+ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_sbe_chiplet_init_errors.xml
+ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_sbe_arrayinit_errors.xml
+ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_sbe_gear_switcher_errors.xml
ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_sbe_setup_evid_errors.xml
+
+
OpenPOWER on IntegriCloud