diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2012-11-27 13:59:43 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-02-08 10:37:00 -0600 |
| commit | e25073a5222d236cc8bec3bb111ec3d7ab7a1575 (patch) | |
| tree | cfc6ebf3237b16ffc2fc52c5b16f3c51f1f0b149 /src/usr/hwpf/makefile | |
| parent | 74c20caefdab7f7aa9268dd3f359f2038cee8ccf (diff) | |
| download | talos-hostboot-e25073a5222d236cc8bec3bb111ec3d7ab7a1575.tar.gz talos-hostboot-e25073a5222d236cc8bec3bb111ec3d7ab7a1575.zip | |
Sync attributes from hostboot to fsp after each istep
Code will sync targeting attributes in single step
mode if the ATTR_SYNC_BETWEEN_STEPS is overriden
in FspOverideAttrs.txt in the FSP nfs/hwpf dir
Change-Id: Ifd7603bb7ce75a9ae7b5df5ac1c605916ba63aab
RTC: 46672
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2978
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 6c5cf51dc..92d195b70 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -79,8 +79,8 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/proc_fab_iovalid_errors.xml \ hwp/nest_chiplets/proc_chiplet_scominit/proc_abus_scominit_errors.xml \ hwp/nest_chiplets/proc_chiplet_scominit/proc_xbus_scominit_errors.xml - - + + ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ hwp/L2_L3_attributes.xml \ @@ -96,6 +96,7 @@ HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ hwp/chip_ec_attributes.xml \ hwp/centaur_ec_attributes.xml \ hwp/common_attributes.xml \ + hwp/sync_attributes.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_l3_attributes.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_mmio_attributes.xml \ |

