From 6b2472a0b397c403f08a70392f5891051b608221 Mon Sep 17 00:00:00 2001 From: "Thang Q. Nguyen" Date: Thu, 26 Aug 2021 04:47:17 +0000 Subject: meta-ampere: mtjade: configure SOL parameters Since 29086950, phosphor-net-ipmid has updated the SOL parameters by obtaining the attribute values of the xyz.openbmc_project.Ipmi.SOL interface. It is necessary to enable SOL by default on Mt.Jade with correct parameters. Tested: 1. ipmitool -I lanplus -H x -U x -P x -C 17 raw sol info 2. ipmitool -I lanplus -H x -U x -P x -C 17 sol activate ipmitool -I lanplus -H x -U x -P x -C 17 sol deactivate Use the above commands to successfully activate and deactivate SOL 3. Activate IPMI SOL and boot Host to Linux 5 times without disconnected. Signed-off-by: Thang Q. Nguyen Change-Id: I8e4d0e06eaa9c8995cde27f17f0d0d274b553f0d --- .../mtjade_settings.override.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-ampere/meta-jade/recipes-phosphor/settings/phosphor-settings-manager/mtjade_settings.override.yml (limited to 'meta-ampere/meta-jade/recipes-phosphor/settings/phosphor-settings-manager') diff --git a/meta-ampere/meta-jade/recipes-phosphor/settings/phosphor-settings-manager/mtjade_settings.override.yml b/meta-ampere/meta-jade/recipes-phosphor/settings/phosphor-settings-manager/mtjade_settings.override.yml new file mode 100644 index 000000000..757371647 --- /dev/null +++ b/meta-ampere/meta-jade/recipes-phosphor/settings/phosphor-settings-manager/mtjade_settings.override.yml @@ -0,0 +1,31 @@ +/xyz/openbmc_project/ipmi/sol/eth0: + - Interface: xyz.openbmc_project.Ipmi.SOL + Properties: + Enable: + Default: 'true' + Privilege: + Default: 4 + Progress: + Default: 0 + RetryCount: + Default: 7 + RetryIntervalMS: + Default: 100 + Threshold: + Default: 1 + +/xyz/openbmc_project/ipmi/sol/eth1: + - Interface: xyz.openbmc_project.Ipmi.SOL + Properties: + Enable: + Default: 'true' + Privilege: + Default: 4 + Progress: + Default: 0 + RetryCount: + Default: 7 + RetryIntervalMS: + Default: 100 + Threshold: + Default: 1 -- cgit v1.2.3