All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: turris_{omnia, mox}: GPT partition support
@ 2021-09-02  8:34 Pali Rohár
  2021-09-02 12:17 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2021-09-02  8:34 UTC (permalink / raw)
  To: Stefan Roese, Marek Behún; +Cc: u-boot

This allows U-Boot to access filesystems on GPT partitioned disks.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 configs/turris_mox_defconfig   | 1 +
 configs/turris_omnia_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 40f975ead314..9a9102430e67 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -29,6 +29,7 @@ CONFIG_CMD_SHA1SUM=y
 CONFIG_CMD_CLK=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPIO=y
+CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_MTD=y
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index b2bbbd146943..a724a1baa16e 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -40,6 +40,7 @@ CONFIG_SYS_ALT_MEMTEST=y
 CONFIG_CMD_SHA1SUM=y
 CONFIG_CMD_LZMADEC=y
 CONFIG_CMD_GPIO=y
+CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_MTD=y
-- 
2.20.1


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

* Re: [PATCH] arm: mvebu: turris_{omnia, mox}: GPT partition support
  2021-09-02  8:34 [PATCH] arm: mvebu: turris_{omnia, mox}: GPT partition support Pali Rohár
@ 2021-09-02 12:17 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2021-09-02 12:17 UTC (permalink / raw)
  To: Pali Rohár, Marek Behún; +Cc: u-boot

On 02.09.21 10:34, Pali Rohár wrote:
> This allows U-Boot to access filesystems on GPT partitioned disks.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   configs/turris_mox_defconfig   | 1 +
>   configs/turris_omnia_defconfig | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index 40f975ead314..9a9102430e67 100644
> --- a/configs/turris_mox_defconfig
> +++ b/configs/turris_mox_defconfig
> @@ -29,6 +29,7 @@ CONFIG_CMD_SHA1SUM=y
>   CONFIG_CMD_CLK=y
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_GPIO=y
> +CONFIG_CMD_GPT=y
>   CONFIG_CMD_I2C=y
>   CONFIG_CMD_MMC=y
>   CONFIG_CMD_MTD=y
> diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
> index b2bbbd146943..a724a1baa16e 100644
> --- a/configs/turris_omnia_defconfig
> +++ b/configs/turris_omnia_defconfig
> @@ -40,6 +40,7 @@ CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y
>   CONFIG_CMD_LZMADEC=y
>   CONFIG_CMD_GPIO=y
> +CONFIG_CMD_GPT=y
>   CONFIG_CMD_I2C=y
>   CONFIG_CMD_MMC=y
>   CONFIG_CMD_MTD=y
> 


Viele Grüße,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

end of thread, other threads:[~2021-09-02 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02  8:34 [PATCH] arm: mvebu: turris_{omnia, mox}: GPT partition support Pali Rohár
2021-09-02 12:17 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.