diff options
| author | Andre Marin <aamarin@us.ibm.com> | 2017-05-04 21:11:46 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-26 00:31:19 -0400 |
| commit | a73efe2acae4908dd4a7401e072fb2276bc70c8b (patch) | |
| tree | 93ff8f4b9c08fcb714541865c7c2b5626cd50ce2 | |
| parent | a631fd400b11602cb19b03b1965d404aff2f5961 (diff) | |
| download | blackbird-hostboot-a73efe2acae4908dd4a7401e072fb2276bc70c8b.tar.gz blackbird-hostboot-a73efe2acae4908dd4a7401e072fb2276bc70c8b.zip | |
Add empty implementation file for index.H for diff controller
Change-Id: Ica5d4a407af261405676ab2812510271695db135
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40111
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40144
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/import/chips/centaur/procedures/hwp/memory/lib/utils/mss_index.C | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/lib/utils/mss_index.C b/src/import/chips/centaur/procedures/hwp/memory/lib/utils/mss_index.C new file mode 100644 index 000000000..b040b6fe1 --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/lib/utils/mss_index.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/centaur/procedures/hwp/memory/lib/utils/mss_index.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2017 */ +/* [+] 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. */ +/* You may obtain a copy of the License at */ +/* */ +/* http://www.apache.org/licenses/LICENSE-2.0 */ +/* */ +/* Unless required by applicable law or agreed to in writing, software */ +/* distributed under the License is distributed on an "AS IS" BASIS, */ +/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ +/* implied. See the License for the specific language governing */ +/* permissions and limitations under the License. */ +/* */ +/* IBM_PROLOG_END_TAG */ |

