diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2018-01-04 22:51:20 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-01 17:04:32 -0600 |
| commit | 33d08e92fd5e427f4640497a3d5310fd97e52e3a (patch) | |
| tree | 8f897b01ef2602cd70c287e64b589af2906389f1 /import/chips/p9/utils | |
| parent | ff63e77ce9a41aa6b5f3e441d9f1d241ff2bb745 (diff) | |
| download | talos-hcode-33d08e92fd5e427f4640497a3d5310fd97e52e3a.tar.gz talos-hcode-33d08e92fd5e427f4640497a3d5310fd97e52e3a.zip | |
p9_dd_container: Introducing DD container API lib to PPE repo
Change-Id: I488c09c98383c287b9812c59e92cf9647ac9c042
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51517
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/utils')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_dd_container.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_dd_container.c b/import/chips/p9/utils/imageProcs/p9_dd_container.c index 574fd5d5..41a846e5 100644 --- a/import/chips/p9/utils/imageProcs/p9_dd_container.c +++ b/import/chips/p9/utils/imageProcs/p9_dd_container.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2017 */ +/* COPYRIGHT 2017,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -48,7 +48,7 @@ int p9_dd_validate(struct p9_dd_cont* i_cont) return DDCO_FAILURE_MAGIC_NOT_FOUND; } - // may want to check here for holes or overlap as to stored blocks + // TBD: We can do more checking here, if the container is populated return DDCO_SUCCESS; } |

