gem5  v22.1.0.0
Classes | Enumerations | Functions | Variables
gem5::scmi Namespace Reference

Classes

struct  Message
 
class  VirtualChannel
 Generic communication channel between the Agent and the Platform. More...
 
class  AgentChannel
 This is a Agent to Platform channel (The agent is the initiator) More...
 
class  PlatformChannel
 This is a Platform to Agent channel (The platform is the initiator) More...
 
class  Communication
 The SCMI Communication class models a bidirectional communication between the SCMI platform and the agent. More...
 
class  Platform
 
class  Protocol
 
class  BaseProtocol
 This protocol describes the properties of the implementation and provides generic error management. More...
 

Enumerations

enum  ProtocolID : uint8_t {
  BASE = 0x10 , START = 0x11 , POWER_DOMAIN = START , SYSTEM_POWER = 0x12 ,
  PERFORMANCE_DOMAIN = 0x13 , CLOCK = 0x14 , SENSOR = 0x15 , END = SENSOR
}
 
enum class  MessageType { COMMANDS = 0 , DELAYED_RESPONSES = 2 , NOTIFICATIONS = 3 }
 
enum  StatusCode {
  SUCCESS = 0 , NOT_SUPPORTED = -1 , INVALID_PARAMETERS = -2 , DENIED = -3 ,
  NOT_FOUND = -4 , OUT_OF_RANGE = -5 , BUSY = -6 , COMMS_ERROR = -7 ,
  GENERIC_ERROR = -8 , HARDWARE_ERROR = -9 , PROTOCOL_ERROR = -10
}
 

Functions

 BitUnion32 (MessageHeader) Bitfield< 27
 
 EndBitUnion (MessageHeader) union Payload
 

Variables

static const uint8_t PROTOCOL_MAX = 6
 
 token
 
Bitfield< 17, 10 > protocolId
 
Bitfield< 9, 8 > messageType
 
Bitfield< 7, 0 > messageId
 

Enumeration Type Documentation

◆ MessageType

Enumerator
COMMANDS 
DELAYED_RESPONSES 
NOTIFICATIONS 

Definition at line 73 of file scmi_platform.hh.

◆ ProtocolID

enum gem5::scmi::ProtocolID : uint8_t
Enumerator
BASE 
START 
POWER_DOMAIN 
SYSTEM_POWER 
PERFORMANCE_DOMAIN 
CLOCK 
SENSOR 
END 

Definition at line 61 of file scmi_platform.hh.

◆ StatusCode

Enumerator
SUCCESS 
NOT_SUPPORTED 
INVALID_PARAMETERS 
DENIED 
NOT_FOUND 
OUT_OF_RANGE 
BUSY 
COMMS_ERROR 
GENERIC_ERROR 
HARDWARE_ERROR 
PROTOCOL_ERROR 

Definition at line 56 of file scmi_protocols.hh.

Function Documentation

◆ BitUnion32()

gem5::scmi::BitUnion32 ( MessageHeader  )

◆ EndBitUnion()

gem5::scmi::EndBitUnion ( MessageHeader  )

Variable Documentation

◆ messageId

Bitfield<7,0> gem5::scmi::messageId

Definition at line 84 of file scmi_platform.hh.

Referenced by EndBitUnion().

◆ messageType

Bitfield<9,8> gem5::scmi::messageType

Definition at line 83 of file scmi_platform.hh.

◆ PROTOCOL_MAX

const uint8_t gem5::scmi::PROTOCOL_MAX = 6
static

Definition at line 59 of file scmi_platform.hh.

Referenced by EndBitUnion().

◆ protocolId

Bitfield<17,10> gem5::scmi::protocolId

Definition at line 82 of file scmi_platform.hh.

◆ token

gem5::scmi::token

Generated on Wed Dec 21 2022 10:24:24 for gem5 by doxygen 1.9.1