diff options
author | Andre Marin <aamarin@us.ibm.com> | 2017-04-17 19:57:01 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-19 16:54:31 -0400 |
commit | 6a14dc6b0fea1b8ddb96cacff8ef19efdcc86c7b (patch) | |
tree | 18fbc8bfd088357a94dbd8cc559d4910586bb379 /src/import/generic/memory/lib | |
parent | 28cea2a9145c0aefae2ee41f025ac7bc148af619 (diff) | |
download | talos-hostboot-6a14dc6b0fea1b8ddb96cacff8ef19efdcc86c7b.tar.gz talos-hostboot-6a14dc6b0fea1b8ddb96cacff8ef19efdcc86c7b.zip |
Add empty mss math file for HB to mirror
Change-Id: Ie935e8082c8c78e56b0806e3eefe6f6e4ba0a22b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39349
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39424
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>
Diffstat (limited to 'src/import/generic/memory/lib')
-rw-r--r-- | src/import/generic/memory/lib/utils/mss_math.H | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/import/generic/memory/lib/utils/mss_math.H b/src/import/generic/memory/lib/utils/mss_math.H new file mode 100644 index 000000000..2c587384e --- /dev/null +++ b/src/import/generic/memory/lib/utils/mss_math.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/generic/memory/lib/utils/mss_math.H $ */ +/* */ +/* 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 */ |