All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox
@ 2022-04-12 21:16 Ilias Apalodimas
  2022-04-12 23:01 ` Masami Hiramatsu
  2022-04-20 13:12 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ilias Apalodimas @ 2022-04-12 21:16 UTC (permalink / raw)
  To: masami.hiramatsu; +Cc: Ilias Apalodimas, Jassi Brar, u-boot

Since this box is SystemReady compliant enable ISO_PARTITION which is
needed to start some installers (e.g Fedora).  While at it enable EXT4
as well which is a common filesystem for targets

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---
 configs/synquacer_developerbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index fe12c74374f9..4b06b2a523fb 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_CMD_MTDPARTS=y
 CONFIG_CMD_LOG=y
+CONFIG_ISO_PARTITION=y
 CONFIG_PARTITION_TYPE_GUID=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
@@ -85,6 +86,7 @@ CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_PCI=y
 CONFIG_USB_STORAGE=y
+CONFIG_FS_EXT4=y
 CONFIG_EFI_SET_TIME=y
 CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
 CONFIG_EFI_CAPSULE_ON_DISK=y
-- 
2.32.0


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

* Re: [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox
  2022-04-12 21:16 [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox Ilias Apalodimas
@ 2022-04-12 23:01 ` Masami Hiramatsu
  2022-04-20 13:12 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Masami Hiramatsu @ 2022-04-12 23:01 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: Jassi Brar, u-boot

This looks good to me.

Acked-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>

Thank you!

2022年4月13日(水) 6:16 Ilias Apalodimas <ilias.apalodimas@linaro.org>:
>
> Since this box is SystemReady compliant enable ISO_PARTITION which is
> needed to start some installers (e.g Fedora).  While at it enable EXT4
> as well which is a common filesystem for targets
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> ---
>  configs/synquacer_developerbox_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
> index fe12c74374f9..4b06b2a523fb 100644
> --- a/configs/synquacer_developerbox_defconfig
> +++ b/configs/synquacer_developerbox_defconfig
> @@ -37,6 +37,7 @@ CONFIG_CMD_FAT=y
>  CONFIG_CMD_FS_GENERIC=y
>  CONFIG_CMD_MTDPARTS=y
>  CONFIG_CMD_LOG=y
> +CONFIG_ISO_PARTITION=y
>  CONFIG_PARTITION_TYPE_GUID=y
>  CONFIG_ENV_OVERWRITE=y
>  CONFIG_ENV_IS_IN_SPI_FLASH=y
> @@ -85,6 +86,7 @@ CONFIG_USB=y
>  CONFIG_USB_XHCI_HCD=y
>  CONFIG_USB_XHCI_PCI=y
>  CONFIG_USB_STORAGE=y
> +CONFIG_FS_EXT4=y
>  CONFIG_EFI_SET_TIME=y
>  CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
>  CONFIG_EFI_CAPSULE_ON_DISK=y
> --
> 2.32.0
>


-- 
Masami Hiramatsu

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

* Re: [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox
  2022-04-12 21:16 [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox Ilias Apalodimas
  2022-04-12 23:01 ` Masami Hiramatsu
@ 2022-04-20 13:12 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-04-20 13:12 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: masami.hiramatsu, Jassi Brar, u-boot

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

On Wed, Apr 13, 2022 at 12:16:44AM +0300, Ilias Apalodimas wrote:

> Since this box is SystemReady compliant enable ISO_PARTITION which is
> needed to start some installers (e.g Fedora).  While at it enable EXT4
> as well which is a common filesystem for targets
> 
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> Acked-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-04-20 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 21:16 [PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox Ilias Apalodimas
2022-04-12 23:01 ` Masami Hiramatsu
2022-04-20 13:12 ` Tom Rini

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.