diff options
author | Brian Silver <bsilver@us.ibm.com> | 2016-08-04 08:08:48 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-08-04 16:48:13 -0400 |
commit | 632dccdaa7a54c48bf472d0fc89e3344d6f6f135 (patch) | |
tree | abeda5b76b2b306aee12b817d9c2a3332b4db5ef /src | |
parent | 7dab57de8c4d61f1cd24a79e2b361496520c1f64 (diff) | |
download | talos-hostboot-632dccdaa7a54c48bf472d0fc89e3344d6f6f135.tar.gz talos-hostboot-632dccdaa7a54c48bf472d0fc89e3344d6f6f135.zip |
Add empties for PHY ADR files
Change-Id: I86316eaeb5c172a4015eb8eb0c09cf6e4f5b9800
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27871
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27881
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.C | 18 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.H | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.C new file mode 100644 index 000000000..3583f5f6f --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.C @@ -0,0 +1,18 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: chips/p9/procedures/hwp/memory/lib/phy/adr.C $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* EKB Project */ +/* */ +/* COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ +/* */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* IBM_PROLOG_END_TAG */ diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.H b/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.H new file mode 100644 index 000000000..b2f40faa9 --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/adr.H @@ -0,0 +1,18 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: chips/p9/procedures/hwp/memory/lib/phy/adr.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* EKB Project */ +/* */ +/* COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ +/* */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* IBM_PROLOG_END_TAG */ |