mbox series

[U-Boot,0/1] cmd: efidebug: rework "boot dump"

Message ID 20190426004418.31081-1-takahiro.akashi@linaro.org
Headers show
Series cmd: efidebug: rework "boot dump" | expand

Message

AKASHI Takahiro April 26, 2019, 12:44 a.m. UTC
This patch is a spin-off from my "non-volatile support" patch[1].

[1] https://lists.denx.de/pipermail/u-boot/2019-April/366214.html

Changes (Apr 26, 2019)
* use memcmp() instead of u16_strncmp()
* merge u16_isxdigit() and u16_tohex() into one function

AKASHI Takahiro (1):
  cmd: efidebug: rework "boot dump" sub-command using
    GetNextVariableName()

 cmd/efidebug.c | 79 +++++++++++++++++++++++++++++++++++---------------
 1 file changed, 55 insertions(+), 24 deletions(-)