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 <george.hung@quantatw.com>
Change-Id: Icff87d590c911289cb15bdc34dafce69e55c9e2a
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 0000000..d9d3ed1
--- /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"
+}