From 6cee50001bbc307ac95daadd45c0e932f199f4fe Mon Sep 17 00:00:00 2001 From: Carl Hamilton Date: Thu, 4 Aug 2016 10:53:48 -0700 Subject: [PATCH] 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 Tested-by: Carl Hamilton Reviewed-by: Randall Spangler Reviewed-by: Bill Richardson --- include/ec_commands.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/ec_commands.h b/include/ec_commands.h index 660a432b35..45a2d7b30a 100644 --- a/include/ec_commands.h +++ b/include/ec_commands.h @@ -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