summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2021-03-10 01:51:29 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2021-03-15 23:29:29 +0300
commit859036817b18cec154197ea7812d38ae77b47bb4 (patch)
tree63ffe1d4c71047a52e56774254c575da8c5fadd4 /meta-intel-openbmc
parent5521d249699db8f0fac09afe0eb9bd6d5996b4f8 (diff)
downloadopenbmc-859036817b18cec154197ea7812d38ae77b47bb4.tar.xz
meta-intel-openbmc: Enable PLT_RST in x86-power-control
This enables the x86-power-control build option to use PLT_RST to detect warm resets. Tested: Confirmed that PLT_RST is detected in x86-power-control after enabling this option. Change-Id: I044482b50d7b1f7a1fa82921fc4bfcf60ae4287a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend b/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend
new file mode 100644
index 000000000..5d47989b7
--- /dev/null
+++ b/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend
@@ -0,0 +1,2 @@
+# Use PLT_RST to detect warm resets
+EXTRA_OECMAKE_intel += "-DUSE_PLT_RST=ON"