[U-Boot] [PATCH 2/2] lib: move hash CONFIG options to Kconfig
Tom Rini
trini at konsulko.com
Wed Mar 1 14:25:16 UTC 2017
On Sat, Feb 18, 2017 at 11:57:49AM +0900, Masahiro Yamada wrote:
> Commit 94e3c8c4fd7b ("crypto/fsl - Add progressive hashing support
> using hardware acceleration.") created entries for CONFIG_SHA1,
> CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL.
> However, no defconfig has migrated to it. Complete the move with
> moveconfig tool.
>
> This commit was generated as follows:
>
> [1] tools/moveconfig.py -y SHA1 SHA256 SHA_HW_ACCEL
> [2] tools/moveconfig.py -y SHA_PROG_HW_ACCEL
>
> Note:
> We cannot move SHA_HW_ACCEL and SHA_PROG_HW_ACCEL simultaneously
> because there is dependency between them.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
I'm working on a v2 of this patch. First, we need to (and I've done)
migrate FIT_DISABLE_SHA256 (and make positive). Second we can in a
large number of cases here know that we need these because we have
FSL_CAAM, which also needs to be migrated. Thanks for the poke! :)
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170301/3bfa82da/attachment.sig>
More information about the U-Boot
mailing list