summaryrefslogtreecommitdiff
path: root/include/vboot.h
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-08-10 13:13:16 -0700
committerCommit Bot <commit-bot@chromium.org>2021-09-21 20:50:07 +0000
commit0bff067f036a89bcc61bf8afcb8e1be08e412dae (patch)
tree8dd753990ee189222fd58f794830d7a4d3a110fc /include/vboot.h
parent265946822c56409b6b2aa07a2592b441b00f6bbe (diff)
downloadchrome-ec-0bff067f036a89bcc61bf8afcb8e1be08e412dae.tar.gz
efs2: Add overridable packet mode function
To support multiple OS and to reduce the BOM stuffing options on Intel RVP, Packet mode GPIO is added on I/O expander hence added overridable function. BUG=b:200189880 BRANCH=none TEST=make buildall -j Change-Id: Ieea1129614258393f7c73712ed28ed50b9fbf8fb Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3087618 Reviewed-by: Li Feng <li1.feng@intel.com> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include/vboot.h')
-rw-r--r--include/vboot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vboot.h b/include/vboot.h
index 9c09e1aba2..52ccae6e90 100644
--- a/include/vboot.h
+++ b/include/vboot.h
@@ -87,6 +87,11 @@ __override_proto void show_critical_error(void);
*/
__override_proto void show_power_shortage(void);
+/*
+ * Board level packet mode enable function.
+ */
+__override_proto void board_enable_packet_mode(bool enable);
+
/**
* Interrupt handler for packet mode entry.
*