
24 Jan
2021
24 Jan
'21
9:23 p.m.
Add a command to show the current events as a list of names. This is easier to decipher than a bit mask.
Signed-off-by: Simon Glass sjg@chromium.org ---
cmd/cros_ec.c | 70 +++++++++++++++++++++++++++++++--- drivers/misc/cros_ec_sandbox.c | 12 +++++- test/dm/cros_ec.c | 37 ++++++++++++++++++ 3 files changed, 112 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!