summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2022-06-07 08:48:34 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2023-07-24 13:42:06 +0300
commit873256241c6bdd5d1048b97fe2f4d6154ff1eb9f (patch)
tree7aeaafdae6ea507c95732c598782578a7f0f383b /meta-ampere/meta-jade
parent04dd98c7f7963654d295709e6538ae37493a1c3e (diff)
downloadopenbmc-873256241c6bdd5d1048b97fe2f4d6154ff1eb9f.tar.xz
meta-ampere: mtjade: buttons: enable warm-reboot option
Enable reset-button-do-warm-reboot to configure the reset button to trigger SYSRESET GPIO when released. Tested: 1. Turn ON the Host. 2. Press and release the reset button. Check if the Host is reset while Host power is still ON Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ife26183fa39f6dcbbb4b6e0aec30163ced257a35
Diffstat (limited to 'meta-ampere/meta-jade')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend b/meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend
new file mode 100644
index 0000000000..7474dfb48c
--- /dev/null
+++ b/meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OEMESON:append = " \
+ -Dreset-button-do-warm-reboot=enabled \
+ "