diff mbox series

[U-Boot,V3,2/4] sandbox64: enable command aes

Message ID 1569317550-22731-3-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit 5fff9b3bc9da677bef8b5f7b5cb4e9e12c84a7d9
Delegated to: Simon Glass
Headers show
Series pytest: add a simple test to check the command aes | expand

Commit Message

Philippe REYNES Sept. 24, 2019, 9:32 a.m. UTC
This commit add the support of command aes.
Then, it may be used on pytest.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/sandbox64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Sept. 27, 2019, 1:49 a.m. UTC | #1
On Tue, 24 Sep 2019 at 02:32, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
>
> This commit add the support of command aes.
> Then, it may be used on pytest.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

You could add this in sandbox's Kconfig BTW.
Simon Glass Sept. 27, 2019, 11:28 p.m. UTC | #2
On Tue, 24 Sep 2019 at 02:32, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
>
> This commit add the support of command aes.
> Then, it may be used on pytest.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

You could add this in sandbox's Kconfig BTW.

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index 7aa2d38..1fea683 100644
--- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig
@@ -59,6 +59,7 @@  CONFIG_CMD_QFW=y
 CONFIG_CMD_BOOTSTAGE=y
 CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_AES=y
 CONFIG_CMD_TPM=y
 CONFIG_CMD_TPM_TEST=y
 CONFIG_CMD_BTRFS=y