diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2013-03-29 00:01:56 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-29 13:41:30 -0500 |
| commit | 467ae10a804451a843409e6b94a3c0108c083939 (patch) | |
| tree | e9ccf6beda47303d5df79553bb5c402365431557 /src/include/usr/targeting/adapters | |
| parent | 192f986571b47f2f3d34556eebd089d9ad55b456 (diff) | |
| download | blackbird-hostboot-467ae10a804451a843409e6b94a3c0108c083939.tar.gz blackbird-hostboot-467ae10a804451a843409e6b94a3c0108c083939.zip | |
Support generic PEER_TARGET navigation
- Updated attribute compiler to lay down FSP specific PEER_TARGETS
- Added common predicate to filter targets with specific value for attribute
- Added generic PEER_TARGET navigation facility to filter utilities
- Added support for platform specific attribute accessor specialization
- Added target function to return target based on HUID
Change-Id: I190087ee7fb24e80185bc955bd994ee14512a704
RTC: 41735
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3796
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/adapters')
| -rw-r--r-- | src/include/usr/targeting/adapters/targetadapter.H | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/include/usr/targeting/adapters/targetadapter.H b/src/include/usr/targeting/adapters/targetadapter.H new file mode 100644 index 000000000..7068fc1c2 --- /dev/null +++ b/src/include/usr/targeting/adapters/targetadapter.H @@ -0,0 +1,36 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/include/usr/targeting/adapters/targetadapter.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2013 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ + +/** + * @file targeting/adapters/targetadapter.H + * + * @brief Provides platform specific attribute accessor template + * specializations. + * + * @warning Must only be included by target.H + * + * @note The contents of this file are inserted inline into middle of + * target.H and purposefully omit include guards. Only change this + * file unless you know what you are doing! + */ + |

