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 |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 11 | default: 0 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 12 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 13 | Set In Progress property, indicate when any parameters are being |
| 14 | updated. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 15 | - name: Enable |
| 16 | type: boolean |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 17 | default: true |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 18 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 19 | SOL Enable property, this controls whether the SOL payload type can be |
| 20 | activated. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 21 | - name: ForceEncryption |
| 22 | type: boolean |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 23 | default: true |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 24 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 25 | If SOL enable Force Payload Encryption. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 26 | - name: ForceAuthentication |
| 27 | type: boolean |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 28 | default: true |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 29 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 30 | If SOL enable Force Payload Authentication |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 31 | - name: Privilege |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 32 | type: byte |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 33 | default: 4 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 34 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 35 | Sets the minimum operating privilege level that is required to be able |
| 36 | to activate SOL by Activate Payload command. |
Cheng C Yang | aec8c82 | 2019-03-29 00:07:47 +0800 | [diff] [blame] | 37 | - name: AccumulateIntervalMS |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 38 | type: byte |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 39 | default: 20 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 40 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 41 | Character Accumulate Interval in 5ms increments. BMC will wait this |
| 42 | time before transmitting a packet. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 43 | - name: Threshold |
| 44 | type: byte |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 45 | default: 1 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 46 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 47 | BMC will automatically send an SOL character data packet containing |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 48 | this number of characters as soon as this number of characters (or |
| 49 | greater) has been accepted from the baseboard serial controller. |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 50 | - name: RetryCount |
| 51 | type: byte |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 52 | default: 7 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 53 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 54 | 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] | 55 | - name: RetryIntervalMS |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 56 | type: byte |
Zev Weiss | 7da02bd | 2024-01-11 03:23:32 +0000 | [diff] [blame] | 57 | default: 100 |
Cheng C Yang | 7e3fe1c | 2019-03-16 02:10:37 +0800 | [diff] [blame] | 58 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 59 | Retry Interval in 10ms increments. |