diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2016-03-15 14:10:01 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-03-29 17:13:00 -0400 |
| commit | d69021c4f1acb33cef4692ce85cead2540412862 (patch) | |
| tree | d640d2b9ff69055b3c649f5d8b977f133d99d36d /src/makefile | |
| parent | 0ceb12be50b8542714a981cbaee2d41244d49507 (diff) | |
| download | talos-hostboot-d69021c4f1acb33cef4692ce85cead2540412862.tar.gz talos-hostboot-d69021c4f1acb33cef4692ce85cead2540412862.zip | |
Support runtime target translation for Phyp
- Added ordinal IDs to system XML files
- Added new HBRT_HYP_ID attribute to proc, membuf, core targets
- Removed duplicate target type extensions
- Customize HBRT_HYP_ID attributes in istep 21 based on payload type
- Updated runtime translation interfaces for simple, efficient lookup
- Added templated memoizer to speed up simple input/output functions
- Generate ordinal IDs in common attribute parser
- Added various test cases
RTC: 146153
CMVC-Coreq: 989094
Change-Id: Ic60996f3b7c3197191f8939f362c578b54475df4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22254
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 63e233780..d83f4f9e2 100644 --- a/src/makefile +++ b/src/makefile @@ -194,6 +194,7 @@ TESTCASE_MODULES += testibscom TESTCASE_MODULES += testxscom TESTCASE_MODULES += testkernel TESTCASE_MODULES += testtargeting +TESTCASE_MODULES += testmemoize #****************************************************************** #KNOWN ISSUES (I might let these run but there is something wrong) @@ -209,8 +210,7 @@ TESTCASE_MODULES += testscom #Requires main store memory @TODO RTC: 132577 #TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testdump) -#Need to remove HostServices related code @TODO RTC:132750 -#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime) +TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime) #@TODO RTC: 137561 Enable this test case when interupt story is complete #TESTCASE_MODULES += testintr |

