diff options
author | Andre Marin <aamarin@us.ibm.com> | 2018-11-12 12:45:30 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-02-17 10:14:36 -0600 |
commit | 84b32560e1aa82855bc2d9191c9f4b699f185885 (patch) | |
tree | 1507fd53e19cb40b07bca5fe8a6586becc58a0ed /src/import/chips/p9a/procedures | |
parent | 64f14f0cf2dc90524a051295efd1e450cb819d32 (diff) | |
download | talos-hostboot-84b32560e1aa82855bc2d9191c9f4b699f185885.tar.gz talos-hostboot-84b32560e1aa82855bc2d9191c9f4b699f185885.zip |
Add empty p9a unit test and axone_pre_data_engine files for HB mirroring
Change-Id: I771015bb61d4b89d46c9570bbe16a57f55645818
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68668
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71982
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9a/procedures')
-rw-r--r-- | src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/axone_pre_data_engine.C | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/axone_pre_data_engine.C b/src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/axone_pre_data_engine.C new file mode 100644 index 000000000..43d99701a --- /dev/null +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/axone_pre_data_engine.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/axone_pre_data_engine.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2018 */ +/* [+] 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 */ |