public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] avb: AVB_VERIFY depends on MMC
@ 2021-01-25 11:17 Heinrich Schuchardt
  2021-01-25 11:37 ` Igor Opaniuk
  2021-01-30 19:21 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2021-01-25 11:17 UTC (permalink / raw)
  To: u-boot

AVB Verified Boot uses functions related to MMC.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index d8982ba377..be4dd815c0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -561,6 +561,7 @@ config HASH
 config AVB_VERIFY
 	bool "Build Android Verified Boot operations"
 	depends on LIBAVB
+	depends on MMC
 	depends on PARTITION_UUIDS
 	help
 	  This option enables compilation of bootloader-dependent operations,
--
2.29.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 1/1] avb: AVB_VERIFY depends on MMC
  2021-01-25 11:17 [PATCH 1/1] avb: AVB_VERIFY depends on MMC Heinrich Schuchardt
@ 2021-01-25 11:37 ` Igor Opaniuk
  2021-01-30 19:21 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Igor Opaniuk @ 2021-01-25 11:37 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

On Mon, Jan 25, 2021 at 1:18 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> AVB Verified Boot uses functions related to MMC.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index d8982ba377..be4dd815c0 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -561,6 +561,7 @@ config HASH
>  config AVB_VERIFY
>         bool "Build Android Verified Boot operations"
>         depends on LIBAVB
> +       depends on MMC
>         depends on PARTITION_UUIDS
>         help
>           This option enables compilation of bootloader-dependent operations,
> --
> 2.29.2
>

Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>

Thanks!

-- 
Best regards - Freundliche Gr?sse - Meilleures salutations

Igor Opaniuk
Embedded Software Engineer
T:  +380 938364067
E: igor.opaniuk at foundries.io
W: www.foundries.io

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] avb: AVB_VERIFY depends on MMC
  2021-01-25 11:17 [PATCH 1/1] avb: AVB_VERIFY depends on MMC Heinrich Schuchardt
  2021-01-25 11:37 ` Igor Opaniuk
@ 2021-01-30 19:21 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-01-30 19:21 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 25, 2021 at 12:17:57PM +0100, Heinrich Schuchardt wrote:

> AVB Verified Boot uses functions related to MMC.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210130/0026bb56/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-30 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25 11:17 [PATCH 1/1] avb: AVB_VERIFY depends on MMC Heinrich Schuchardt
2021-01-25 11:37 ` Igor Opaniuk
2021-01-30 19:21 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox