mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 12:52:26 +00:00
ec_commands: Reserve command ids for CR51 firmware.
BRANCH=none BUG=none TEST=make -j buildall Change-Id: I423d1eb450b8191f959733ab205b0c700916e88f Reviewed-on: https://chromium-review.googlesource.com/366241 Commit-Ready: Carl Hamilton <carlh@chromium.org> Tested-by: Carl Hamilton <carlh@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
f1bd67dedc
commit
6cee50001b
@@ -3807,6 +3807,13 @@ struct ec_response_usb_pd_mux_info {
|
||||
*/
|
||||
#define EC_CMD_BLOB 0x200
|
||||
|
||||
/*****************************************************************************/
|
||||
/*
|
||||
* Reserve a range of host commands for the CR51 firmware.
|
||||
*/
|
||||
#define EC_CMD_CR51_BASE 0x300
|
||||
#define EC_CMD_CR51_LAST 0x3FF
|
||||
|
||||
/*****************************************************************************/
|
||||
/*
|
||||
* Reserve a range of host commands for board-specific, experimental, or
|
||||
|
||||
Reference in New Issue
Block a user