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/usr/testcore/makefile | |
| parent | 0ceb12be50b8542714a981cbaee2d41244d49507 (diff) | |
| download | blackbird-hostboot-d69021c4f1acb33cef4692ce85cead2540412862.tar.gz blackbird-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/usr/testcore/makefile')
| -rw-r--r-- | src/usr/testcore/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/testcore/makefile b/src/usr/testcore/makefile index 328a5bbe7..03def48dd 100644 --- a/src/usr/testcore/makefile +++ b/src/usr/testcore/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2016 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,6 +27,7 @@ ROOTPATH = ../../.. SUBDIRS += lib.d SUBDIRS += kernel.d SUBDIRS += rtloader.d +SUBDIRS += memoize.d include ${ROOTPATH}/config.mk |

