diff options
| author | nagurram-in <nagendra.g@in.ibm.com> | 2017-01-31 23:50:35 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-02-06 17:17:25 -0500 |
| commit | b9fd10a99329adb4093c453bf9f80b05a6f31fa3 (patch) | |
| tree | 3ce90083966c9d815ba05777a3969dbc011f873a /src/include/usr | |
| parent | fea19a9fce4bb79622ce1bd927ce8bc8e0e2f20a (diff) | |
| download | talos-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.tar.gz talos-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.zip | |
Dumping full vpd into HDAT
Change-Id: I34f5ce9d702818254d44a0dd979b277b75ebc861
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35711
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rwxr-xr-x | src/include/usr/hdat/hdat_reasoncodes.H | 4 | ||||
| -rw-r--r-- | src/include/usr/vpd/cvpdenums.H | 1 | ||||
| -rw-r--r-- | src/include/usr/vpd/mvpdenums.H | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/hdat/hdat_reasoncodes.H b/src/include/usr/hdat/hdat_reasoncodes.H index 2eb0114f8..7e10aa23b 100755 --- a/src/include/usr/hdat/hdat_reasoncodes.H +++ b/src/include/usr/hdat/hdat_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -103,6 +103,8 @@ enum HDATModuleId MOD_HBRT_LOAD_DATA = 0x2c, MOD_UTIL_FULL_MVPD_READ_FUNC = 0x2d, MOD_HDAT_SPSUBSYS_FILL_DATA_PTRS = 0x2e, + MOD_UTIL_PVPD_FULL_READ_FUNC = 0x2f, + MOD_UTIL_MVPD = 0x30, }; diff --git a/src/include/usr/vpd/cvpdenums.H b/src/include/usr/vpd/cvpdenums.H index d4a9cd4e5..5af38dd2a 100644 --- a/src/include/usr/vpd/cvpdenums.H +++ b/src/include/usr/vpd/cvpdenums.H @@ -131,7 +131,6 @@ namespace CVPD pd6 = 0x44, //#6 pd8 = 0x45, //#8 pdY = 0x46, //#Y - RT = 0x47, // Last Keyword CVPD_LAST_KEYWORD, diff --git a/src/include/usr/vpd/mvpdenums.H b/src/include/usr/vpd/mvpdenums.H index 31649d73d..fb0a1a00f 100644 --- a/src/include/usr/vpd/mvpdenums.H +++ b/src/include/usr/vpd/mvpdenums.H @@ -123,7 +123,6 @@ enum mvpdKeyword L6 = 0x28, L7 = 0x29, L8 = 0x2A, - RT = 0x2B, // Last Keyword MVPD_LAST_KEYWORD, |

