Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 4 | <!--# Redfish Schema: Processor v1.12.0 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 8 | <!--# Copyright 2014-2021 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 9 | <!--# 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 Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 20 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 23 | <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"/> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 29 | <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 30 | </edmx:Reference> |
| 31 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> |
| 32 | <edmx:Include Namespace="Chassis"/> |
| 33 | </edmx:Reference> |
| 34 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> |
| 35 | <edmx:Include Namespace="Assembly"/> |
| 36 | </edmx:Reference> |
| 37 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml"> |
| 38 | <edmx:Include Namespace="ProcessorCollection"/> |
| 39 | </edmx:Reference> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 40 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorMetrics_v1.xml"> |
| 41 | <edmx:Include Namespace="ProcessorMetrics"/> |
| 42 | </edmx:Reference> |
| 43 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml"> |
| 44 | <edmx:Include Namespace="Endpoint"/> |
| 45 | </edmx:Reference> |
| 46 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccelerationFunction_v1.xml"> |
| 47 | <edmx:Include Namespace="AccelerationFunction"/> |
| 48 | </edmx:Reference> |
| 49 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccelerationFunctionCollection_v1.xml"> |
| 50 | <edmx:Include Namespace="AccelerationFunctionCollection"/> |
| 51 | </edmx:Reference> |
| 52 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml"> |
| 53 | <edmx:Include Namespace="PCIeDevice"/> |
| 54 | </edmx:Reference> |
| 55 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml"> |
| 56 | <edmx:Include Namespace="PCIeFunction"/> |
| 57 | </edmx:Reference> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 58 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/OperatingConfigCollection_v1.xml"> |
| 59 | <edmx:Include Namespace="OperatingConfigCollection"/> |
| 60 | </edmx:Reference> |
| 61 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/OperatingConfig_v1.xml"> |
| 62 | <edmx:Include Namespace="OperatingConfig"/> |
| 63 | </edmx:Reference> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 64 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> |
| 65 | <edmx:Include Namespace="EnvironmentMetrics"/> |
| 66 | </edmx:Reference> |
| 67 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryMetrics_v1.xml"> |
| 68 | <edmx:Include Namespace="MemoryMetrics"/> |
| 69 | </edmx:Reference> |
| 70 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Memory_v1.xml"> |
| 71 | <edmx:Include Namespace="Memory"/> |
| 72 | </edmx:Reference> |
| 73 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> |
| 74 | <edmx:Include Namespace="CertificateCollection"/> |
| 75 | </edmx:Reference> |
| 76 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml"> |
| 77 | <edmx:Include Namespace="SoftwareInventory"/> |
| 78 | </edmx:Reference> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 79 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/GraphicsController_v1.xml"> |
| 80 | <edmx:Include Namespace="GraphicsController"/> |
| 81 | </edmx:Reference> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 82 | |
| 83 | <edmx:DataServices> |
| 84 | |
| 85 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor"> |
| 86 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 87 | |
| 88 | <EntityType Name="Processor" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 89 | <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."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 90 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 91 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 92 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 93 | <Record> |
| 94 | <PropertyValue Property="Insertable" Bool="false"/> |
| 95 | </Record> |
| 96 | </Annotation> |
| 97 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 98 | <Record> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 99 | <PropertyValue Property="Updatable" Bool="true"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 100 | </Record> |
| 101 | </Annotation> |
| 102 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 103 | <Record> |
| 104 | <PropertyValue Property="Deletable" Bool="false"/> |
| 105 | </Record> |
| 106 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 107 | <Annotation Term="Redfish.Uris"> |
| 108 | <Collection> |
| 109 | <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String> |
| 110 | <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 111 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}</String> |
| 112 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 113 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String> |
| 114 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 115 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}</String> |
| 116 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 117 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String> |
| 118 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 119 | </Collection> |
| 120 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 121 | </EntityType> |
| 122 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 123 | <Action Name="Reset" IsBound="true"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 124 | <Annotation Term="OData.Description" String="This action resets the processor."/> |
| 125 | <Annotation Term="OData.LongDescription" String="This action shall reset the processor."/> |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 126 | <Parameter Name="Processor" Type="Processor.v1_1_0.Actions"/> |
| 127 | <Parameter Name="ResetType" Type="Resource.ResetType"> |
| 128 | <Annotation Term="OData.Description" String="The type of reset."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 129 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation specific default reset."/> |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 130 | </Parameter> |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 131 | <Annotation Term="Redfish.Revisions"> |
| 132 | <Collection> |
| 133 | <Record> |
| 134 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 135 | <PropertyValue Property="Version" String="v1_6_0"/> |
| 136 | </Record> |
| 137 | </Collection> |
| 138 | </Annotation> |
| 139 | </Action> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 140 | </Schema> |
| 141 | |
| 142 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_0"> |
| 143 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 144 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 145 | |
| 146 | <EntityType Name="Processor" BaseType="Processor.Processor"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 147 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 148 | <Property Name="Socket" Type="Edm.String"> |
| 149 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 150 | <Annotation Term="OData.Description" String="The socket or location of the processor."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 151 | <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the physical location or socket of the processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 152 | </Property> |
| 153 | <Property Name="ProcessorType" Type="Processor.v1_0_0.ProcessorType"> |
| 154 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 155 | <Annotation Term="OData.Description" String="The type of processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 156 | <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the type of processor contained in this socket."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 157 | </Property> |
| 158 | <Property Name="ProcessorArchitecture" Type="Processor.v1_0_0.ProcessorArchitecture"> |
| 159 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 160 | <Annotation Term="OData.Description" String="The architecture of the processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 161 | <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the architecture of the processor contained in this socket."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 162 | </Property> |
| 163 | <Property Name="InstructionSet" Type="Processor.v1_0_0.InstructionSet"> |
| 164 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 165 | <Annotation Term="OData.Description" String="The instruction set of the processor."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 166 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 167 | </Property> |
| 168 | <Property Name="ProcessorId" Type="Processor.v1_0_0.ProcessorId" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 169 | <Annotation Term="OData.Description" String="The identification information for this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 170 | <Annotation Term="OData.LongDescription" String="This object shall contain identification information for this processor."/> |
| 171 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 172 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 173 | <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> |
| 174 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 175 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 176 | <Property Name="Manufacturer" Type="Edm.String"> |
| 177 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 178 | <Annotation Term="OData.Description" String="The processor manufacturer."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 179 | <Annotation Term="OData.LongDescription" String="This property shall contain a string that identifies the manufacturer of the processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 180 | </Property> |
| 181 | <Property Name="Model" Type="Edm.String"> |
| 182 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 183 | <Annotation Term="OData.Description" String="The product model number of this device."/> |
| 184 | <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this processor."/> |
| 185 | </Property> |
| 186 | <Property Name="MaxSpeedMHz" Type="Edm.Int64"> |
| 187 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 188 | <Annotation Term="OData.Description" String="The maximum clock speed of the processor."/> |
| 189 | <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum rated clock speed of the processor in MHz."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 190 | <Annotation Term="Measures.Unit" String="MHz"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 191 | </Property> |
| 192 | <Property Name="TotalCores" Type="Edm.Int64"> |
| 193 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 194 | <Annotation Term="OData.Description" String="The total number of cores that this processor contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 195 | <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent processor cores contained within this processor."/> |
| 196 | </Property> |
| 197 | <Property Name="TotalThreads" Type="Edm.Int64"> |
| 198 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 199 | <Annotation Term="OData.Description" String="The total number of execution threads that this processor supports."/> |
| 200 | <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent execution threads that this processor supports."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 201 | </Property> |
| 202 | </EntityType> |
| 203 | |
| 204 | <ComplexType Name="ProcessorId"> |
| 205 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 206 | <Annotation Term="OData.Description" String="The identification information for a processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 207 | <Annotation Term="OData.LongDescription" String="This type shall contain identification information for a processor."/> |
| 208 | <Property Name="VendorId" Type="Edm.String"> |
| 209 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 210 | <Annotation Term="OData.Description" String="The vendor identification for this processor."/> |
| 211 | <Annotation Term="OData.LongDescription" String="This property shall indicate the vendor Identification string information as provided by the manufacturer of this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 212 | </Property> |
| 213 | <Property Name="IdentificationRegisters" Type="Edm.String"> |
| 214 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 215 | <Annotation Term="OData.Description" String="The raw manufacturer-provided processor identification registers for this processor."/> |
| 216 | <Annotation Term="OData.LongDescription" String="This property shall contain the raw manufacturer-provided processor-specific identification registers of this processor's features."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 217 | </Property> |
| 218 | <Property Name="EffectiveFamily" Type="Edm.String"> |
| 219 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 220 | <Annotation Term="OData.Description" String="The effective family for this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 221 | <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Family information as provided by the manufacturer of this processor."/> |
| 222 | </Property> |
| 223 | <Property Name="EffectiveModel" Type="Edm.String"> |
| 224 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 225 | <Annotation Term="OData.Description" String="The effective model for this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 226 | <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Model information as provided by the manufacturer of this processor."/> |
| 227 | </Property> |
| 228 | <Property Name="Step" Type="Edm.String"> |
| 229 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 230 | <Annotation Term="OData.Description" String="The step value for this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 231 | <Annotation Term="OData.LongDescription" String="This property shall indicate the Step or revision string information as provided by the manufacturer of this processor."/> |
| 232 | </Property> |
| 233 | <Property Name="MicrocodeInfo" Type="Edm.String"> |
| 234 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 235 | <Annotation Term="OData.Description" String="The microcode information for this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 236 | <Annotation Term="OData.LongDescription" String="This property shall indicate the microcode information as provided by the manufacturer of this processor."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 237 | </Property> |
| 238 | </ComplexType> |
| 239 | |
| 240 | <EnumType Name="ProcessorType"> |
| 241 | <Member Name="CPU"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 242 | <Annotation Term="OData.Description" String="A CPU."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 243 | </Member> |
| 244 | <Member Name="GPU"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 245 | <Annotation Term="OData.Description" String="A GPU."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 246 | </Member> |
| 247 | <Member Name="FPGA"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 248 | <Annotation Term="OData.Description" String="An FPGA."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 249 | </Member> |
| 250 | <Member Name="DSP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 251 | <Annotation Term="OData.Description" String="A DSP."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 252 | </Member> |
| 253 | <Member Name="Accelerator"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 254 | <Annotation Term="OData.Description" String="An accelerator."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 255 | </Member> |
| 256 | <Member Name="Core"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 257 | <Annotation Term="OData.Description" String="A core in a processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 258 | <Annotation Term="Redfish.Revisions"> |
| 259 | <Collection> |
| 260 | <Record> |
| 261 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 262 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 263 | </Record> |
| 264 | </Collection> |
| 265 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 266 | </Member> |
| 267 | <Member Name="Thread"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 268 | <Annotation Term="OData.Description" String="A thread in a processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 269 | <Annotation Term="Redfish.Revisions"> |
| 270 | <Collection> |
| 271 | <Record> |
| 272 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 273 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 274 | </Record> |
| 275 | </Collection> |
| 276 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 277 | </Member> |
| 278 | <Member Name="OEM"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 279 | <Annotation Term="OData.Description" String="An OEM-defined processing unit."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 280 | </Member> |
| 281 | </EnumType> |
| 282 | |
| 283 | <TypeDefinition Name="ProcessorArchitecture" UnderlyingType="Edm.String"> |
| 284 | <Annotation Term="Redfish.Enumeration"> |
| 285 | <Collection> |
| 286 | <Record> |
| 287 | <PropertyValue Property="Member" String="x86"/> |
| 288 | <Annotation Term="OData.Description" String="x86 or x86-64."/> |
| 289 | </Record> |
| 290 | <Record> |
| 291 | <PropertyValue Property="Member" String="IA-64"/> |
| 292 | <Annotation Term="OData.Description" String="Intel Itanium."/> |
| 293 | </Record> |
| 294 | <Record> |
| 295 | <PropertyValue Property="Member" String="ARM"/> |
| 296 | <Annotation Term="OData.Description" String="ARM."/> |
| 297 | </Record> |
| 298 | <Record> |
| 299 | <PropertyValue Property="Member" String="MIPS"/> |
| 300 | <Annotation Term="OData.Description" String="MIPS."/> |
| 301 | </Record> |
| 302 | <Record> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 303 | <PropertyValue Property="Member" String="Power"/> |
| 304 | <Annotation Term="OData.Description" String="Power."/> |
| 305 | <Annotation Term="Redfish.Revisions"> |
| 306 | <Collection> |
| 307 | <Record> |
| 308 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 309 | <PropertyValue Property="Version" String="v1_4_0"/> |
| 310 | </Record> |
| 311 | </Collection> |
| 312 | </Annotation> |
| 313 | </Record> |
| 314 | <Record> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 315 | <PropertyValue Property="Member" String="OEM"/> |
| 316 | <Annotation Term="OData.Description" String="OEM-defined."/> |
| 317 | </Record> |
| 318 | </Collection> |
| 319 | </Annotation> |
| 320 | </TypeDefinition> |
| 321 | |
| 322 | <TypeDefinition Name="InstructionSet" UnderlyingType="Edm.String"> |
| 323 | <Annotation Term="Redfish.Enumeration"> |
| 324 | <Collection> |
| 325 | <Record> |
| 326 | <PropertyValue Property="Member" String="x86"/> |
| 327 | <Annotation Term="OData.Description" String="x86 32-bit."/> |
| 328 | </Record> |
| 329 | <Record> |
| 330 | <PropertyValue Property="Member" String="x86-64"/> |
| 331 | <Annotation Term="OData.Description" String="x86 64-bit."/> |
| 332 | </Record> |
| 333 | <Record> |
| 334 | <PropertyValue Property="Member" String="IA-64"/> |
| 335 | <Annotation Term="OData.Description" String="Intel IA-64."/> |
| 336 | </Record> |
| 337 | <Record> |
| 338 | <PropertyValue Property="Member" String="ARM-A32"/> |
| 339 | <Annotation Term="OData.Description" String="ARM 32-bit."/> |
| 340 | </Record> |
| 341 | <Record> |
| 342 | <PropertyValue Property="Member" String="ARM-A64"/> |
| 343 | <Annotation Term="OData.Description" String="ARM 64-bit."/> |
| 344 | </Record> |
| 345 | <Record> |
| 346 | <PropertyValue Property="Member" String="MIPS32"/> |
| 347 | <Annotation Term="OData.Description" String="MIPS 32-bit."/> |
| 348 | </Record> |
| 349 | <Record> |
| 350 | <PropertyValue Property="Member" String="MIPS64"/> |
| 351 | <Annotation Term="OData.Description" String="MIPS 64-bit."/> |
| 352 | </Record> |
| 353 | <Record> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 354 | <PropertyValue Property="Member" String="PowerISA"/> |
| 355 | <Annotation Term="OData.Description" String="PowerISA-64 or PowerISA-32."/> |
| 356 | <Annotation Term="Redfish.Revisions"> |
| 357 | <Collection> |
| 358 | <Record> |
| 359 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 360 | <PropertyValue Property="Version" String="v1_4_0"/> |
| 361 | </Record> |
| 362 | </Collection> |
| 363 | </Annotation> |
| 364 | </Record> |
| 365 | <Record> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 366 | <PropertyValue Property="Member" String="OEM"/> |
| 367 | <Annotation Term="OData.Description" String="OEM-defined."/> |
| 368 | </Record> |
| 369 | </Collection> |
| 370 | </Annotation> |
| 371 | </TypeDefinition> |
| 372 | |
| 373 | </Schema> |
| 374 | |
| 375 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_2"> |
| 376 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 377 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 378 | <EntityType Name="Processor" BaseType="Processor.v1_0_0.Processor"/> |
| 379 | </Schema> |
| 380 | |
| 381 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_3"> |
| 382 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 383 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 384 | <EntityType Name="Processor" BaseType="Processor.v1_0_2.Processor"/> |
| 385 | </Schema> |
| 386 | |
| 387 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_4"> |
| 388 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 389 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 390 | <EntityType Name="Processor" BaseType="Processor.v1_0_3.Processor"/> |
| 391 | </Schema> |
| 392 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 393 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_5"> |
| 394 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 395 | <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 Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 396 | <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor"/> |
| 397 | </Schema> |
| 398 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 399 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_6"> |
| 400 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 401 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 402 | <EntityType Name="Processor" BaseType="Processor.v1_0_5.Processor"/> |
| 403 | </Schema> |
| 404 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 405 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_7"> |
| 406 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 407 | <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."/> |
| 408 | <EntityType Name="Processor" BaseType="Processor.v1_0_6.Processor"/> |
| 409 | </Schema> |
| 410 | |
| 411 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_8"> |
| 412 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 413 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 414 | <EntityType Name="Processor" BaseType="Processor.v1_0_7.Processor"/> |
| 415 | </Schema> |
| 416 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 417 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_9"> |
| 418 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 419 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 420 | <EntityType Name="Processor" BaseType="Processor.v1_0_8.Processor"/> |
| 421 | </Schema> |
| 422 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 423 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_10"> |
| 424 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 425 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 426 | <EntityType Name="Processor" BaseType="Processor.v1_0_9.Processor"/> |
| 427 | </Schema> |
| 428 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 429 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_11"> |
| 430 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 431 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 432 | <EntityType Name="Processor" BaseType="Processor.v1_0_10.Processor"/> |
| 433 | </Schema> |
| 434 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 435 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_12"> |
| 436 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 437 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 438 | <EntityType Name="Processor" BaseType="Processor.v1_0_11.Processor"/> |
| 439 | </Schema> |
| 440 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 441 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_0"> |
| 442 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 443 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 444 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 445 | <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor"> |
| 446 | <Property Name="Links" Type="Processor.v1_1_0.Links" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 447 | <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> |
| 448 | <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 449 | </Property> |
| 450 | <Property Name="Actions" Type="Processor.v1_1_0.Actions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 451 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 452 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 453 | </Property> |
| 454 | </EntityType> |
| 455 | |
| 456 | <ComplexType Name="Links" BaseType="Resource.Links"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 457 | <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> |
| 458 | <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 459 | <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> |
| 460 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 461 | <Annotation Term="OData.Description" String="The link to the chassis that contains this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 462 | <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. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 463 | <Annotation Term="OData.AutoExpandReferences"/> |
| 464 | </NavigationProperty> |
| 465 | </ComplexType> |
| 466 | |
| 467 | <ComplexType Name="Actions"> |
| 468 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 469 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 470 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 471 | <Property Name="Oem" Type="Processor.v1_1_0.OemActions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 472 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 473 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 474 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 475 | </ComplexType> |
| 476 | |
| 477 | <ComplexType Name="OemActions"> |
| 478 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 479 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 480 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 481 | </ComplexType> |
| 482 | </Schema> |
| 483 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 484 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_1"> |
| 485 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 486 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 487 | <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor"/> |
| 488 | </Schema> |
| 489 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 490 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_2"> |
| 491 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 492 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 493 | <EntityType Name="Processor" BaseType="Processor.v1_1_1.Processor"/> |
| 494 | </Schema> |
| 495 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 496 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_3"> |
| 497 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 498 | <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."/> |
| 499 | <EntityType Name="Processor" BaseType="Processor.v1_1_2.Processor"/> |
| 500 | </Schema> |
| 501 | |
| 502 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_4"> |
| 503 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 504 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 505 | <EntityType Name="Processor" BaseType="Processor.v1_1_3.Processor"/> |
| 506 | </Schema> |
| 507 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 508 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_5"> |
| 509 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 510 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 511 | <EntityType Name="Processor" BaseType="Processor.v1_1_4.Processor"/> |
| 512 | </Schema> |
| 513 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 514 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_6"> |
| 515 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 516 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 517 | <EntityType Name="Processor" BaseType="Processor.v1_1_5.Processor"/> |
| 518 | </Schema> |
| 519 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 520 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_7"> |
| 521 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 522 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 523 | <EntityType Name="Processor" BaseType="Processor.v1_1_6.Processor"/> |
| 524 | </Schema> |
| 525 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 526 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_8"> |
| 527 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 528 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 529 | <EntityType Name="Processor" BaseType="Processor.v1_1_7.Processor"/> |
| 530 | </Schema> |
| 531 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 532 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_0"> |
| 533 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 534 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 535 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 536 | <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 537 | <Property Name="Location" Type="Resource.Location" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 538 | <Annotation Term="OData.Description" String="The location of the processor."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 539 | <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated processor."/> |
| 540 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 541 | <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> |
| 542 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 543 | <Annotation Term="OData.Description" String="The link to an assembly associated with this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 544 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 545 | <Annotation Term="OData.AutoExpandReferences"/> |
| 546 | </NavigationProperty> |
| 547 | </EntityType> |
| 548 | </Schema> |
| 549 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 550 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_1"> |
| 551 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 552 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 553 | <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor"/> |
| 554 | </Schema> |
| 555 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 556 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_2"> |
| 557 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 558 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 559 | <EntityType Name="Processor" BaseType="Processor.v1_2_1.Processor"/> |
| 560 | </Schema> |
| 561 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 562 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_3"> |
| 563 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 564 | <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."/> |
| 565 | <EntityType Name="Processor" BaseType="Processor.v1_2_2.Processor"/> |
| 566 | </Schema> |
| 567 | |
| 568 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_4"> |
| 569 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 570 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 571 | <EntityType Name="Processor" BaseType="Processor.v1_2_3.Processor"/> |
| 572 | </Schema> |
| 573 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 574 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_5"> |
| 575 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 576 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 577 | <EntityType Name="Processor" BaseType="Processor.v1_2_4.Processor"/> |
| 578 | </Schema> |
| 579 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 580 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_6"> |
| 581 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 582 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 583 | <EntityType Name="Processor" BaseType="Processor.v1_2_5.Processor"/> |
| 584 | </Schema> |
| 585 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 586 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_7"> |
| 587 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 588 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 589 | <EntityType Name="Processor" BaseType="Processor.v1_2_6.Processor"/> |
| 590 | </Schema> |
| 591 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 592 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_8"> |
| 593 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 594 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 595 | <EntityType Name="Processor" BaseType="Processor.v1_2_7.Processor"/> |
| 596 | </Schema> |
| 597 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 598 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_0"> |
| 599 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 600 | <Annotation Term="Redfish.Release" String="2018.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 601 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 602 | <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor"> |
| 603 | <NavigationProperty Name="SubProcessors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false"> |
| 604 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 605 | <Annotation Term="OData.Description" String="The link to the collection of sub-processors associated with this system, such as cores or threads, that are part of a processor."/> |
| 606 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ProcessorCollection."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 607 | <Annotation Term="OData.AutoExpandReferences"/> |
| 608 | </NavigationProperty> |
| 609 | </EntityType> |
| 610 | </Schema> |
| 611 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 612 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_1"> |
| 613 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 614 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 615 | <EntityType Name="Processor" BaseType="Processor.v1_3_0.Processor"/> |
| 616 | </Schema> |
| 617 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 618 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_2"> |
| 619 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 620 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 621 | <EntityType Name="Processor" BaseType="Processor.v1_3_1.Processor"/> |
| 622 | </Schema> |
| 623 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 624 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_3"> |
| 625 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 626 | <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."/> |
| 627 | <EntityType Name="Processor" BaseType="Processor.v1_3_2.Processor"/> |
| 628 | </Schema> |
| 629 | |
| 630 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_4"> |
| 631 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 632 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 633 | <EntityType Name="Processor" BaseType="Processor.v1_3_3.Processor"/> |
| 634 | </Schema> |
| 635 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 636 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_5"> |
| 637 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 638 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 639 | <EntityType Name="Processor" BaseType="Processor.v1_3_4.Processor"/> |
| 640 | </Schema> |
| 641 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 642 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_6"> |
| 643 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 644 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 645 | <EntityType Name="Processor" BaseType="Processor.v1_3_5.Processor"/> |
| 646 | </Schema> |
| 647 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 648 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_7"> |
| 649 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 650 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 651 | <EntityType Name="Processor" BaseType="Processor.v1_3_6.Processor"/> |
| 652 | </Schema> |
| 653 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 654 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_8"> |
| 655 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 656 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 657 | <EntityType Name="Processor" BaseType="Processor.v1_3_7.Processor"/> |
| 658 | </Schema> |
| 659 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 660 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_0"> |
| 661 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 662 | <Annotation Term="Redfish.Release" String="2018.3"/> |
| 663 | <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."/> |
| 664 | |
| 665 | <EntityType Name="Processor" BaseType="Processor.v1_3_2.Processor"> |
| 666 | <Property Name="TDPWatts" Type="Edm.Int64"> |
| 667 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 668 | <Annotation Term="OData.Description" String="The nominal Thermal Design Power (TDP) in watts."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 669 | <Annotation Term="OData.LongDescription" String="This property shall contain the nominal Thermal Design Power (TDP) in watts."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 670 | <Annotation Term="Measures.Unit" String="W"/> |
| 671 | </Property> |
| 672 | <Property Name="MaxTDPWatts" Type="Edm.Int64"> |
| 673 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 674 | <Annotation Term="OData.Description" String="The maximum Thermal Design Power (TDP) in watts."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 675 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum Thermal Design Power (TDP) in watts."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 676 | <Annotation Term="Measures.Unit" String="W"/> |
| 677 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 678 | <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" Nullable="false"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 679 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 680 | <Annotation Term="OData.Description" String="The link to the metrics associated with this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 681 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ProcessorMetrics that contains the metrics associated with this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 682 | </NavigationProperty> |
| 683 | <Property Name="UUID" Type="Resource.UUID"> |
| 684 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 685 | <Annotation Term="OData.Description" String="The UUID for this processor."/> |
| 686 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 687 | </Property> |
| 688 | <Property Name="ProcessorMemory" Type="Collection(Processor.v1_4_0.ProcessorMemory)" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 689 | <Annotation Term="OData.Description" String="The memory directly attached or integrated within this processor."/> |
| 690 | <Annotation Term="OData.LongDescription" String="This property shall contain the memory directly attached or integrated within this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 691 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 692 | <Property Name="FPGA" Type="Processor.v1_4_0.FPGA" Nullable="false"> |
| 693 | <Annotation Term="OData.Description" String="The properties for processors of the FPGA type."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 694 | <Annotation Term="OData.LongDescription" String="This property shall contain an object containing properties for processors of type FPGA."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 695 | </Property> |
| 696 | <NavigationProperty Name="AccelerationFunctions" Type="AccelerationFunctionCollection.AccelerationFunctionCollection" ContainsTarget="true" Nullable="false"> |
| 697 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 698 | <Annotation Term="OData.Description" String="The link to the collection of acceleration functions associated with this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 699 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type AccelerationFunctionCollection."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 700 | <Annotation Term="OData.AutoExpandReferences"/> |
| 701 | </NavigationProperty> |
| 702 | </EntityType> |
| 703 | |
| 704 | <ComplexType Name="Links" BaseType="Processor.v1_1_0.Links"> |
| 705 | <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> |
| 706 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 707 | <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 708 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that represent endpoints associated with this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 709 | <Annotation Term="OData.AutoExpandReferences"/> |
| 710 | </NavigationProperty> |
| 711 | <NavigationProperty Name="ConnectedProcessors" Type="Collection(Processor.Processor)"> |
| 712 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 713 | <Annotation Term="OData.Description" String="An array of links to the processors directly connected to this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 714 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor that are directly connected to this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 715 | <Annotation Term="OData.AutoExpandReferences"/> |
| 716 | </NavigationProperty> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 717 | <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice" Nullable="false"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 718 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 719 | <Annotation Term="OData.Description" String="The link to the PCIe device associated with this processor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 720 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PCIeDevice that represents the PCIe device associated with this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 721 | <Annotation Term="OData.AutoExpandReferences"/> |
| 722 | </NavigationProperty> |
| 723 | <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)"> |
| 724 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 725 | <Annotation Term="OData.Description" String="An array of links to the PCIeFunctions associated with this processor."/> |
| 726 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeFunction that represent the PCIe functions associated with this processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 727 | <Annotation Term="OData.AutoExpandReferences"/> |
| 728 | </NavigationProperty> |
| 729 | </ComplexType> |
| 730 | |
| 731 | <ComplexType Name="ProcessorMemory"> |
| 732 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 733 | <Annotation Term="OData.Description" String="This type describes the memory directly attached or integrated within a processor."/> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 734 | <Annotation Term="OData.LongDescription" String="This type shall contain information about memory directly attached or integrated within a processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 735 | <Property Name="IntegratedMemory" Type="Edm.Boolean"> |
| 736 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 737 | <Annotation Term="OData.Description" String="An indication of whether this memory is integrated within the processor."/> |
| 738 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 739 | </Property> |
| 740 | <Property Name="MemoryType" Type="Processor.v1_4_0.ProcessorMemoryType"> |
| 741 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 742 | <Annotation Term="OData.Description" String="The type of memory used by this processor."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 743 | <Annotation Term="OData.LongDescription" String="This property shall contain a type of the processor memory type."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 744 | </Property> |
| 745 | <Property Name="CapacityMiB" Type="Edm.Int64"> |
| 746 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 747 | <Annotation Term="OData.Description" String="The memory capacity in MiB."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 748 | <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 749 | <Annotation Term="Measures.Unit" String="MiBy"/> |
| 750 | </Property> |
| 751 | <Property Name="SpeedMHz" Type="Edm.Int64"> |
| 752 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 753 | <Annotation Term="OData.Description" String="The operating speed of the memory in MHz."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 754 | <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the memory in MHz."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 755 | </Property> |
| 756 | </ComplexType> |
| 757 | |
| 758 | <EnumType Name="ProcessorMemoryType"> |
| 759 | <Member Name="L1Cache"> |
| 760 | <Annotation Term="OData.Description" String="L1 cache."/> |
| 761 | </Member> |
| 762 | <Member Name="L2Cache"> |
| 763 | <Annotation Term="OData.Description" String="L2 cache."/> |
| 764 | </Member> |
| 765 | <Member Name="L3Cache"> |
| 766 | <Annotation Term="OData.Description" String="L3 cache."/> |
| 767 | </Member> |
| 768 | <Member Name="L4Cache"> |
| 769 | <Annotation Term="OData.Description" String="L4 cache."/> |
| 770 | </Member> |
| 771 | <Member Name="L5Cache"> |
| 772 | <Annotation Term="OData.Description" String="L5 cache."/> |
| 773 | </Member> |
| 774 | <Member Name="L6Cache"> |
| 775 | <Annotation Term="OData.Description" String="L6 cache."/> |
| 776 | </Member> |
| 777 | <Member Name="L7Cache"> |
| 778 | <Annotation Term="OData.Description" String="L7 cache."/> |
| 779 | </Member> |
| 780 | <Member Name="HBM1"> |
| 781 | <Annotation Term="OData.Description" String="High Bandwidth Memory."/> |
| 782 | </Member> |
| 783 | <Member Name="HBM2"> |
| 784 | <Annotation Term="OData.Description" String="The second generation of High Bandwidth Memory."/> |
| 785 | </Member> |
| 786 | <Member Name="HBM3"> |
| 787 | <Annotation Term="OData.Description" String="The third generation of High Bandwidth Memory."/> |
| 788 | </Member> |
| 789 | <Member Name="SGRAM"> |
| 790 | <Annotation Term="OData.Description" String="Synchronous graphics RAM."/> |
| 791 | </Member> |
| 792 | <Member Name="GDDR"> |
| 793 | <Annotation Term="OData.Description" String="Synchronous graphics random-access memory."/> |
| 794 | </Member> |
| 795 | <Member Name="GDDR2"> |
| 796 | <Annotation Term="OData.Description" String="Double data rate type two synchronous graphics random-access memory."/> |
| 797 | </Member> |
| 798 | <Member Name="GDDR3"> |
| 799 | <Annotation Term="OData.Description" String="Double data rate type three synchronous graphics random-access memory."/> |
| 800 | </Member> |
| 801 | <Member Name="GDDR4"> |
| 802 | <Annotation Term="OData.Description" String="Double data rate type four synchronous graphics random-access memory."/> |
| 803 | </Member> |
| 804 | <Member Name="GDDR5"> |
| 805 | <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/> |
| 806 | </Member> |
| 807 | <Member Name="GDDR5X"> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 808 | <Annotation Term="OData.Description" String="Double data rate type five X synchronous graphics random-access memory."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 809 | </Member> |
| 810 | <Member Name="GDDR6"> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 811 | <Annotation Term="OData.Description" String="Double data rate type six synchronous graphics random-access memory."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 812 | </Member> |
| 813 | <Member Name="DDR"> |
| 814 | <Annotation Term="OData.Description" String="Double data rate synchronous dynamic random-access memory."/> |
| 815 | </Member> |
| 816 | <Member Name="DDR2"> |
| 817 | <Annotation Term="OData.Description" String="Double data rate type two synchronous dynamic random-access memory."/> |
| 818 | </Member> |
| 819 | <Member Name="DDR3"> |
| 820 | <Annotation Term="OData.Description" String="Double data rate type three synchronous dynamic random-access memory."/> |
| 821 | </Member> |
| 822 | <Member Name="DDR4"> |
| 823 | <Annotation Term="OData.Description" String="Double data rate type four synchronous dynamic random-access memory."/> |
| 824 | </Member> |
| 825 | <Member Name="DDR5"> |
| 826 | <Annotation Term="OData.Description" String="Double data rate type five synchronous dynamic random-access memory."/> |
| 827 | </Member> |
| 828 | <Member Name="SDRAM"> |
| 829 | <Annotation Term="OData.Description" String="Synchronous dynamic random-access memory."/> |
| 830 | </Member> |
| 831 | <Member Name="SRAM"> |
| 832 | <Annotation Term="OData.Description" String="Static random-access memory."/> |
| 833 | </Member> |
| 834 | <Member Name="Flash"> |
| 835 | <Annotation Term="OData.Description" String="Flash memory."/> |
| 836 | </Member> |
| 837 | <Member Name="OEM"> |
| 838 | <Annotation Term="OData.Description" String="OEM-defined."/> |
| 839 | </Member> |
| 840 | </EnumType> |
| 841 | |
| 842 | <ComplexType Name="FPGA"> |
| 843 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 844 | <Annotation Term="OData.Description" String="The properties of the FPGA device."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 845 | <Annotation Term="OData.LongDescription" String="This object shall contain the properties of the FPGA device represented by a processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 846 | <Property Name="FpgaType" Type="Processor.v1_4_0.FpgaType" Nullable="false"> |
| 847 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 848 | <Annotation Term="OData.Description" String="The FPGA type."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 849 | <Annotation Term="OData.LongDescription" String="This property shall contain a type of the FPGA device."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 850 | </Property> |
| 851 | <Property Name="Model" Type="Edm.String" Nullable="false"> |
| 852 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 853 | <Annotation Term="OData.Description" String="The FPGA model."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 854 | <Annotation Term="OData.LongDescription" String="This property shall contain a model of the FPGA device."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 855 | </Property> |
| 856 | <Property Name="FirmwareId" Type="Edm.String" Nullable="false"> |
| 857 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 858 | <Annotation Term="OData.Description" String="The FPGA firmware identifier."/> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 859 | <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the FPGA firmware identifier."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 860 | </Property> |
| 861 | <Property Name="FirmwareManufacturer" Type="Edm.String" Nullable="false"> |
| 862 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 863 | <Annotation Term="OData.Description" String="The FPGA firmware manufacturer."/> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 864 | <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the FPGA firmware manufacturer."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 865 | </Property> |
| 866 | <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false"> |
| 867 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 868 | <Annotation Term="OData.Description" String="The FPGA firmware version."/> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 869 | <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the FPGA firmware version."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 870 | <Annotation Term="Redfish.Revisions"> |
| 871 | <Collection> |
| 872 | <Record> |
| 873 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 874 | <PropertyValue Property="Version" String="v1_9_0"/> |
| 875 | <PropertyValue Property="Description" String="This property has been deprecated in favor of the FirmwareVersion property in the root of this resource."/> |
| 876 | </Record> |
| 877 | </Collection> |
| 878 | </Annotation> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 879 | </Property> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 880 | <Property Name="HostInterface" Type="Processor.v1_4_0.ProcessorInterface" Nullable="false"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 881 | <Annotation Term="OData.Description" String="The FPGA interface to the host."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 882 | <Annotation Term="OData.LongDescription" String="This property shall contain an object that describes the connectivity to the host for system software to use."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 883 | <Annotation Term="Redfish.Revisions"> |
| 884 | <Collection> |
| 885 | <Record> |
| 886 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 887 | <PropertyValue Property="Version" String="v1_8_0"/> |
| 888 | <PropertyValue Property="Description" String="This property has been deprecated in favor of the SystemInterface property in the root of this resource."/> |
| 889 | </Record> |
| 890 | </Collection> |
| 891 | </Annotation> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 892 | </Property> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 893 | <Property Name="ExternalInterfaces" Type="Collection(Processor.v1_4_0.ProcessorInterface)" Nullable="false"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 894 | <Annotation Term="OData.Description" String="An array of the FPGA external interfaces."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 895 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that describe the external connectivity of the FPGA."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 896 | </Property> |
| 897 | <Property Name="PCIeVirtualFunctions" Type="Edm.Int64" Nullable="false"> |
| 898 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 899 | <Annotation Term="OData.Description" String="The number of the PCIe Virtual Functions."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 900 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 901 | </Property> |
| 902 | <Property Name="ProgrammableFromHost" Type="Edm.Boolean"> |
| 903 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 904 | <Annotation Term="OData.Description" String="An indication of whether the FPGA firmware can be reprogrammed from the host by using system software."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 905 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 906 | </Property> |
| 907 | <Property Name="ReconfigurationSlots" Type="Collection(Processor.v1_4_0.FpgaReconfigurationSlot)" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 908 | <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."/> |
| 909 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 910 | </Property> |
| 911 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 912 | <Annotation Term="OData.Description" String="The OEM extension property."/> |
| 913 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 914 | </Property> |
| 915 | </ComplexType> |
| 916 | |
| 917 | <ComplexType Name="FpgaReconfigurationSlot"> |
| 918 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 919 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 920 | <Annotation Term="OData.LongDescription" String="This type shall contain information about the FPGA reconfiguration slot."/> |
| 921 | <Property Name="SlotId" Type="Edm.String"> |
| 922 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 923 | <Annotation Term="OData.Description" String="The FPGA reconfiguration slot identifier."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 924 | <Annotation Term="OData.LongDescription" String="This property shall contain the FPGA reconfiguration slot identifier."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 925 | </Property> |
| 926 | <Property Name="UUID" Type="Resource.UUID"> |
| 927 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 928 | <Annotation Term="OData.Description" String="The UUID for this reconfiguration slot."/> |
| 929 | <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the reconfiguration slot."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 930 | </Property> |
| 931 | <Property Name="ProgrammableFromHost" Type="Edm.Boolean"> |
| 932 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 933 | <Annotation Term="OData.Description" String="An indication of whether the reconfiguration slot can be reprogrammed from the host by using system software."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 934 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 935 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 936 | <NavigationProperty Name="AccelerationFunction" Type="AccelerationFunction.AccelerationFunction" Nullable="false"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 937 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 938 | <Annotation Term="OData.Description" String="The link to the acceleration function that the code programmed into a reconfiguration slot provides."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 939 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type AccelerationFunction that represents the code programmed into this reconfiguration slot."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 940 | </NavigationProperty> |
| 941 | </ComplexType> |
| 942 | |
| 943 | <EnumType Name="FpgaType"> |
| 944 | <Member Name="Integrated"> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 945 | <Annotation Term="OData.Description" String="The FPGA device integrated with other processor in the single chip."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 946 | </Member> |
| 947 | <Member Name="Discrete"> |
| 948 | <Annotation Term="OData.Description" String="The discrete FPGA device."/> |
| 949 | </Member> |
| 950 | </EnumType> |
| 951 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 952 | <ComplexType Name="ProcessorInterface"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 953 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 954 | <Annotation Term="OData.Description" String="This type describes an interface between the system, or external connection, and the processor."/> |
| 955 | <Annotation Term="OData.LongDescription" String="This type shall contain information about the system interface, or external connection, to the processor."/> |
| 956 | <Property Name="InterfaceType" Type="Processor.v1_4_0.SystemInterfaceType"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 957 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 958 | <Annotation Term="OData.Description" String="The interface type."/> |
| 959 | <Annotation Term="OData.LongDescription" String="This property shall contain an enumerated value that describes the type of interface between the system, or external connection, and the processor."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 960 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 961 | <Property Name="PCIe" Type="PCIeDevice.PCIeInterface" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 962 | <Annotation Term="OData.Description" String="The PCIe-related information for this interface."/> |
| 963 | <Annotation Term="OData.LongDescription" String="This property shall contain an object the describes the PCIe-related information for this interface."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 964 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 965 | <Property Name="Ethernet" Type="Processor.v1_4_0.EthernetInterface" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 966 | <Annotation Term="OData.Description" String="The Ethernet-related information for this interface."/> |
| 967 | <Annotation Term="OData.LongDescription" String="This property shall contain an object the describes the Ethernet-related information for this interface."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 968 | </Property> |
| 969 | </ComplexType> |
| 970 | |
| 971 | <ComplexType Name="EthernetInterface"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 972 | <Annotation Term="OData.Description" String="This type defines an Ethernet interface."/> |
| 973 | <Annotation Term="OData.LongDescription" String="These properties shall contain the definition for an Ethernet interface for a Redfish implementation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 974 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 975 | <Annotation Term="OData.Description" String="The OEM extension property."/> |
| 976 | <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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 977 | </Property> |
| 978 | <Property Name="MaxSpeedMbps" Type="Edm.Int64"> |
| 979 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 980 | <Annotation Term="OData.Description" String="The maximum speed supported by this interface."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 981 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum speed supported by this interface."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 982 | <Annotation Term="Measures.Unit" String="Mbit/s"/> |
| 983 | </Property> |
| 984 | <Property Name="MaxLanes" Type="Edm.Int64"> |
| 985 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 986 | <Annotation Term="OData.Description" String="The number of lanes supported by this interface."/> |
| 987 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of lanes supported by this interface."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 988 | </Property> |
| 989 | </ComplexType> |
| 990 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 991 | <EnumType Name="SystemInterfaceType"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 992 | <Member Name="QPI"> |
| 993 | <Annotation Term="OData.Description" String="The Intel QuickPath Interconnect."/> |
| 994 | </Member> |
| 995 | <Member Name="UPI"> |
| 996 | <Annotation Term="OData.Description" String="The Intel UltraPath Interconnect."/> |
| 997 | </Member> |
| 998 | <Member Name="PCIe"> |
| 999 | <Annotation Term="OData.Description" String="A PCI Express interface."/> |
| 1000 | </Member> |
| 1001 | <Member Name="Ethernet"> |
| 1002 | <Annotation Term="OData.Description" String="An Ethernet interface."/> |
| 1003 | </Member> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1004 | <Member Name="AMBA"> |
| 1005 | <Annotation Term="OData.Description" String="The Arm Advanced Microcontroller Bus Architecture interface."/> |
| 1006 | <Annotation Term="Redfish.Revisions"> |
| 1007 | <Collection> |
| 1008 | <Record> |
| 1009 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 1010 | <PropertyValue Property="Version" String="v1_8_0"/> |
| 1011 | </Record> |
| 1012 | </Collection> |
| 1013 | </Annotation> |
| 1014 | </Member> |
| 1015 | <Member Name="CCIX"> |
| 1016 | <Annotation Term="OData.Description" String="The Cache Coherent Interconnect for Accelerators interface."/> |
| 1017 | <Annotation Term="Redfish.Revisions"> |
| 1018 | <Collection> |
| 1019 | <Record> |
| 1020 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 1021 | <PropertyValue Property="Version" String="v1_8_0"/> |
| 1022 | </Record> |
| 1023 | </Collection> |
| 1024 | </Annotation> |
| 1025 | </Member> |
| 1026 | <Member Name="CXL"> |
| 1027 | <Annotation Term="OData.Description" String="The Compute Express Link interface."/> |
| 1028 | <Annotation Term="Redfish.Revisions"> |
| 1029 | <Collection> |
| 1030 | <Record> |
| 1031 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 1032 | <PropertyValue Property="Version" String="v1_8_0"/> |
| 1033 | </Record> |
| 1034 | </Collection> |
| 1035 | </Annotation> |
| 1036 | </Member> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1037 | <Member Name="OEM"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1038 | <Annotation Term="OData.Description" String="An OEM-defined interface."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1039 | </Member> |
| 1040 | </EnumType> |
| 1041 | </Schema> |
| 1042 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1043 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_1"> |
| 1044 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1045 | <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."/> |
| 1046 | <EntityType Name="Processor" BaseType="Processor.v1_4_0.Processor"/> |
| 1047 | </Schema> |
| 1048 | |
| 1049 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_2"> |
| 1050 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1051 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 1052 | <EntityType Name="Processor" BaseType="Processor.v1_4_1.Processor"/> |
| 1053 | </Schema> |
| 1054 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 1055 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_3"> |
| 1056 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1057 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 1058 | <EntityType Name="Processor" BaseType="Processor.v1_4_2.Processor"/> |
| 1059 | </Schema> |
| 1060 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 1061 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_4"> |
| 1062 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1063 | <Annotation Term="OData.Description" String="This version was created to fix typos in several properties."/> |
| 1064 | <EntityType Name="Processor" BaseType="Processor.v1_4_3.Processor"/> |
| 1065 | </Schema> |
| 1066 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1067 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_5"> |
| 1068 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1069 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1070 | <EntityType Name="Processor" BaseType="Processor.v1_4_4.Processor"/> |
| 1071 | </Schema> |
| 1072 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1073 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_6"> |
| 1074 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1075 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1076 | <EntityType Name="Processor" BaseType="Processor.v1_4_5.Processor"/> |
| 1077 | </Schema> |
| 1078 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1079 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_7"> |
| 1080 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1081 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1082 | <EntityType Name="Processor" BaseType="Processor.v1_4_6.Processor"/> |
| 1083 | </Schema> |
| 1084 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1085 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_4_8"> |
| 1086 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1087 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1088 | <EntityType Name="Processor" BaseType="Processor.v1_4_7.Processor"/> |
| 1089 | </Schema> |
| 1090 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1091 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_0"> |
| 1092 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1093 | <Annotation Term="Redfish.Release" String="2019.1"/> |
| 1094 | <Annotation Term="OData.Description" String="This version was created to add TotalEnabledCores property."/> |
| 1095 | |
| 1096 | <EntityType Name="Processor" BaseType="Processor.v1_4_1.Processor"> |
| 1097 | <Property Name="TotalEnabledCores" Type="Edm.Int64"> |
| 1098 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1099 | <Annotation Term="OData.Description" String="The total number of enabled cores that this processor contains."/> |
| 1100 | <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of enabled independent processor cores contained within this processor."/> |
| 1101 | </Property> |
| 1102 | </EntityType> |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 1103 | </Schema> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1104 | |
| 1105 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_1"> |
| 1106 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1107 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 1108 | <EntityType Name="Processor" BaseType="Processor.v1_5_0.Processor"/> |
| 1109 | </Schema> |
| 1110 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 1111 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_2"> |
| 1112 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1113 | <Annotation Term="OData.Description" String="This version was created to update the description of IdentificationRegisters."/> |
| 1114 | <EntityType Name="Processor" BaseType="Processor.v1_5_1.Processor"/> |
| 1115 | </Schema> |
| 1116 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 1117 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_3"> |
| 1118 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1119 | <Annotation Term="OData.Description" String="This version was created to fix typos in several properties."/> |
| 1120 | <EntityType Name="Processor" BaseType="Processor.v1_5_2.Processor"/> |
| 1121 | </Schema> |
| 1122 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1123 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_4"> |
| 1124 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1125 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1126 | <EntityType Name="Processor" BaseType="Processor.v1_5_3.Processor"/> |
| 1127 | </Schema> |
| 1128 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1129 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_5"> |
| 1130 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1131 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1132 | <EntityType Name="Processor" BaseType="Processor.v1_5_4.Processor"/> |
| 1133 | </Schema> |
| 1134 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1135 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_6"> |
| 1136 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1137 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1138 | <EntityType Name="Processor" BaseType="Processor.v1_5_5.Processor"/> |
| 1139 | </Schema> |
| 1140 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1141 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_5_7"> |
| 1142 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1143 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1144 | <EntityType Name="Processor" BaseType="Processor.v1_5_6.Processor"/> |
| 1145 | </Schema> |
| 1146 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 1147 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_0"> |
| 1148 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1149 | <Annotation Term="Redfish.Release" String="2019.3"/> |
| 1150 | <Annotation Term="OData.Description" String="This version was created to add a reset action for a processor."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1151 | |
Gunnar Mills | 6f44b75 | 2020-02-06 16:50:51 -0600 | [diff] [blame] | 1152 | <EntityType Name="Processor" BaseType="Processor.v1_5_2.Processor"/> |
| 1153 | </Schema> |
| 1154 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 1155 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_1"> |
| 1156 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1157 | <Annotation Term="OData.Description" String="This version was created to fix typos in several properties."/> |
| 1158 | <EntityType Name="Processor" BaseType="Processor.v1_6_0.Processor"/> |
| 1159 | </Schema> |
| 1160 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1161 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_2"> |
| 1162 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1163 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1164 | <EntityType Name="Processor" BaseType="Processor.v1_6_1.Processor"/> |
| 1165 | </Schema> |
| 1166 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1167 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_3"> |
| 1168 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1169 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1170 | <EntityType Name="Processor" BaseType="Processor.v1_6_2.Processor"/> |
| 1171 | </Schema> |
| 1172 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1173 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_4"> |
| 1174 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1175 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1176 | <EntityType Name="Processor" BaseType="Processor.v1_6_3.Processor"/> |
| 1177 | </Schema> |
| 1178 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1179 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_6_5"> |
| 1180 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1181 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1182 | <EntityType Name="Processor" BaseType="Processor.v1_6_4.Processor"/> |
| 1183 | </Schema> |
| 1184 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 1185 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_7_0"> |
| 1186 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1187 | <Annotation Term="Redfish.Release" String="2019.4"/> |
| 1188 | <Annotation Term="OData.Description" String="This version was created to add SerialNumber, PartNumber, FirmwareVersion, and Version properties. It also corrected several typographical errors in descriptions."/> |
| 1189 | |
| 1190 | <EntityType Name="Processor" BaseType="Processor.v1_6_0.Processor"> |
| 1191 | <Property Name="SerialNumber" Type="Edm.String"> |
| 1192 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1193 | <Annotation Term="OData.Description" String="The serial number of the processor."/> |
| 1194 | <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the processor."/> |
| 1195 | </Property> |
| 1196 | <Property Name="PartNumber" Type="Edm.String"> |
| 1197 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1198 | <Annotation Term="OData.Description" String="The part number of the processor."/> |
| 1199 | <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the processor."/> |
| 1200 | </Property> |
| 1201 | <Property Name="Version" Type="Edm.String"> |
| 1202 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1203 | <Annotation Term="OData.Description" String="The hardware version of the processor."/> |
| 1204 | <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of the processor as determined by the vendor or supplier."/> |
| 1205 | </Property> |
| 1206 | <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false"> |
| 1207 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1208 | <Annotation Term="OData.Description" String="The firmware version of the processor."/> |
| 1209 | <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of the processor as provided by the manufacturer."/> |
| 1210 | </Property> |
| 1211 | </EntityType> |
| 1212 | </Schema> |
| 1213 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1214 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_7_1"> |
| 1215 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1216 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1217 | <EntityType Name="Processor" BaseType="Processor.v1_7_0.Processor"/> |
| 1218 | </Schema> |
| 1219 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1220 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_7_2"> |
| 1221 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1222 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1223 | <EntityType Name="Processor" BaseType="Processor.v1_7_1.Processor"/> |
| 1224 | </Schema> |
| 1225 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1226 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_7_3"> |
| 1227 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1228 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1229 | <EntityType Name="Processor" BaseType="Processor.v1_7_2.Processor"/> |
| 1230 | </Schema> |
| 1231 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1232 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_7_4"> |
| 1233 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1234 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1235 | <EntityType Name="Processor" BaseType="Processor.v1_7_3.Processor"/> |
| 1236 | </Schema> |
| 1237 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1238 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_8_0"> |
| 1239 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1240 | <Annotation Term="Redfish.Release" String="2020.1"/> |
| 1241 | <Annotation Term="OData.Description" String="This version was created to deprecate HostInterface within FPGA in favor of SystemInterface at the root of the resource. It was also created to add OperatingSpeedMHz and MinSpeedMHz."/> |
| 1242 | |
| 1243 | <EntityType Name="Processor" BaseType="Processor.v1_7_1.Processor"> |
| 1244 | <Property Name="SystemInterface" Type="Processor.v1_4_0.ProcessorInterface" Nullable="false"> |
| 1245 | <Annotation Term="OData.Description" String="The interface between the system and the processor."/> |
| 1246 | <Annotation Term="OData.LongDescription" String="This property shall contain an object that describes the connectivity between the host system and the processor."/> |
| 1247 | </Property> |
| 1248 | <Property Name="OperatingSpeedMHz" Type="Edm.Int64"> |
| 1249 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1250 | <Annotation Term="OData.Description" String="Operating speed of the processor in MHz."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1251 | <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the processor in MHz. The operating speed of the processor may change more frequently than the manager is able to monitor."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1252 | <Annotation Term="Measures.Unit" String="MHz"/> |
| 1253 | </Property> |
| 1254 | <Property Name="MinSpeedMHz" Type="Edm.Int64"> |
| 1255 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1256 | <Annotation Term="OData.Description" String="The minimum clock speed of the processor in MHz."/> |
| 1257 | <Annotation Term="OData.LongDescription" String="This property shall indicate the minimum rated clock speed of the processor in MHz."/> |
| 1258 | <Annotation Term="Measures.Unit" String="MHz"/> |
| 1259 | </Property> |
| 1260 | </EntityType> |
| 1261 | </Schema> |
| 1262 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1263 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_8_1"> |
| 1264 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1265 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 1266 | <EntityType Name="Processor" BaseType="Processor.v1_8_0.Processor"/> |
| 1267 | </Schema> |
| 1268 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1269 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_8_2"> |
| 1270 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1271 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1272 | <EntityType Name="Processor" BaseType="Processor.v1_8_1.Processor"/> |
| 1273 | </Schema> |
| 1274 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1275 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_8_3"> |
| 1276 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1277 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1278 | <EntityType Name="Processor" BaseType="Processor.v1_8_2.Processor"/> |
| 1279 | </Schema> |
| 1280 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 1281 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_9_0"> |
| 1282 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1283 | <Annotation Term="Redfish.Release" String="2020.2"/> |
| 1284 | <Annotation Term="OData.Description" String="This version was created to deprecate FirmwareVersion within FPGA in favor of FirmwareVersion at the root of the resource. It also added properties to support operating configurations."/> |
| 1285 | |
| 1286 | <EntityType Name="Processor" BaseType="Processor.v1_8_1.Processor"> |
| 1287 | <Property Name="TurboState" Type="Processor.v1_9_0.TurboState"> |
| 1288 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1289 | <Annotation Term="OData.Description" String="The state of the turbo for this processor."/> |
| 1290 | <Annotation Term="OData.LongDescription" String="This property shall contain the state of turbo for this processor."/> |
| 1291 | </Property> |
| 1292 | <Property Name="BaseSpeedPriorityState" Type="Processor.v1_9_0.BaseSpeedPriorityState"> |
| 1293 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1294 | <Annotation Term="OData.Description" String="The state of the base frequency settings of the operation configuration applied to this processor."/> |
| 1295 | <Annotation Term="OData.LongDescription" String="This property shall contain the state of the base frequency settings of the operating configuration applied to this processor."/> |
| 1296 | </Property> |
| 1297 | <Property Name="HighSpeedCoreIDs" Type="Collection(Edm.Int64)"> |
| 1298 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1299 | <Annotation Term="OData.Description" String="The list of core identifiers corresponding to the cores that have been configured with the higher clock speed from the operating configuration applied to this processor."/> |
| 1300 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of core identifiers corresponding to the cores that have been configured with the higher clock speed from the operating configuration applied to this processor."/> |
| 1301 | </Property> |
| 1302 | <NavigationProperty Name="OperatingConfigs" Type="OperatingConfigCollection.OperatingConfigCollection" Nullable="false"> |
| 1303 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1304 | <Annotation Term="OData.Description" String="The link to the collection operating configurations that can be applied to this processor."/> |
| 1305 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type OperatingConfigCollection."/> |
| 1306 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1307 | </NavigationProperty> |
| 1308 | <NavigationProperty Name="AppliedOperatingConfig" Type="OperatingConfig.OperatingConfig" Nullable="false"> |
| 1309 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1310 | <Annotation Term="OData.Description" String="The link to the operating configuration that is applied to this processor."/> |
| 1311 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type OperatingConfig that specifies the configuration is applied to this processor."/> |
| 1312 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1313 | </NavigationProperty> |
| 1314 | </EntityType> |
| 1315 | |
| 1316 | <EnumType Name="TurboState"> |
| 1317 | <Member Name="Enabled"> |
| 1318 | <Annotation Term="OData.Description" String="Turbo is enabled."/> |
| 1319 | </Member> |
| 1320 | <Member Name="Disabled"> |
| 1321 | <Annotation Term="OData.Description" String="Turbo is disabled."/> |
| 1322 | </Member> |
| 1323 | </EnumType> |
| 1324 | |
| 1325 | <EnumType Name="BaseSpeedPriorityState"> |
| 1326 | <Member Name="Enabled"> |
| 1327 | <Annotation Term="OData.Description" String="Base speed priority is enabled."/> |
| 1328 | </Member> |
| 1329 | <Member Name="Disabled"> |
| 1330 | <Annotation Term="OData.Description" String="Base speed priority is disabled."/> |
| 1331 | </Member> |
| 1332 | </EnumType> |
| 1333 | </Schema> |
| 1334 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1335 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_9_1"> |
| 1336 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1337 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1338 | <EntityType Name="Processor" BaseType="Processor.v1_9_0.Processor"/> |
| 1339 | </Schema> |
| 1340 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1341 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_9_2"> |
| 1342 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1343 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1344 | <EntityType Name="Processor" BaseType="Processor.v1_9_1.Processor"/> |
| 1345 | </Schema> |
| 1346 | |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 1347 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_10_0"> |
| 1348 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1349 | <Annotation Term="Redfish.Release" String="2020.3"/> |
| 1350 | |
| 1351 | <EntityType Name="Processor" BaseType="Processor.v1_9_0.Processor"> |
| 1352 | <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> |
| 1353 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1354 | <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> |
| 1355 | <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/> |
| 1356 | </Property> |
| 1357 | <Property Name="BaseSpeedMHz" Type="Edm.Int64"> |
| 1358 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1359 | <Annotation Term="OData.Description" String="The base (nominal) clock speed of the processor in MHz."/> |
| 1360 | <Annotation Term="OData.LongDescription" String="This property shall contain the base (nominal) clock speed of the processor in MHz."/> |
| 1361 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 1362 | <Annotation Term="Measures.Unit" String="MHz"/> |
| 1363 | </Property> |
| 1364 | <Property Name="SpeedLimitMHz" Type="Edm.Int64"> |
| 1365 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1366 | <Annotation Term="OData.Description" String="The clock limit of the processor in MHz."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1367 | <Annotation Term="OData.LongDescription" String="This property shall contain the clock limit of the processor in MHz. This value shall be within the range of MinSpeedMHz and MaxSpeedMHz as provided by the manufacturer of this processor."/> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 1368 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 1369 | <Annotation Term="Measures.Unit" String="MHz"/> |
| 1370 | </Property> |
| 1371 | <Property Name="SpeedLocked" Type="Edm.Boolean"> |
| 1372 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1373 | <Annotation Term="OData.Description" String="Indicates whether the clock speed of the processor is fixed at the value specified in the SpeedLimitMHz property."/> |
| 1374 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether the clock speed of the processor is fixed, where a value `true` shall indicate that the clock speed is fixed at the value specified in the SpeedLimitMHz property."/> |
| 1375 | </Property> |
| 1376 | </EntityType> |
| 1377 | |
| 1378 | <ComplexType Name="ProcessorId" BaseType="Processor.v1_0_0.ProcessorId"> |
| 1379 | <Property Name="ProtectedIdentificationNumber" Type="Edm.String"> |
| 1380 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1381 | <Annotation Term="OData.Description" String="The Protected Processor Identification Number (PPIN) for this processor."/> |
| 1382 | <Annotation Term="OData.LongDescription" String="This property shall contain the Protected Processor Identification Number (PPIN) for this processor."/> |
| 1383 | </Property> |
| 1384 | </ComplexType> |
| 1385 | </Schema> |
| 1386 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1387 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_10_1"> |
| 1388 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1389 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 1390 | <EntityType Name="Processor" BaseType="Processor.v1_10_0.Processor"/> |
| 1391 | </Schema> |
| 1392 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1393 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_10_2"> |
| 1394 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1395 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1396 | <EntityType Name="Processor" BaseType="Processor.v1_10_1.Processor"/> |
| 1397 | </Schema> |
| 1398 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 1399 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_11_0"> |
| 1400 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1401 | <Annotation Term="Redfish.Release" String="2020.4"/> |
| 1402 | <Annotation Term="OData.Description" String="This version was created to add Certificates, Measurements and processor memory summary and the links to the resource type Memory associated with the processor. It was also created to add processor memory summary, the links to the resource type Memory associated with the processor, a link to EnvironmentMetrics, and SparePartNumber."/> |
| 1403 | |
| 1404 | <EntityType Name="Processor" BaseType="Processor.v1_10_1.Processor"> |
| 1405 | <Property Name="MemorySummary" Type="Processor.v1_11_0.MemorySummary" Nullable="false"> |
| 1406 | <Annotation Term="OData.Description" String="The summary of all memory associated with this processor."/> |
| 1407 | <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the summary of all memory that are associated with this processor."/> |
| 1408 | </Property> |
| 1409 | <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> |
| 1410 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1411 | <Annotation Term="OData.Description" String="The link to the environment metrics for this processor."/> |
| 1412 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this processor."/> |
| 1413 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1414 | </NavigationProperty> |
| 1415 | <Property Name="SparePartNumber" Type="Edm.String"> |
| 1416 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1417 | <Annotation Term="OData.Description" String="The spare part number of the processor."/> |
| 1418 | <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the processor."/> |
| 1419 | </Property> |
| 1420 | <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> |
| 1421 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1422 | <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/> |
| 1423 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/> |
| 1424 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1425 | </NavigationProperty> |
| 1426 | <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false"> |
| 1427 | <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/> |
| 1428 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/> |
| 1429 | </Property> |
| 1430 | </EntityType> |
| 1431 | |
| 1432 | <ComplexType Name="MemorySummary"> |
| 1433 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 1434 | <Annotation Term="OData.Description" String="The summary of all memory associated with a processor."/> |
| 1435 | <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the summary of all memory that are associated with a processor."/> |
| 1436 | <Property Name="TotalCacheSizeMiB" Type="Edm.Int64"> |
| 1437 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1438 | <Annotation Term="OData.Description" String="Total size of cache memory of this processor."/> |
| 1439 | <Annotation Term="OData.LongDescription" String="This property shall contain the total size of cache memory of this processor."/> |
| 1440 | <Annotation Term="Measures.Unit" String="MiBy"/> |
| 1441 | </Property> |
| 1442 | <Property Name="TotalMemorySizeMiB" Type="Edm.Int64"> |
| 1443 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1444 | <Annotation Term="OData.Description" String="Total size of volatile memory of this processor."/> |
| 1445 | <Annotation Term="OData.LongDescription" String="This property shall contain the total size of non-cache, volatile memory of this processor."/> |
| 1446 | <Annotation Term="Measures.Unit" String="MiBy"/> |
| 1447 | </Property> |
| 1448 | <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false"> |
| 1449 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1450 | <Annotation Term="OData.Description" String="The link to the memory metrics associated with all memory of this processor."/> |
| 1451 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type MemoryMetrics that contains the metrics associated with all memory of this processor."/> |
| 1452 | </NavigationProperty> |
| 1453 | </ComplexType> |
| 1454 | |
| 1455 | <ComplexType Name="Links" BaseType="Processor.v1_4_0.Links"> |
| 1456 | <NavigationProperty Name="Memory" Type="Collection(Memory.Memory)"> |
| 1457 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1458 | <Annotation Term="OData.Description" String="An array of links to the memory associated with this processor."/> |
| 1459 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Memory that are associated with this processor."/> |
| 1460 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1461 | </NavigationProperty> |
| 1462 | </ComplexType> |
| 1463 | </Schema> |
| 1464 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 1465 | |
| 1466 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_11_1"> |
| 1467 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1468 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 1469 | <EntityType Name="Processor" BaseType="Processor.v1_11_0.Processor"/> |
| 1470 | </Schema> |
| 1471 | |
| 1472 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_12_0"> |
| 1473 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1474 | <Annotation Term="Redfish.Release" String="2021.1"/> |
| 1475 | <Annotation Term="OData.Description" String="This version was created to include the Enabled property. It was also created to add GraphicsController to Links."/> |
| 1476 | |
| 1477 | <EntityType Name="Processor" BaseType="Processor.v1_11_0.Processor"> |
| 1478 | <Property Name="Enabled" Type="Edm.Boolean" Nullable="false"> |
| 1479 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1480 | <Annotation Term="OData.Description" String="An indication of whether this processor is enabled."/> |
| 1481 | <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this processor is enabled."/> |
| 1482 | </Property> |
| 1483 | </EntityType> |
| 1484 | |
| 1485 | <ComplexType Name="Links" BaseType="Processor.v1_11_0.Links"> |
| 1486 | <NavigationProperty Name="GraphicsController" Type="GraphicsController.GraphicsController"> |
| 1487 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 1488 | <Annotation Term="OData.Description" String="A link to the graphics controller associated with this processor."/> |
| 1489 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to resource of type GraphicsController that is associated with this processor."/> |
| 1490 | <Annotation Term="OData.AutoExpandReferences"/> |
| 1491 | </NavigationProperty> |
| 1492 | </ComplexType> |
| 1493 | </Schema> |
| 1494 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1495 | </edmx:DataServices> |
| 1496 | </edmx:Edmx> |