On Thu, 7 Jan 2021 at 03:03, Siew Chin Lim <elly.siew.chin....@intel.com> wrote: > > Support 'vab' command to perform vendor authentication. > > Command format: vab addr len > Authorize 'len' bytes starting at 'addr' via vendor public key > > Signed-off-by: Siew Chin Lim <elly.siew.chin....@intel.com> > --- > arch/arm/mach-socfpga/Makefile | 1 + > arch/arm/mach-socfpga/vab.c | 37 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 38 insertions(+) > create mode 100644 arch/arm/mach-socfpga/vab.c
Reviewed-by: Simon Glass <s...@chromium.org> This feature needs some documentation somewhere, or at least a pointer to it.