xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/AccelerationFunction_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4f2a8e57eSGunnar Mills<!--# Redfish Schema:  AccelerationFunction v1.0.5                                         -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
252bde4061SEd Tanous  </edmx:Reference>
262bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
272bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
282bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
312bde4061SEd Tanous    <edmx:Include Namespace="Endpoint"/>
322bde4061SEd Tanous  </edmx:Reference>
332bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
342bde4061SEd Tanous    <edmx:Include Namespace="PCIeFunction"/>
352bde4061SEd Tanous  </edmx:Reference>
362bde4061SEd Tanous
372bde4061SEd Tanous  <edmx:DataServices>
382bde4061SEd Tanous
392bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction">
402bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
41f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
422bde4061SEd Tanous
432bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `AccelerationFunction` schema describes an acceleration function that a processor implements.  This can include functions such as audio processing, compression, encryption, packet inspection, packet switching, scheduling, or video processing."/>
45f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent the acceleration function that a processor implements in a Redfish implementation.  This can include functions such as audio processing, compression, encryption, packet inspection, packet switching, scheduling, or video processing."/>
462bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
472bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
482bde4061SEd Tanous          <Record>
492bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
502bde4061SEd Tanous          </Record>
512bde4061SEd Tanous        </Annotation>
522bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
532bde4061SEd Tanous          <Record>
542bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
552bde4061SEd Tanous          </Record>
562bde4061SEd Tanous        </Annotation>
572bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
582bde4061SEd Tanous          <Record>
592bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
602bde4061SEd Tanous          </Record>
612bde4061SEd Tanous        </Annotation>
622bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
632bde4061SEd Tanous          <Collection>
642bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/AccelerationFunctions/{AccelerationFunctionId}</String>
652bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/AccelerationFunctions/{AccelerationFunctionId}</String>
662bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/AccelerationFunctions/{AccelerationFunctionId}</String>
672bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/AccelerationFunctions/{AccelerationFunctionId}</String>
682bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/AccelerationFunctions/{AccelerationFunctionId}</String>
692bde4061SEd Tanous          </Collection>
702bde4061SEd Tanous        </Annotation>
712bde4061SEd Tanous      </EntityType>
722bde4061SEd Tanous    </Schema>
732bde4061SEd Tanous
742bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_0">
752bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
762bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
772bde4061SEd Tanous
782bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.AccelerationFunction">
792bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
80f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
81f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
822bde4061SEd Tanous        </Property>
832bde4061SEd Tanous        <Property Name="UUID" Type="Resource.UUID">
842bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
852bde4061SEd Tanous          <Annotation Term="OData.Description" String="The UUID for this acceleration function."/>
862bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a UUID for the acceleration function.  RFC4122 describes methods that can create the value.  The value should be considered to be opaque.  Client software should only treat the overall value as a UUID and should not interpret any subfields within the UUID."/>
872bde4061SEd Tanous        </Property>
882bde4061SEd Tanous        <Property Name="FpgaReconfigurationSlots" Type="Collection(Edm.String)" Nullable="false">
892bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
902bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of the reconfiguration slot identifiers of the FPGA that this acceleration function occupies."/>
912bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the FPGA reconfiguration slot identifiers that this acceleration function occupies."/>
922bde4061SEd Tanous        </Property>
932bde4061SEd Tanous        <Property Name="AccelerationFunctionType" Type="AccelerationFunction.v1_0_0.AccelerationFunctionType">
942bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
952bde4061SEd Tanous          <Annotation Term="OData.Description" String="The acceleration function type."/>
962bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the string that identifies the acceleration function type."/>
972bde4061SEd Tanous        </Property>
982bde4061SEd Tanous        <Property Name="Manufacturer" Type="Edm.String" Nullable="false">
992bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002bde4061SEd Tanous          <Annotation Term="OData.Description" String="The acceleration function code manufacturer."/>
1012bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a string that identifies the manufacturer of the acceleration function."/>
1022bde4061SEd Tanous        </Property>
1032bde4061SEd Tanous        <Property Name="Version" Type="Edm.String" Nullable="false">
1042bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1052bde4061SEd Tanous          <Annotation Term="OData.Description" String="The acceleration function version."/>
1062bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall describe the acceleration function version."/>
1072bde4061SEd Tanous        </Property>
1082bde4061SEd Tanous        <Property Name="PowerWatts" Type="Edm.Int64" Nullable="false">
1092bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1102bde4061SEd Tanous          <Annotation Term="OData.Description" String="The acceleration function power consumption, in watt units."/>
1112bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total acceleration function power consumption, in watt units."/>
1122bde4061SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
1132bde4061SEd Tanous        </Property>
1142bde4061SEd Tanous        <Property Name="Links" Type="AccelerationFunction.v1_0_0.Links" Nullable="false">
115f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
116f2a8e57eSGunnar Mills          <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."/>
1172bde4061SEd Tanous        </Property>
1182bde4061SEd Tanous        <Property Name="Actions" Type="AccelerationFunction.v1_0_0.Actions" Nullable="false">
119f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available actions for this resource."/>
120f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1212bde4061SEd Tanous        </Property>
1222bde4061SEd Tanous      </EntityType>
1232bde4061SEd Tanous
1242bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
125f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
126f2a8e57eSGunnar Mills        <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."/>
1272bde4061SEd Tanous        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1282bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1292bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this acceleration function."/>
130f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources type `Endpoint` that are associated with this acceleration function."/>
1312bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1322bde4061SEd Tanous        </NavigationProperty>
1332bde4061SEd Tanous        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
1342bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An array of links to the PCIe functions associated with this acceleration function."/>
136f2a8e57eSGunnar Mills          <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 acceleration function."/>
1372bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1382bde4061SEd Tanous        </NavigationProperty>
1392bde4061SEd Tanous      </ComplexType>
1402bde4061SEd Tanous
1412bde4061SEd Tanous      <ComplexType Name="Actions">
1422bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
143f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available actions for this resource."/>
144f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1452bde4061SEd Tanous        <Property Name="Oem" Type="AccelerationFunction.v1_0_0.OemActions" Nullable="false">
146f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
147f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1482bde4061SEd Tanous        </Property>
1492bde4061SEd Tanous      </ComplexType>
1502bde4061SEd Tanous
1512bde4061SEd Tanous      <ComplexType Name="OemActions">
1522bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
153f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
154f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1552bde4061SEd Tanous      </ComplexType>
1562bde4061SEd Tanous
1572bde4061SEd Tanous      <EnumType Name="AccelerationFunctionType">
1582bde4061SEd Tanous        <Member Name="Encryption">
1592bde4061SEd Tanous          <Annotation Term="OData.Description" String="An encryption function."/>
1602bde4061SEd Tanous        </Member>
1612bde4061SEd Tanous        <Member Name="Compression">
1622bde4061SEd Tanous          <Annotation Term="OData.Description" String="A compression function."/>
1632bde4061SEd Tanous        </Member>
1642bde4061SEd Tanous        <Member Name="PacketInspection">
1652bde4061SEd Tanous          <Annotation Term="OData.Description" String="A packet inspection function."/>
1662bde4061SEd Tanous        </Member>
1672bde4061SEd Tanous        <Member Name="PacketSwitch">
1682bde4061SEd Tanous          <Annotation Term="OData.Description" String="A packet switch function."/>
1692bde4061SEd Tanous        </Member>
1702bde4061SEd Tanous        <Member Name="Scheduler">
1712bde4061SEd Tanous          <Annotation Term="OData.Description" String="A scheduler function."/>
1722bde4061SEd Tanous        </Member>
1732bde4061SEd Tanous        <Member Name="AudioProcessing">
1742bde4061SEd Tanous          <Annotation Term="OData.Description" String="An audio processing function."/>
1752bde4061SEd Tanous        </Member>
1762bde4061SEd Tanous        <Member Name="VideoProcessing">
1772bde4061SEd Tanous          <Annotation Term="OData.Description" String="A video processing function."/>
1782bde4061SEd Tanous        </Member>
1792bde4061SEd Tanous        <Member Name="OEM">
1802bde4061SEd Tanous          <Annotation Term="OData.Description" String="An OEM-defined acceleration function."/>
1812bde4061SEd Tanous        </Member>
1822bde4061SEd Tanous      </EnumType>
1832bde4061SEd Tanous    </Schema>
1842bde4061SEd Tanous
1852bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_1">
1862bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1872bde4061SEd Tanous      <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."/>
1882bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.v1_0_0.AccelerationFunction"/>
1892bde4061SEd Tanous    </Schema>
1902bde4061SEd Tanous
1912bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_2">
1922bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1932bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1942bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.v1_0_1.AccelerationFunction"/>
1952bde4061SEd Tanous    </Schema>
1962bde4061SEd Tanous
1972bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_3">
1982bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1992bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
2002bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.v1_0_2.AccelerationFunction"/>
2012bde4061SEd Tanous    </Schema>
2022bde4061SEd Tanous
2032bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_4">
2042bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2052bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2062bde4061SEd Tanous      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.v1_0_3.AccelerationFunction"/>
2072bde4061SEd Tanous    </Schema>
2082bde4061SEd Tanous
209f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccelerationFunction.v1_0_5">
210f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
212f2a8e57eSGunnar Mills      <EntityType Name="AccelerationFunction" BaseType="AccelerationFunction.v1_0_4.AccelerationFunction"/>
213f2a8e57eSGunnar Mills    </Schema>
214f2a8e57eSGunnar Mills
2152bde4061SEd Tanous  </edmx:DataServices>
2162bde4061SEd Tanous</edmx:Edmx>
217