commit | 959e1ce9f52a8ff4928c1184e895a0389961e6da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 16 14:52:26 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | 127ce4a016602e527aded6c3ceb97c8121c34c78 | |
parent | 33909b544095580d695e3f414b6f7c379a427aa5 [diff] |
cros_ec: Support reading EC features The EC can support a variety of features and provides a way to find out what is available. Add support for this. Also update the feature list to the lastest available while we are here. This is at: https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/include/ec_commands.h Signed-off-by: Simon Glass <sjg@chromium.org>