diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2016-05-19 11:43:33 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-09 11:08:40 -0400 |
| commit | 65f5c6f49eaae840c00cf78b6c16bcb664f51c36 (patch) | |
| tree | e24bef299fdf86ddcbbb6d0f119c345e1c8a99d6 /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | |
| parent | c4119b881e8a6e3746ac4553dee024351d97226f (diff) | |
| download | blackbird-hostboot-65f5c6f49eaae840c00cf78b6c16bcb664f51c36.tar.gz blackbird-hostboot-65f5c6f49eaae840c00cf78b6c16bcb664f51c36.zip | |
Add support for fapi2::getChildren with additional const TargetFilter
In addition to adding support for fapi2::getChildren with additional
const TargetFilter input parameter, this commit also adds a
test_fapi2GetChildrenFilter to the automatic simics testcases.
Change-Id: I82e34c001ebb0af8eacb3c8f244391504ed424ae
RTC:149115
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24813
Tested-by: Jenkins Server
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H')
| -rw-r--r-- | src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H index 90bde96ed..ded48259c 100644 --- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H +++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H @@ -51,6 +51,7 @@ namespace fapi2 MOD_FAPI2_PLAT_GET_OTHER_END_TEST = 0x08, MOD_FAPI2_PLAT_GET_OTHER_END = 0x09, MOD_FAPI2_MVPD_ACCESS = 0x0A, + MOD_FAPI2_PLAT_GET_CHILDREN_FILTER_TEST = 0x0B, }; /** |

