diff options
| author | Elliott Dahle <dedahle@us.ibm.com> | 2013-06-12 09:59:55 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-08 10:31:17 -0500 |
| commit | 7a2c484cc9c574302beb70cfff449bb40d26c2e2 (patch) | |
| tree | 0c4cbf7a0be714163f639ac1eacf2c151c360395 /src/usr/hwpf/makefile | |
| parent | 0e8072c8c3aa49ce9e75c468f4e14e80893d56f0 (diff) | |
| download | talos-hostboot-7a2c484cc9c574302beb70cfff449bb40d26c2e2.tar.gz talos-hostboot-7a2c484cc9c574302beb70cfff449bb40d26c2e2.zip | |
Integrate pstate-building HWPs into Hostboot.
Transferred pstate files from FSP code.
Edited files to compile on Hostboot.
Change-Id: I04ff6ba489e77277afe27cff9544aea1367c150e
RTC: 73048
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4979
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 20a31d4c2..390263b75 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -83,7 +83,9 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/dmi_training/cen_dmi_scominit_errors.xml \ hwp/sbe_centaur_init/cen_xip_customize_errors.xml \ hwp/tod_init/proc_tod_utils/proc_tod_utils.xml \ - hwp/mc_config/mss_eff_config/opt_memmap_errors.xml + hwp/mc_config/mss_eff_config/opt_memmap_errors.xml \ + hwp/pstates/pstates/p8_build_pstate_datablock_errors.xml \ + hwp/pstates/pstates/proc_get_voltage_errors.xml ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ |

