summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-04-11 10:01:38 -0700
committerChromeBot <chrome-bot@google.com>2013-04-11 11:29:38 -0700
commit08f8c6857f28a71ca549a9d490717a6d44517c75 (patch)
tree17b243a454aa840e0dcbaf2a2ecf4a51d4a5ca46 /include/ec_commands.h
parent4adcb45f2c067292b470a1c9506968e8cf7ac23a (diff)
downloadchrome-ec-08f8c6857f28a71ca549a9d490717a6d44517c75.tar.gz
Strip out old LPC command protocol
Nothing has used this since link EVT, so it's just dead code at this point. BUG=chrome-os-partner:13213 BRANCH=none TEST=manual - Update ectool but leave old firmware - ectool version -> works - ectool flashread 0 0x10000 foo -> puts the first 64KB of EC flash into foo - Update firmware - ectool version -> works - ectool flashread 0 0x10000 foo -> puts the first 64KB of EC flash into foo - power+esc+refresh -> recovery mode Change-Id: Ib25a705bcd8280d5295c8e7890969d796542b6c9 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/47866 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index caa0bcd3ee..a8944cb719 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -46,10 +46,6 @@
#define EC_LPC_ADDR_HOST_PARAM 0x804
#define EC_HOST_PARAM_SIZE 0x0fc /* Size of param area in bytes */
-/* I/O addresses for host command params, old interface */
-#define EC_LPC_ADDR_OLD_PARAM 0x880
-#define EC_OLD_PARAM_SIZE 0x080 /* Size of param area in bytes */
-
/* EC command register bit functions */
#define EC_LPC_CMDR_DATA (1 << 0) /* Data ready for host to read */
#define EC_LPC_CMDR_PENDING (1 << 1) /* Write pending to EC */