public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] Make AVB_VERIFY depend on FASTBOOT
@ 2024-10-02 14:48 Jerome Forissier
  2024-10-08 13:15 ` Mattijs Korpershoek
  2024-10-11 12:32 ` Mattijs Korpershoek
  0 siblings, 2 replies; 3+ messages in thread
From: Jerome Forissier @ 2024-10-02 14:48 UTC (permalink / raw)
  To: u-boot
  Cc: Ilias Apalodimas, Jerome Forissier, Tom Rini, Simon Glass,
	Stefan Roese, Mattijs Korpershoek, Rasmus Villemoes, Joshua Watt,
	Marek Vasut, Jiaxun Yang

AVB_BUF_ADDR, which is under "if AVB_VERIFY", defaults to
FASTBOOT_BUF_ADDR. Therefore AVB_VERIFY should depend on FASTBOOT.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 957de0c5c02..c011ab6e820 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -850,6 +850,7 @@ config AVB_VERIFY
 	depends on LIBAVB
 	depends on MMC
 	depends on PARTITION_UUIDS
+	depends on FASTBOOT
 	help
 	  This option enables compilation of bootloader-dependent operations,
 	  used by Android Verified Boot 2.0 library (libavb). Includes:
-- 
2.40.1


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

* Re: [PATCH] Make AVB_VERIFY depend on FASTBOOT
  2024-10-02 14:48 [PATCH] Make AVB_VERIFY depend on FASTBOOT Jerome Forissier
@ 2024-10-08 13:15 ` Mattijs Korpershoek
  2024-10-11 12:32 ` Mattijs Korpershoek
  1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2024-10-08 13:15 UTC (permalink / raw)
  To: Jerome Forissier, u-boot
  Cc: Ilias Apalodimas, Jerome Forissier, Tom Rini, Simon Glass,
	Stefan Roese, Rasmus Villemoes, Joshua Watt, Marek Vasut,
	Jiaxun Yang

Hi Jerome,

Thank you for the patch.

On mer., oct. 02, 2024 at 16:48, Jerome Forissier <jerome.forissier@linaro.org> wrote:

> AVB_BUF_ADDR, which is under "if AVB_VERIFY", defaults to
> FASTBOOT_BUF_ADDR. Therefore AVB_VERIFY should depend on FASTBOOT.
>
> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 957de0c5c02..c011ab6e820 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -850,6 +850,7 @@ config AVB_VERIFY
>  	depends on LIBAVB
>  	depends on MMC
>  	depends on PARTITION_UUIDS
> +	depends on FASTBOOT
>  	help
>  	  This option enables compilation of bootloader-dependent operations,
>  	  used by Android Verified Boot 2.0 library (libavb). Includes:
> -- 
> 2.40.1

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

* Re: [PATCH] Make AVB_VERIFY depend on FASTBOOT
  2024-10-02 14:48 [PATCH] Make AVB_VERIFY depend on FASTBOOT Jerome Forissier
  2024-10-08 13:15 ` Mattijs Korpershoek
@ 2024-10-11 12:32 ` Mattijs Korpershoek
  1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2024-10-11 12:32 UTC (permalink / raw)
  To: u-boot, Jerome Forissier
  Cc: Ilias Apalodimas, Tom Rini, Simon Glass, Stefan Roese,
	Rasmus Villemoes, Joshua Watt, Marek Vasut, Jiaxun Yang

Hi,

On Wed, 02 Oct 2024 16:48:45 +0200, Jerome Forissier wrote:
> AVB_BUF_ADDR, which is under "if AVB_VERIFY", defaults to
> FASTBOOT_BUF_ADDR. Therefore AVB_VERIFY should depend on FASTBOOT.
> 
> 

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)

[1/1] Make AVB_VERIFY depend on FASTBOOT
      https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/ce1023de730ffa37beae46a5276061a74a041a09

--
Mattijs

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

end of thread, other threads:[~2024-10-11 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 14:48 [PATCH] Make AVB_VERIFY depend on FASTBOOT Jerome Forissier
2024-10-08 13:15 ` Mattijs Korpershoek
2024-10-11 12:32 ` Mattijs Korpershoek

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