]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: cmd: Support 'vab' command
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>
Mon, 1 Mar 2021 12:04:12 +0000 (20:04 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Mon, 8 Mar 2021 02:59:10 +0000 (10:59 +0800)
commit177414e8747a2a9c8e7668ff178c539965994f08
tree902401dc905b2a9793216e3027a4d4913938c63e
parent1bf280baac4c5ee5d8272addf99abe5b83329fad
arm: socfpga: cmd: Support 'vab' command

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.lim@intel.com>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/vab.c [new file with mode: 0644]