Comment #27 on issue 239197 by
bugdro...@chromium.org: Need a common
userspace interface to Chrome OS EC
http://code.google.com/p/chromium/issues/detail?id=239197#c27
Project : chromiumos/platform/ec
Branch : factory-pit-4280.B
Author : Vadim Bendebury <
vbe...@chromium.org>
Committer: Heng-ruey Hsu <
henr...@chromium.org>
Commit : 5faf6d7c15c96f6ea0e96e60ed100e07ca38625e
Code Review +2: Heng-ruey Hsu
Verified +1: Heng-ruey Hsu
Commit Queue : Chumped
Change-Id : I16fcc0d6752d9e778a026717208d8d6487d5dc77
Reviewed-at :
https://gerrit.chromium.org/gerrit/59391
drop: Ignore command version for VBNV CONTEXT command
The ec driver does not yet pass the command version properly from app
to the EC. This causes a failure when trying to use the vbnvram
context command (23). The thing is that the command version is not
even important for this command, as it was never implemented
differently.
As a quick fix - mark the command descriptor as supporting both
versions. I wonder if we should implement a "don't care" option for
situations like this.
BRANCH=none
BUG=chromium:239197
TEST=manual
. on peach_pit:
localhost ~ # mosys nvram vboot read
70000000000000000000000000000020
localhost ~ #
Signed-off-by: Vadim Bendebury <
vbe...@chromium.org>
Commit-Queue: Heng-ruey Hsu <
henr...@chromium.org>
M common/system_common.c