summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/fapi/fapiMvpdAccess.H
blob: efc0fea744d4b2e4e85bb20b94654ddf7d4e3dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/include/usr/hwpf/fapi/fapiMvpdAccess.H $                  */
/*                                                                        */
/* IBM CONFIDENTIAL                                                       */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2012,2014              */
/*                                                                        */
/* p1                                                                     */
/*                                                                        */
/* Object Code Only (OCO) source materials                                */
/* Licensed Internal Code Source Materials                                */
/* IBM HostBoot Licensed Internal Code                                    */
/*                                                                        */
/* 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.                              */
/*                                                                        */
/* Origin: 30                                                             */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
// $Id: fapiMvpdAccess.H,v 1.8 2014/01/20 22:37:51 mklight Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/hwpf/working/fapi/fapiMvpdAccess.H,v $

/**
 *  @file fapiMvpdAccess.H
 *
 *  @brief Defines the Module VPD functions that platform must implement
 *
 */

/*
 * Change Log ******************************************************************
 * Flag     Defect/Feature  User        Date        Description
 * ------   --------------  ----------  ----------- ----------------------------
 *                          mjjones     10/09/2012  Added fapiGetMvpdField
 */

#ifndef _FAPI_FAPIMVPDACCESS_H_
#define _FAPI_FAPIMVPDACCESS_H_

#include <stdint.h>
#include <stddef.h>
#include <fapiReturnCode.H>
#include <fapiTarget.H>

namespace fapi
{
    enum MvpdRecord
    {
        MVPD_RECORD_CRP0 = 0x00,
        MVPD_RECORD_CP00 = 0x01,
        MVPD_RECORD_VINI = 0x02,
        MVPD_RECORD_LRP0 = 0x03,
        MVPD_RECORD_LRP1 = 0x04,
        MVPD_RECORD_LRP2 = 0x05,
        MVPD_RECORD_LRP3 = 0x06,
        MVPD_RECORD_LRP4 = 0x07,
        MVPD_RECORD_LRP5 = 0x08,
        MVPD_RECORD_LRP6 = 0x09,
        MVPD_RECORD_LRP7 = 0x0a,
        MVPD_RECORD_LRP8 = 0x0b,
        MVPD_RECORD_LRP9 = 0x0c,
        MVPD_RECORD_LRPA = 0x0d,
        MVPD_RECORD_LRPB = 0x0e,
        MVPD_RECORD_LRPC = 0x0f,
        MVPD_RECORD_LRPD = 0x10,
        MVPD_RECORD_LRPE = 0x11,
        MVPD_RECORD_LWP0 = 0x12,
        MVPD_RECORD_LWP1 = 0x13,
        MVPD_RECORD_LWP2 = 0x14,
        MVPD_RECORD_LWP3 = 0x15,
        MVPD_RECORD_LWP4 = 0x16,
        MVPD_RECORD_LWP5 = 0x17,
        MVPD_RECORD_LWP6 = 0x18,
        MVPD_RECORD_LWP7 = 0x19,
        MVPD_RECORD_LWP8 = 0x1a,
        MVPD_RECORD_LWP9 = 0x1b,
        MVPD_RECORD_LWPA = 0x1c,
        MVPD_RECORD_LWPB = 0x1d,
        MVPD_RECORD_LWPC = 0x1e,
        MVPD_RECORD_LWPD = 0x1f,
        MVPD_RECORD_LWPE = 0x20,
        MVPD_RECORD_VWML = 0x21,
        MVPD_RECORD_MER0 = 0x22,
    };

    enum MvpdKeyword
    {
        MVPD_KEYWORD_VD  = 0x00,
        MVPD_KEYWORD_ED  = 0x01,
        MVPD_KEYWORD_TE  = 0x02,
        MVPD_KEYWORD_DD  = 0x03,
        MVPD_KEYWORD_PDP = 0x04,
        MVPD_KEYWORD_ST  = 0x05,
        MVPD_KEYWORD_DN  = 0x06,
        MVPD_KEYWORD_PG  = 0x07,
        MVPD_KEYWORD_PK  = 0x08,
        MVPD_KEYWORD_PDR = 0x09,
        MVPD_KEYWORD_PDV = 0x0a,
        MVPD_KEYWORD_PDH = 0x0b,
        MVPD_KEYWORD_SB  = 0x0c,
        MVPD_KEYWORD_DR  = 0x0d,
        MVPD_KEYWORD_VZ  = 0x0e,
        MVPD_KEYWORD_CC  = 0x0f,
        MVPD_KEYWORD_CE  = 0x10,
        MVPD_KEYWORD_FN  = 0x11,
        MVPD_KEYWORD_PN  = 0x12,
        MVPD_KEYWORD_SN  = 0x13,
        MVPD_KEYWORD_PR  = 0x14,
        MVPD_KEYWORD_HE  = 0x15,
        MVPD_KEYWORD_CT  = 0x16,
        MVPD_KEYWORD_HW  = 0x17,
        MVPD_KEYWORD_PDM = 0x18,
        MVPD_KEYWORD_IN  = 0x19,
        MVPD_KEYWORD_PD2 = 0x1a,
        MVPD_KEYWORD_PD3 = 0x1b,
        MVPD_KEYWORD_OC  = 0x1c,
        MVPD_KEYWORD_FO  = 0x1d,
        MVPD_KEYWORD_PDI = 0x1e,
        MVPD_KEYWORD_PDG = 0x1f,
        MVPD_KEYWORD_MK  = 0x20,
        MVPD_KEYWORD_PB  = 0x21,
        MVPD_KEYWORD_CH  = 0x22,
    };
}

extern "C"
{

/**
 *  @brief Get Module VPD field.
 *  
 *  A Module VPD field is specified using a record and keyword enumerator
 *  
 *  Suggested way to call this routine is to call it once with a NULL buffer
 *  pointer to to retrieve the size of the record, then allocate the proper
 *  size of the buffer and call again.
 *
 *  @param[in] i_record     Record enumerator
 *  @param[in] i_keyword    Keyword enumerator
 *  @param[in] i_procTarget Reference to processor chip target for the record
 *  @param[in] i_pBuffer    Pointer to buffer where record will be stored. If
 *                          NULL then the size of record will be stored in
 *                          io_fieldSize
 *  @param[in,out] io_fieldSize Size of i_pBuffer in bytes
 *
 *  @return fapi::ReturnCode. FAPI_RC_SUCCESS, or failure value.
 */
fapi::ReturnCode fapiGetMvpdField(const fapi::MvpdRecord i_record,
                                  const fapi::MvpdKeyword i_keyword,
                                  const fapi::Target &i_procTarget,
                                  uint8_t * const i_pBuffer,
                                  uint32_t &io_fieldSize);

/**
 *  @brief Set Module VPD field.
 *
 *  A Module VPD field is specified using a record and keyword enumerator
 *
 *  @param[in] i_record     Record enumerator
 *  @param[in] i_keyword    Keyword enumerator
 *  @param[in] i_procTarget Reference to processor chip target for the record
 *  @param[in] i_pBuffer    Pointer to buffer where data to set is stored
 *  @param[in] i_fieldSize  Size of i_pBuffer in bytes
 *
 *  @return fapi::ReturnCode. FAPI_RC_SUCCESS, or failure value.
 */
fapi::ReturnCode fapiSetMvpdField(const fapi::MvpdRecord i_record,
                                  const fapi::MvpdKeyword i_keyword,
                                  const fapi::Target &i_procTarget,
                                  const uint8_t * const i_pBuffer,
                                  const uint32_t i_fieldSize);
}

#endif
OpenPOWER on IntegriCloud