| Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 1 | description: > | 
|  | 2 | SOL properties use for Get/Set SOL config parameter command in host-ipmid | 
|  | 3 | sending config to SOL process in net-ipmid. | 
|  | 4 | Since some platforms need to access Get/Set SOL config parameter command | 
|  | 5 | through KCS, and current sol manager is implemented in net-ipmid and | 
|  | 6 | cannot be accessed by host-ipmid, add a dbus interface for host-ipmid | 
|  | 7 | command to transfer properties to net-ipmid. | 
|  | 8 | This interface will be implemented in phosphor-settings. | 
|  | 9 | properties: | 
|  | 10 | - name: Progress | 
|  | 11 | type: byte | 
|  | 12 | description: > | 
|  | 13 | Set In Progress property, indicate when any parameters are being | 
|  | 14 | updated. | 
|  | 15 | - name: Enable | 
|  | 16 | type: boolean | 
|  | 17 | description: > | 
|  | 18 | SOL Enable property, this controls whether the SOL payload type | 
|  | 19 | can be activated. | 
|  | 20 | - name: Authentication | 
|  | 21 | type: byte | 
|  | 22 | description: > | 
|  | 23 | If SOL enable Force Payload Encryption and Authenticaton. | 
|  | 24 | And the minimun operating privilege level SOL required. | 
|  | 25 | - name: Accumulate | 
|  | 26 | type: byte | 
|  | 27 | description: > | 
|  | 28 | Character Accumulate Interval in 5ms increments. | 
|  | 29 | BMC will wait this time before transmitting a packet. | 
|  | 30 | - name: Threshold | 
|  | 31 | type: byte | 
|  | 32 | description: > | 
|  | 33 | BMC will automatically send an SOL character data packet containing | 
|  | 34 | this number of characters. | 
|  | 35 | - name: RetryCount | 
|  | 36 | type: byte | 
|  | 37 | description: > | 
|  | 38 | Packet will be dropped if no ACK/NACK received by time retries | 
|  | 39 | expire. | 
|  | 40 | - name: RetryInterval | 
|  | 41 | type: byte | 
|  | 42 | description: > | 
|  | 43 | Retry Interval in 10ms increments. |