diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2018-08-02 15:36:13 -0500 |
|---|---|---|
| committer | Dean Sanner <dsanner@us.ibm.com> | 2018-08-10 08:08:21 -0500 |
| commit | 9eb4bc85198afb36587d6a2a8dc9c86050d47d22 (patch) | |
| tree | 208b031db08786269fcf24d6211fb5aca4e15757 /src/import/generic/memory/lib/utils | |
| parent | e9481e191717d341a29c90cd8d2ee6558f4f1848 (diff) | |
| download | talos-hostboot-9eb4bc85198afb36587d6a2a8dc9c86050d47d22.tar.gz talos-hostboot-9eb4bc85198afb36587d6a2a8dc9c86050d47d22.zip | |
Adds blank files for generic code
Includes:
1) A new generic error xml
2) A generic file for conversion calculations
Change-Id: I5dcf849dc2853dffdf215f8c544850b83b588b0f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63829
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64204
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils')
| -rw-r--r-- | src/import/generic/memory/lib/utils/conversions.C | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/import/generic/memory/lib/utils/conversions.C b/src/import/generic/memory/lib/utils/conversions.C new file mode 100644 index 000000000..de9c03bf0 --- /dev/null +++ b/src/import/generic/memory/lib/utils/conversions.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/generic/memory/lib/utils/conversions.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 */ |

