Attention is currently required from: Subrata Banik, Nick Vaccaro, Yu-Ping Wu, Boris Mittelberg.
Hello build bot (Jenkins), Subrata Banik, Nick Vaccaro, Yu-Ping Wu, Boris Mittelberg,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73324
to look at the new patch set (#4).
Change subject: ec/google/chromeec: Add ec_cmd_api.h, update ec_commands.h ......................................................................
ec/google/chromeec: Add ec_cmd_api.h, update ec_commands.h
The new util/chromeos/cros_get_ec_commands.sh utility is used to update ec_commands.h and introduce ec_cmd_api.h from the chrome EC repo.
ec_cmd_api.h is a new file from the chrome EC repo which defines the API for communicating with the EC. It is a companion to the existing ec_commands.h by defining functions corresponding to EC host command opcodes and request/response struct definitions. See $EC/docs/ec-host-command-api.md for details.
Generated using cros_get_ec_commands.sh [EC-DIR].
The original include/ec_commands.h version in the EC repo is: 3e35858003 ec: Add another #line directive The original include/ec_cmd_api.h version in the EC repo is: 59de61f2db zephyr: Add support for RNG devices
BUG=b:258126464 BRANCH=none TEST=none
Change-Id: I30f20e34d31b7e19cf03f65fefd58ae64eef1d41 Signed-off-by: Caveh Jalali caveh@chromium.org --- A src/ec/google/chromeec/ec_cmd_api.h M src/ec/google/chromeec/ec_commands.h 2 files changed, 588 insertions(+), 96 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/73324/4