From 5c037eda1228ec2f46daf9f03852580c08aba234 Mon Sep 17 00:00:00 2001 From: George Hung Date: Fri, 16 Apr 2021 17:25:30 +0800 Subject: meta-quanta: gbs: back to upstream and enable chassis-system reset - change back to x86-power-control upstream - enable chassis-system reset for hard power cycle by Redfish Usage by Redfish: curl -k -u ${username}:${password} https://${bmcip}/redfish/v1/Chassis/chassis/Actions/Chassis.Reset -d '{"ResetType": "PowerCycle"}' Signed-off-by: George Hung Change-Id: Icff87d590c911289cb15bdc34dafce69e55c9e2a --- .../recipes-x86/chassis/x86-power-control/power-config-host0.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json (limited to 'meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json') diff --git a/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json b/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json new file mode 100644 index 000000000..d9d3ed109 --- /dev/null +++ b/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json @@ -0,0 +1,8 @@ +{ + "PostComplete": "POST_COMPLETE", + "PwrButton": "POWER_BUTTON", + "PwrOK": "PS_PWROK", + "PwrOut": "POWER_OUT", + "RstButton": "RESET_BUTTON", + "RstOut": "RESET_OUT" +} -- cgit v1.2.3