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 |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 3 | sending config to SOL process in net-ipmid. Since some platforms need to |
| 4 | access Get/Set SOL config parameter command through KCS, and current SOL |
| 5 | manager is implemented in net-ipmid and cannot be accessed by host-ipmid, |
| 6 | add a D-Bus interface for host-ipmid command to transfer properties to |
| 7 | net-ipmid. This interface will be implemented in phosphor-settings. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 8 | properties: |
| 9 | - name: Progress |
| 10 | type: byte |
| 11 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 12 | Set In Progress property, indicate when any parameters are being |
| 13 | updated. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 14 | - name: Enable |
| 15 | type: boolean |
| 16 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 17 | SOL Enable property, this controls whether the SOL payload type can be |
| 18 | activated. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 19 | - name: ForceEncryption |
| 20 | type: boolean |
| 21 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 22 | If SOL enable Force Payload Encryption. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 23 | - name: ForceAuthentication |
| 24 | type: boolean |
| 25 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 26 | If SOL enable Force Payload Authentication |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 27 | - name: Privilege |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 28 | type: byte |
| 29 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 30 | Sets the minimum operating privilege level that is required to be able |
| 31 | to activate SOL by Activate Payload command. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 32 | - name: AccumulateIntervalMS |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 33 | type: byte |
| 34 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 35 | Character Accumulate Interval in 5ms increments. BMC will wait this |
| 36 | time before transmitting a packet. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 37 | - name: Threshold |
| 38 | type: byte |
| 39 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 40 | BMC will automatically send an SOL character data packet containing |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 41 | this number of characters as soon as this number of characters (or |
| 42 | greater) has been accepted from the baseboard serial controller. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 43 | - name: RetryCount |
| 44 | type: byte |
| 45 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 46 | Packet will be dropped if no ACK/NACK received by time retries expire. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 47 | - name: RetryIntervalMS |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 48 | type: byte |
| 49 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 50 | Retry Interval in 10ms increments. |