blob: 2567d280022f2b12d04e310c7b868b69bcfd285e [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: Processor v1.5.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanouscb103132019-10-08 11:34:22 -07008<!--# Copyright 2014-2019 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
31 <edmx:Include Namespace="Chassis"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
34 <edmx:Include Namespace="Assembly"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml">
37 <edmx:Include Namespace="ProcessorCollection"/>
38 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060039 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorMetrics_v1.xml">
40 <edmx:Include Namespace="ProcessorMetrics"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
43 <edmx:Include Namespace="Endpoint"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccelerationFunction_v1.xml">
46 <edmx:Include Namespace="AccelerationFunction"/>
47 </edmx:Reference>
48 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccelerationFunctionCollection_v1.xml">
49 <edmx:Include Namespace="AccelerationFunctionCollection"/>
50 </edmx:Reference>
51 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
52 <edmx:Include Namespace="PCIeDevice"/>
53 </edmx:Reference>
54 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
55 <edmx:Include Namespace="PCIeFunction"/>
56 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070057
58 <edmx:DataServices>
59
60 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor">
61 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
62
63 <EntityType Name="Processor" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070064 <Annotation Term="OData.Description" String="The Processor schema describes the information about a single processor that a system contains. A processor includes both performance characteristics, clock speed, architecture, core count, and so on, and compatibility, such as the CPU ID instruction results."/>
65 <Annotation Term="OData.LongDescription" String="This Resource shall represent a single processor that a system contains. A processor includes both performance characteristics, clock speed, architecture, core count, and so on, and compatibility, such as the CPU ID instruction results."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
67 <Annotation Term="Capabilities.InsertRestrictions">
68 <Record>
69 <PropertyValue Property="Insertable" Bool="false"/>
70 </Record>
71 </Annotation>
72 <Annotation Term="Capabilities.UpdateRestrictions">
73 <Record>
74 <PropertyValue Property="Updatable" Bool="false"/>
75 </Record>
76 </Annotation>
77 <Annotation Term="Capabilities.DeleteRestrictions">
78 <Record>
79 <PropertyValue Property="Deletable" Bool="false"/>
80 </Record>
81 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080082 <Annotation Term="Redfish.Uris">
83 <Collection>
84 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String>
85 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String>
86 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}</String>
87 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String>
88 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String>
89 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060090 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}</String>
91 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String>
92 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String>
93 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080094 </Collection>
95 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070096 </EntityType>
97
98 </Schema>
99
100 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_0">
101 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600102 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103
104 <EntityType Name="Processor" BaseType="Processor.Processor">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
106 <Property Name="Socket" Type="Edm.String">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108 <Annotation Term="OData.Description" String="The socket or location of the processor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the physical location or socket of the processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </Property>
111 <Property Name="ProcessorType" Type="Processor.v1_0_0.ProcessorType">
112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113 <Annotation Term="OData.Description" String="The type of processor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700114 <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the type of processor contained in this Socket."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 </Property>
116 <Property Name="ProcessorArchitecture" Type="Processor.v1_0_0.ProcessorArchitecture">
117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118 <Annotation Term="OData.Description" String="The architecture of the processor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the architecture of the processor contained in this Socket."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700120 </Property>
121 <Property Name="InstructionSet" Type="Processor.v1_0_0.InstructionSet">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123 <Annotation Term="OData.Description" String="The instruction set of the processor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700124 <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the instruction set of the processor contained in this socket."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 </Property>
126 <Property Name="ProcessorId" Type="Processor.v1_0_0.ProcessorId" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="The identification information for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 <Annotation Term="OData.LongDescription" String="This object shall contain identification information for this processor."/>
129 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800130 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
132 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800133 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 <Property Name="Manufacturer" Type="Edm.String">
135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136 <Annotation Term="OData.Description" String="The processor manufacturer."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.LongDescription" String="This property shall contain a string that identifies the manufacturer of the processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Property>
139 <Property Name="Model" Type="Edm.String">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141 <Annotation Term="OData.Description" String="The product model number of this device."/>
142 <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this processor."/>
143 </Property>
144 <Property Name="MaxSpeedMHz" Type="Edm.Int64">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146 <Annotation Term="OData.Description" String="The maximum clock speed of the processor."/>
147 <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum rated clock speed of the processor in MHz."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800148 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 </Property>
150 <Property Name="TotalCores" Type="Edm.Int64">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="The total number of cores that this processor contains."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent processor cores contained within this processor."/>
154 </Property>
155 <Property Name="TotalThreads" Type="Edm.Int64">
156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <Annotation Term="OData.Description" String="The total number of execution threads that this processor supports."/>
158 <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent execution threads that this processor supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Property>
160 </EntityType>
161
162 <ComplexType Name="ProcessorId">
163 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="The identification information for a processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700165 <Annotation Term="OData.LongDescription" String="This type shall contain identification information for a processor."/>
166 <Property Name="VendorId" Type="Edm.String">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="The vendor identification for this processor."/>
169 <Annotation Term="OData.LongDescription" String="This property shall indicate the vendor Identification string information as provided by the manufacturer of this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700170 </Property>
171 <Property Name="IdentificationRegisters" Type="Edm.String">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="The raw manufacturer-provided CPUID instruction output for this processor."/>
174 <Annotation Term="OData.LongDescription" String="This property shall contain the raw manufacturer-provided CPUID instruction output for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700175 </Property>
176 <Property Name="EffectiveFamily" Type="Edm.String">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <Annotation Term="OData.Description" String="The effective family for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Family information as provided by the manufacturer of this processor."/>
180 </Property>
181 <Property Name="EffectiveModel" Type="Edm.String">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.Description" String="The effective model for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Model information as provided by the manufacturer of this processor."/>
185 </Property>
186 <Property Name="Step" Type="Edm.String">
187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.Description" String="The step value for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700189 <Annotation Term="OData.LongDescription" String="This property shall indicate the Step or revision string information as provided by the manufacturer of this processor."/>
190 </Property>
191 <Property Name="MicrocodeInfo" Type="Edm.String">
192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="The microcode information for this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 <Annotation Term="OData.LongDescription" String="This property shall indicate the Microcode Information as provided by the manufacturer of this processor."/>
195 </Property>
196 </ComplexType>
197
198 <EnumType Name="ProcessorType">
199 <Member Name="CPU">
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <Annotation Term="OData.Description" String="A CPU."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700201 </Member>
202 <Member Name="GPU">
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Annotation Term="OData.Description" String="A GPU."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700204 </Member>
205 <Member Name="FPGA">
Ed Tanouscb103132019-10-08 11:34:22 -0700206 <Annotation Term="OData.Description" String="An FPGA."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700207 </Member>
208 <Member Name="DSP">
Ed Tanouscb103132019-10-08 11:34:22 -0700209 <Annotation Term="OData.Description" String="A DSP."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 </Member>
211 <Member Name="Accelerator">
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="An accelerator."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700213 </Member>
214 <Member Name="Core">
Ed Tanouscb103132019-10-08 11:34:22 -0700215 <Annotation Term="OData.Description" String="A core in a processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600216 <Annotation Term="Redfish.Revisions">
217 <Collection>
218 <Record>
219 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
220 <PropertyValue Property="Version" String="v1_3_0"/>
221 </Record>
222 </Collection>
223 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Member>
225 <Member Name="Thread">
Ed Tanouscb103132019-10-08 11:34:22 -0700226 <Annotation Term="OData.Description" String="A thread in a processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600227 <Annotation Term="Redfish.Revisions">
228 <Collection>
229 <Record>
230 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
231 <PropertyValue Property="Version" String="v1_3_0"/>
232 </Record>
233 </Collection>
234 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Member>
236 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="An OEM-defined processing unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 </EnumType>
240
241 <TypeDefinition Name="ProcessorArchitecture" UnderlyingType="Edm.String">
242 <Annotation Term="Redfish.Enumeration">
243 <Collection>
244 <Record>
245 <PropertyValue Property="Member" String="x86"/>
246 <Annotation Term="OData.Description" String="x86 or x86-64."/>
247 </Record>
248 <Record>
249 <PropertyValue Property="Member" String="IA-64"/>
250 <Annotation Term="OData.Description" String="Intel Itanium."/>
251 </Record>
252 <Record>
253 <PropertyValue Property="Member" String="ARM"/>
254 <Annotation Term="OData.Description" String="ARM."/>
255 </Record>
256 <Record>
257 <PropertyValue Property="Member" String="MIPS"/>
258 <Annotation Term="OData.Description" String="MIPS."/>
259 </Record>
260 <Record>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600261 <PropertyValue Property="Member" String="Power"/>
262 <Annotation Term="OData.Description" String="Power."/>
263 <Annotation Term="Redfish.Revisions">
264 <Collection>
265 <Record>
266 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
267 <PropertyValue Property="Version" String="v1_4_0"/>
268 </Record>
269 </Collection>
270 </Annotation>
271 </Record>
272 <Record>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700273 <PropertyValue Property="Member" String="OEM"/>
274 <Annotation Term="OData.Description" String="OEM-defined."/>
275 </Record>
276 </Collection>
277 </Annotation>
278 </TypeDefinition>
279
280 <TypeDefinition Name="InstructionSet" UnderlyingType="Edm.String">
281 <Annotation Term="Redfish.Enumeration">
282 <Collection>
283 <Record>
284 <PropertyValue Property="Member" String="x86"/>
285 <Annotation Term="OData.Description" String="x86 32-bit."/>
286 </Record>
287 <Record>
288 <PropertyValue Property="Member" String="x86-64"/>
289 <Annotation Term="OData.Description" String="x86 64-bit."/>
290 </Record>
291 <Record>
292 <PropertyValue Property="Member" String="IA-64"/>
293 <Annotation Term="OData.Description" String="Intel IA-64."/>
294 </Record>
295 <Record>
296 <PropertyValue Property="Member" String="ARM-A32"/>
297 <Annotation Term="OData.Description" String="ARM 32-bit."/>
298 </Record>
299 <Record>
300 <PropertyValue Property="Member" String="ARM-A64"/>
301 <Annotation Term="OData.Description" String="ARM 64-bit."/>
302 </Record>
303 <Record>
304 <PropertyValue Property="Member" String="MIPS32"/>
305 <Annotation Term="OData.Description" String="MIPS 32-bit."/>
306 </Record>
307 <Record>
308 <PropertyValue Property="Member" String="MIPS64"/>
309 <Annotation Term="OData.Description" String="MIPS 64-bit."/>
310 </Record>
311 <Record>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600312 <PropertyValue Property="Member" String="PowerISA"/>
313 <Annotation Term="OData.Description" String="PowerISA-64 or PowerISA-32."/>
314 <Annotation Term="Redfish.Revisions">
315 <Collection>
316 <Record>
317 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
318 <PropertyValue Property="Version" String="v1_4_0"/>
319 </Record>
320 </Collection>
321 </Annotation>
322 </Record>
323 <Record>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700324 <PropertyValue Property="Member" String="OEM"/>
325 <Annotation Term="OData.Description" String="OEM-defined."/>
326 </Record>
327 </Collection>
328 </Annotation>
329 </TypeDefinition>
330
331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_2">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700335 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700336 <EntityType Name="Processor" BaseType="Processor.v1_0_0.Processor"/>
337 </Schema>
338
339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_3">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700342 <EntityType Name="Processor" BaseType="Processor.v1_0_2.Processor"/>
343 </Schema>
344
345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_4">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700347 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348 <EntityType Name="Processor" BaseType="Processor.v1_0_3.Processor"/>
349 </Schema>
350
Ed Tanous530520e2019-01-02 13:41:37 -0800351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_5">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="This version was created to add Units annotations to the MaxSpeedMHz property. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800354 <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor"/>
355 </Schema>
356
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_6">
358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700359 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600360 <EntityType Name="Processor" BaseType="Processor.v1_0_5.Processor"/>
361 </Schema>
362
Ed Tanouscb103132019-10-08 11:34:22 -0700363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_7">
364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
366 <EntityType Name="Processor" BaseType="Processor.v1_0_6.Processor"/>
367 </Schema>
368
369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_8">
370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
372 <EntityType Name="Processor" BaseType="Processor.v1_0_7.Processor"/>
373 </Schema>
374
Jason M. Billsea4aa752018-06-05 13:29:11 -0700375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_0">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600377 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700378 <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor">
379 <Property Name="Links" Type="Processor.v1_1_0.Links" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
381 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700382 </Property>
383 <Property Name="Actions" Type="Processor.v1_1_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700384 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
385 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700386 </Property>
387 </EntityType>
388
389 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
391 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700392 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
393 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The link to the chassis that contains this processor."/>
395 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type chassis that represents the physical container associated with this processor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 <Annotation Term="OData.AutoExpandReferences"/>
397 </NavigationProperty>
398 </ComplexType>
399
400 <ComplexType Name="Actions">
401 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700402 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
403 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800404 <Property Name="Oem" Type="Processor.v1_1_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700405 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
406 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800407 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 </ComplexType>
409
410 <ComplexType Name="OemActions">
411 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
413 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700414 </ComplexType>
415 </Schema>
416
Ed Tanous530520e2019-01-02 13:41:37 -0800417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_1">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
420 <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor"/>
421 </Schema>
422
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_2">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700425 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600426 <EntityType Name="Processor" BaseType="Processor.v1_1_1.Processor"/>
427 </Schema>
428
Ed Tanouscb103132019-10-08 11:34:22 -0700429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_3">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
432 <EntityType Name="Processor" BaseType="Processor.v1_1_2.Processor"/>
433 </Schema>
434
435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_4">
436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
437 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
438 <EntityType Name="Processor" BaseType="Processor.v1_1_3.Processor"/>
439 </Schema>
440
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_0">
442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600443 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor">
Ed Tanous530520e2019-01-02 13:41:37 -0800445 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700446 <Annotation Term="OData.Description" String="The location of the processor."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800447 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated processor."/>
448 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
450 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700451 <Annotation Term="OData.Description" String="The link to an assembly associated with this processor."/>
452 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700453 <Annotation Term="OData.AutoExpandReferences"/>
454 </NavigationProperty>
455 </EntityType>
456 </Schema>
457
Ed Tanous530520e2019-01-02 13:41:37 -0800458 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_1">
459 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
460 <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
461 <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor"/>
462 </Schema>
463
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600464 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_2">
465 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700466 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600467 <EntityType Name="Processor" BaseType="Processor.v1_2_1.Processor"/>
468 </Schema>
469
Ed Tanouscb103132019-10-08 11:34:22 -0700470 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_3">
471 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
472 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
473 <EntityType Name="Processor" BaseType="Processor.v1_2_2.Processor"/>
474 </Schema>
475
476 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_4">
477 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
479 <EntityType Name="Processor" BaseType="Processor.v1_2_3.Processor"/>
480 </Schema>
481
Jason M. Billsea4aa752018-06-05 13:29:11 -0700482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_0">
483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600484 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700485 <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor">
486 <NavigationProperty Name="SubProcessors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
487 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700488 <Annotation Term="OData.Description" String="The link to the collection of subprocessors associated with this system, such as cores or threads, that are part of a processor."/>
489 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type ProcessorCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700490 <Annotation Term="OData.AutoExpandReferences"/>
491 </NavigationProperty>
492 </EntityType>
493 </Schema>
494
Ed Tanous530520e2019-01-02 13:41:37 -0800495 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_1">
496 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497 <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
498 <EntityType Name="Processor" BaseType="Processor.v1_3_0.Processor"/>
499 </Schema>
500
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600501 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_2">
502 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700503 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600504 <EntityType Name="Processor" BaseType="Processor.v1_3_1.Processor"/>
505 </Schema>
506
Ed Tanouscb103132019-10-08 11:34:22 -0700507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_3">
508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
510 <EntityType Name="Processor" BaseType="Processor.v1_3_2.Processor"/>
511 </Schema>
512
513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_4">
514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
516 <EntityType Name="Processor" BaseType="Processor.v1_3_3.Processor"/>
517 </Schema>
518
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_0">
520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521 <Annotation Term="Redfish.Release" String="2018.3"/>
522 <Annotation Term="OData.Description" String="This version was created to add TDPWatts and MaxTDPWatts. It was also created to add Power architecture to ProcessorArchitecture and PowerISA to InstructionSet."/>
523
524 <EntityType Name="Processor" BaseType="Processor.v1_3_2.Processor">
525 <Property Name="TDPWatts" Type="Edm.Int64">
526 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
527 <Annotation Term="OData.Description" String="The nominal Thermal Design Power (TDP) in watts."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <Annotation Term="OData.LongDescription" String="This property shall contain the nominal Thermal Design Power (TDP) in watts."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600529 <Annotation Term="Measures.Unit" String="W"/>
530 </Property>
531 <Property Name="MaxTDPWatts" Type="Edm.Int64">
532 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
533 <Annotation Term="OData.Description" String="The maximum Thermal Design Power (TDP) in watts."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700534 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum Thermal Design Power (TDP) in watts."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600535 <Annotation Term="Measures.Unit" String="W"/>
536 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700537 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" Nullable="false">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600538 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700539 <Annotation Term="OData.Description" String="The link to the metrics associated with this processor."/>
540 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600541 </NavigationProperty>
542 <Property Name="UUID" Type="Resource.UUID">
543 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700544 <Annotation Term="OData.Description" String="The UUID for this processor."/>
545 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the processor. RFC4122 describes methods to use to create the value. The value should be considered to be opaque. Client software should only treat the overall value as a universally unique identifier and should not interpret any sub-fields within the UUID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600546 </Property>
547 <Property Name="ProcessorMemory" Type="Collection(Processor.v1_4_0.ProcessorMemory)" Nullable="false">
548 <Annotation Term="OData.Description" String="The memory directly attached or integrated witin this Procesor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700549 <Annotation Term="OData.LongDescription" String="This property shall contain the memory directly attached or integrated witin this Processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600550 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700551 <Property Name="FPGA" Type="Processor.v1_4_0.FPGA" Nullable="false">
552 <Annotation Term="OData.Description" String="The properties for processors of the FPGA type."/>
553 <Annotation Term="OData.LongDescription" String="This property shall contain an object containing properties for processors of the FPGA type."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600554 </Property>
555 <NavigationProperty Name="AccelerationFunctions" Type="AccelerationFunctionCollection.AccelerationFunctionCollection" ContainsTarget="true" Nullable="false">
556 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <Annotation Term="OData.Description" String="The link to the collection of acceleration functions associated with this processor."/>
558 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type AccelerationFunctionCollection."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600559 <Annotation Term="OData.AutoExpandReferences"/>
560 </NavigationProperty>
561 </EntityType>
562
563 <ComplexType Name="Links" BaseType="Processor.v1_1_0.Links">
564 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
565 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700566 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this processor."/>
567 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Endpoint type that represent endpoints accociated with this Processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600568 <Annotation Term="OData.AutoExpandReferences"/>
569 </NavigationProperty>
570 <NavigationProperty Name="ConnectedProcessors" Type="Collection(Processor.Processor)">
571 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Annotation Term="OData.Description" String="An array of links to the processors directly connected to this processor."/>
573 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Processor type that are directly connected to this Processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600574 <Annotation Term="OData.AutoExpandReferences"/>
575 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700576 <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice" Nullable="false">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600577 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700578 <Annotation Term="OData.Description" String="The link to the PCIe device associated with this processor."/>
579 <Annotation Term="OData.LongDescription" String="This property shall contain a link of the PCIeDevice type that represents the PCIe device associated with this processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600580 <Annotation Term="OData.AutoExpandReferences"/>
581 </NavigationProperty>
582 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
583 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700584 <Annotation Term="OData.Description" String="An array of links to the PCIeFunctions associated with this Processor."/>
585 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the PCIeFunction type that represent the PCIe functions associated with this Processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600586 <Annotation Term="OData.AutoExpandReferences"/>
587 </NavigationProperty>
588 </ComplexType>
589
590 <ComplexType Name="ProcessorMemory">
591 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
592 <Annotation Term="OData.Description" String="This type describes the memory directly attached or integrated within a processor."/>
593 <Annotation Term="OData.LongDescription" String="This type shall contain information about memory directly attached or integratied within a processor."/>
594 <Property Name="IntegratedMemory" Type="Edm.Boolean">
595 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700596 <Annotation Term="OData.Description" String="An indication of whether this memory is integrated within the processor."/>
597 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory is integrated within the processor. Otherwise, it is discrete memory attached to the processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600598 </Property>
599 <Property Name="MemoryType" Type="Processor.v1_4_0.ProcessorMemoryType">
600 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
601 <Annotation Term="OData.Description" String="The type of memory used by this processor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700602 <Annotation Term="OData.LongDescription" String="This property shall contain a type of the processor memory type."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600603 </Property>
604 <Property Name="CapacityMiB" Type="Edm.Int64">
605 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
606 <Annotation Term="OData.Description" String="The memory capacity in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700607 <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600608 <Annotation Term="Measures.Unit" String="MiBy"/>
609 </Property>
610 <Property Name="SpeedMHz" Type="Edm.Int64">
611 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
612 <Annotation Term="OData.Description" String="The operating speed of the memory in MHz."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700613 <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the memory in MHz."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600614 </Property>
615 </ComplexType>
616
617 <EnumType Name="ProcessorMemoryType">
618 <Member Name="L1Cache">
619 <Annotation Term="OData.Description" String="L1 cache."/>
620 </Member>
621 <Member Name="L2Cache">
622 <Annotation Term="OData.Description" String="L2 cache."/>
623 </Member>
624 <Member Name="L3Cache">
625 <Annotation Term="OData.Description" String="L3 cache."/>
626 </Member>
627 <Member Name="L4Cache">
628 <Annotation Term="OData.Description" String="L4 cache."/>
629 </Member>
630 <Member Name="L5Cache">
631 <Annotation Term="OData.Description" String="L5 cache."/>
632 </Member>
633 <Member Name="L6Cache">
634 <Annotation Term="OData.Description" String="L6 cache."/>
635 </Member>
636 <Member Name="L7Cache">
637 <Annotation Term="OData.Description" String="L7 cache."/>
638 </Member>
639 <Member Name="HBM1">
640 <Annotation Term="OData.Description" String="High Bandwidth Memory."/>
641 </Member>
642 <Member Name="HBM2">
643 <Annotation Term="OData.Description" String="The second generation of High Bandwidth Memory."/>
644 </Member>
645 <Member Name="HBM3">
646 <Annotation Term="OData.Description" String="The third generation of High Bandwidth Memory."/>
647 </Member>
648 <Member Name="SGRAM">
649 <Annotation Term="OData.Description" String="Synchronous graphics RAM."/>
650 </Member>
651 <Member Name="GDDR">
652 <Annotation Term="OData.Description" String="Synchronous graphics random-access memory."/>
653 </Member>
654 <Member Name="GDDR2">
655 <Annotation Term="OData.Description" String="Double data rate type two synchronous graphics random-access memory."/>
656 </Member>
657 <Member Name="GDDR3">
658 <Annotation Term="OData.Description" String="Double data rate type three synchronous graphics random-access memory."/>
659 </Member>
660 <Member Name="GDDR4">
661 <Annotation Term="OData.Description" String="Double data rate type four synchronous graphics random-access memory."/>
662 </Member>
663 <Member Name="GDDR5">
664 <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
665 </Member>
666 <Member Name="GDDR5X">
667 <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
668 </Member>
669 <Member Name="GDDR6">
670 <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
671 </Member>
672 <Member Name="DDR">
673 <Annotation Term="OData.Description" String="Double data rate synchronous dynamic random-access memory."/>
674 </Member>
675 <Member Name="DDR2">
676 <Annotation Term="OData.Description" String="Double data rate type two synchronous dynamic random-access memory."/>
677 </Member>
678 <Member Name="DDR3">
679 <Annotation Term="OData.Description" String="Double data rate type three synchronous dynamic random-access memory."/>
680 </Member>
681 <Member Name="DDR4">
682 <Annotation Term="OData.Description" String="Double data rate type four synchronous dynamic random-access memory."/>
683 </Member>
684 <Member Name="DDR5">
685 <Annotation Term="OData.Description" String="Double data rate type five synchronous dynamic random-access memory."/>
686 </Member>
687 <Member Name="SDRAM">
688 <Annotation Term="OData.Description" String="Synchronous dynamic random-access memory."/>
689 </Member>
690 <Member Name="SRAM">
691 <Annotation Term="OData.Description" String="Static random-access memory."/>
692 </Member>
693 <Member Name="Flash">
694 <Annotation Term="OData.Description" String="Flash memory."/>
695 </Member>
696 <Member Name="OEM">
697 <Annotation Term="OData.Description" String="OEM-defined."/>
698 </Member>
699 </EnumType>
700
701 <ComplexType Name="FPGA">
702 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
703 <Annotation Term="OData.Description" String="The properties of the FPGA device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700704 <Annotation Term="OData.LongDescription" String="This object shall contain the properties of the FPGA device represented by a processor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600705 <Property Name="FpgaType" Type="Processor.v1_4_0.FpgaType" Nullable="false">
706 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
707 <Annotation Term="OData.Description" String="The FPGA type."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700708 <Annotation Term="OData.LongDescription" String="This property shall contain a type of the FPGA device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600709 </Property>
710 <Property Name="Model" Type="Edm.String" Nullable="false">
711 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
712 <Annotation Term="OData.Description" String="The FPGA model."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700713 <Annotation Term="OData.LongDescription" String="This property shall contain a model of the FPGA device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600714 </Property>
715 <Property Name="FirmwareId" Type="Edm.String" Nullable="false">
716 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
717 <Annotation Term="OData.Description" String="The FPGA firmware identifier."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700718 <Annotation Term="OData.LongDescription" String="This property shall contain a string decsribing the FPGA firmware identifier."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600719 </Property>
720 <Property Name="FirmwareManufacturer" Type="Edm.String" Nullable="false">
721 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
722 <Annotation Term="OData.Description" String="The FPGA firmware manufacturer."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700723 <Annotation Term="OData.LongDescription" String="This property shall contain a string decsribing the FPGA firmware manufacturer."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600724 </Property>
725 <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
726 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
727 <Annotation Term="OData.Description" String="The FPGA firmware version."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700728 <Annotation Term="OData.LongDescription" String="This property shall contain a string decsribing the FPGA firmware version."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600729 </Property>
730 <Property Name="HostInterface" Type="Processor.v1_4_0.FpgaInterface" Nullable="false">
731 <Annotation Term="OData.Description" String="The FPGA interface to the host."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700732 <Annotation Term="OData.LongDescription" String="This property shall contain an object that describes the connectivity to the host for system software to use."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600733 </Property>
734 <Property Name="ExternalInterfaces" Type="Collection(Processor.v1_4_0.FpgaInterface)" Nullable="false">
735 <Annotation Term="OData.Description" String="An array of the FPGA external interfaces."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700736 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that describe the external connectivity of the FPGA."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600737 </Property>
738 <Property Name="PCIeVirtualFunctions" Type="Edm.Int64" Nullable="false">
739 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
740 <Annotation Term="OData.Description" String="The number of the PCIe Virtual Functions."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700741 <Annotation Term="OData.LongDescription" String="This property shall contain an integer that describes the number of PCIe Virtual Functions configured within the FPGA."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600742 </Property>
743 <Property Name="ProgrammableFromHost" Type="Edm.Boolean">
744 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700745 <Annotation Term="OData.Description" String="An indication of whether the FPGA firmware can be reprogrammed from the host by using system software."/>
746 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the FPGA firmware can be reprogrammed from the host by using system software. If false, system software shall not be able to program the FPGA firmware from the system interface. In either state, a management controller may be able to program the FPGA firmware by using the sideband interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600747 </Property>
748 <Property Name="ReconfigurationSlots" Type="Collection(Processor.v1_4_0.FpgaReconfigurationSlot)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700749 <Annotation Term="OData.Description" String="An array of the FPGA reconfiguration slots. An FPGA uses a reconfiguration slot to contain an acceleration function that can change as the FPGA is provisioned."/>
750 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the structures that describe the FPGA reconfiguration slots that the acceleration functions can program."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600751 </Property>
752 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700753 <Annotation Term="OData.Description" String="The OEM extension property."/>
754 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600755 </Property>
756 </ComplexType>
757
758 <ComplexType Name="FpgaReconfigurationSlot">
759 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700760 <Annotation Term="OData.Description" String="This type describes the FPGA reconfiguration slot. An FPGA uses a reconfiguration slot to contain an acceleration function that can change as the FPGA is provisioned."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600761 <Annotation Term="OData.LongDescription" String="This type shall contain information about the FPGA reconfiguration slot."/>
762 <Property Name="SlotId" Type="Edm.String">
763 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
764 <Annotation Term="OData.Description" String="The FPGA reconfiguration slot identifier."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700765 <Annotation Term="OData.LongDescription" String="This property shall contain the FPGA reconfiguration slot identifier."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600766 </Property>
767 <Property Name="UUID" Type="Resource.UUID">
768 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700769 <Annotation Term="OData.Description" String="The UUID for this reconfiguration slot."/>
770 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the reconfiguration slot."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600771 </Property>
772 <Property Name="ProgrammableFromHost" Type="Edm.Boolean">
773 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700774 <Annotation Term="OData.Description" String="An indication of whether the reconfiguration slot can be reprogrammed from the host by using system software."/>
775 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the reconfiguration slot can be reprogrammed from the host by using system software. If false, system software shall not be able to program the reconfiguration slot from the system interface. In either state, a management controller may be able to program the reconfiguration slot by using the sideband interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600776 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700777 <NavigationProperty Name="AccelerationFunction" Type="AccelerationFunction.AccelerationFunction" Nullable="false">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600778 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700779 <Annotation Term="OData.Description" String="The link to the acceleration function that the code programmed into a reconfiguration slot provides."/>
780 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the acceleration function that the code programmed into a reconfiguration slot provides. It shall link to a Resource of type AccelerationFunction."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600781 </NavigationProperty>
782 </ComplexType>
783
784 <EnumType Name="FpgaType">
785 <Member Name="Integrated">
Ed Tanouscb103132019-10-08 11:34:22 -0700786 <Annotation Term="OData.Description" String="The FPGA device integrasted with other processor in the single chip."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600787 </Member>
788 <Member Name="Discrete">
789 <Annotation Term="OData.Description" String="The discrete FPGA device."/>
790 </Member>
791 </EnumType>
792
793 <ComplexType Name="FpgaInterface">
794 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
795 <Annotation Term="OData.Description" String="This type describes an interface to the FPGA."/>
796 <Annotation Term="OData.LongDescription" String="This type shall contain information about the interface to the FPGA."/>
797 <Property Name="InterfaceType" Type="Processor.v1_4_0.FpgaInterfaceType">
798 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
799 <Annotation Term="OData.Description" String="The FPGA interface type."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700800 <Annotation Term="OData.LongDescription" String="This property shall contain an enumerated value that describes the type of interface to the FPGA."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600801 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Property Name="PCIe" Type="PCIeDevice.PCIeInterface" Nullable="false">
803 <Annotation Term="OData.Description" String="The PCIe-related information for this FPGA interface."/>
804 <Annotation Term="OData.LongDescription" String="This property shall contain an object the describes the PCIe-related information for this FPGA interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600805 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700806 <Property Name="Ethernet" Type="Processor.v1_4_0.EthernetInterface" Nullable="false">
807 <Annotation Term="OData.Description" String="The Ethernet-related information for this FPGA interface."/>
808 <Annotation Term="OData.LongDescription" String="This property shall contain an object the describes the Ethernet-related information for this FPGA interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600809 </Property>
810 </ComplexType>
811
812 <ComplexType Name="EthernetInterface">
Ed Tanouscb103132019-10-08 11:34:22 -0700813 <Annotation Term="OData.Description" String="This type defines an Ethernet interface."/>
814 <Annotation Term="OData.LongDescription" String="These properties shall contain the definition for an Ethernet interface for a Redfish implementation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600815 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700816 <Annotation Term="OData.Description" String="The OEM extension property."/>
817 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600818 </Property>
819 <Property Name="MaxSpeedMbps" Type="Edm.Int64">
820 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
821 <Annotation Term="OData.Description" String="The maximum speed supported by this interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700822 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum speed supported by this interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600823 <Annotation Term="Measures.Unit" String="Mbit/s"/>
824 </Property>
825 <Property Name="MaxLanes" Type="Edm.Int64">
826 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700827 <Annotation Term="OData.Description" String="The number of lanes supported by this interface."/>
828 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of lanes supported by this interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600829 </Property>
830 </ComplexType>
831
832 <EnumType Name="FpgaInterfaceType">
833 <Member Name="QPI">
834 <Annotation Term="OData.Description" String="The Intel QuickPath Interconnect."/>
835 </Member>
836 <Member Name="UPI">
837 <Annotation Term="OData.Description" String="The Intel UltraPath Interconnect."/>
838 </Member>
839 <Member Name="PCIe">
840 <Annotation Term="OData.Description" String="A PCI Express interface."/>
841 </Member>
842 <Member Name="Ethernet">
843 <Annotation Term="OData.Description" String="An Ethernet interface."/>
844 </Member>
845 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700846 <Annotation Term="OData.Description" String="An OEM-defined interface."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600847 </Member>
848 </EnumType>
849 </Schema>
850
Ed Tanouscb103132019-10-08 11:34:22 -0700851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_1">
852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
854 <EntityType Name="Processor" BaseType="Processor.v1_4_0.Processor"/>
855 </Schema>
856
857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_2">
858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
860 <EntityType Name="Processor" BaseType="Processor.v1_4_1.Processor"/>
861 </Schema>
862
863 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_0">
864 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
865 <Annotation Term="Redfish.Release" String="2019.1"/>
866 <Annotation Term="OData.Description" String="This version was created to add TotalEnabledCores property."/>
867
868 <EntityType Name="Processor" BaseType="Processor.v1_4_1.Processor">
869 <Property Name="TotalEnabledCores" Type="Edm.Int64">
870 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
871 <Annotation Term="OData.Description" String="The total number of enabled cores that this processor contains."/>
872 <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of enabled independent processor cores contained within this processor."/>
873 </Property>
874 </EntityType>
875 </Schema>
876
877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_1">
878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
880 <EntityType Name="Processor" BaseType="Processor.v1_5_0.Processor"/>
881 </Schema>
882
Jason M. Billsea4aa752018-06-05 13:29:11 -0700883 </edmx:DataServices>
884</edmx:Edmx>