diff options
| author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2012-09-13 13:58:53 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-10-03 10:54:01 -0500 |
| commit | 34fcc1f815552f0ffd84686d6f97ab47f5bd4f73 (patch) | |
| tree | 0c94f04d5d5823d3c3c330dec12b34ff3ba932f7 /src/usr/hwpf/makefile | |
| parent | 2b8b3515924605e86d6bccdb5b64d9155963ec83 (diff) | |
| download | talos-hostboot-34fcc1f815552f0ffd84686d6f97ab47f5bd4f73.tar.gz talos-hostboot-34fcc1f815552f0ffd84686d6f97ab47f5bd4f73.zip | |
Added proc_thread_control hwp and enable calling of it to activate threads
Change-Id: I92f5542d93e41cb90da81603761387e5194fc3d9
RTC: 42817
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1734
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index a80bfb541..e0d71a709 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -47,7 +47,8 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/nest_chiplets/proc_chiplet_scominit/proc_chiplet_scominit_errors.xml \ hwp/nest_chiplets/proc_a_x_pci_dmi_pll_setup_errors.xml \ hwp/core_activate/proc_prep_master_winkle/proc_prep_master_winkle_errors.xml \ - hwp/core_activate/proc_stop_deadman_timer/proc_stop_deadman_timer_errors.xml + hwp/core_activate/proc_stop_deadman_timer/proc_stop_deadman_timer_errors.xml \ + hwp/thread_activate/proc_thread_control/proc_thread_control.xml ## these get generated into obj/genfiles/AttributeIds.H |

