All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig
@ 2020-04-10 16:13 Patrick Delaunay
  2020-04-14 12:52 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2020-04-10 16:13 UTC (permalink / raw)
  To: u-boot

Enable these standard U-Boot commands for image manipulation and for
starting the default boot command using 'boot' command in U-Boot shell.

Cc: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 configs/stm32mp15_basic_defconfig   | 3 ---
 configs/stm32mp15_trusted_defconfig | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index 6d82365348..c8f1780cab 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -21,10 +21,7 @@ CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
 CONFIG_SYS_PROMPT="STM32MP> "
-# CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_ELF is not set
-# CONFIG_CMD_IMI is not set
-# CONFIG_CMD_XIMG is not set
 # CONFIG_CMD_EXPORTENV is not set
 # CONFIG_CMD_IMPORTENV is not set
 CONFIG_CMD_MEMINFO=y
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
index 6928e9a65c..82a8b709cd 100644
--- a/configs/stm32mp15_trusted_defconfig
+++ b/configs/stm32mp15_trusted_defconfig
@@ -9,10 +9,7 @@ CONFIG_DISTRO_DEFAULTS=y
 CONFIG_FIT=y
 CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
 CONFIG_SYS_PROMPT="STM32MP> "
-# CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_ELF is not set
-# CONFIG_CMD_IMI is not set
-# CONFIG_CMD_XIMG is not set
 # CONFIG_CMD_EXPORTENV is not set
 # CONFIG_CMD_IMPORTENV is not set
 CONFIG_CMD_MEMINFO=y
-- 
2.17.1

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

* [PATCH] ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig
  2020-04-10 16:13 [PATCH] ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig Patrick Delaunay
@ 2020-04-14 12:52 ` Patrice CHOTARD
  2020-04-15  7:32   ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2020-04-14 12:52 UTC (permalink / raw)
  To: u-boot

Hi

On 4/10/20 6:13 PM, Patrick Delaunay wrote:
> Enable these standard U-Boot commands for image manipulation and for
> starting the default boot command using 'boot' command in U-Boot shell.
>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
>  configs/stm32mp15_basic_defconfig   | 3 ---
>  configs/stm32mp15_trusted_defconfig | 3 ---
>  2 files changed, 6 deletions(-)
>
> diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
> index 6d82365348..c8f1780cab 100644
> --- a/configs/stm32mp15_basic_defconfig
> +++ b/configs/stm32mp15_basic_defconfig
> @@ -21,10 +21,7 @@ CONFIG_SPL_MTD_SUPPORT=y
>  CONFIG_SPL_POWER_SUPPORT=y
>  CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
>  CONFIG_SYS_PROMPT="STM32MP> "
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_CMD_ELF is not set
> -# CONFIG_CMD_IMI is not set
> -# CONFIG_CMD_XIMG is not set
>  # CONFIG_CMD_EXPORTENV is not set
>  # CONFIG_CMD_IMPORTENV is not set
>  CONFIG_CMD_MEMINFO=y
> diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
> index 6928e9a65c..82a8b709cd 100644
> --- a/configs/stm32mp15_trusted_defconfig
> +++ b/configs/stm32mp15_trusted_defconfig
> @@ -9,10 +9,7 @@ CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_FIT=y
>  CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
>  CONFIG_SYS_PROMPT="STM32MP> "
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_CMD_ELF is not set
> -# CONFIG_CMD_IMI is not set
> -# CONFIG_CMD_XIMG is not set
>  # CONFIG_CMD_EXPORTENV is not set
>  # CONFIG_CMD_IMPORTENV is not set
>  CONFIG_CMD_MEMINFO=y

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks

Patrice

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

* [Uboot-stm32] [PATCH] ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig
  2020-04-14 12:52 ` Patrice CHOTARD
@ 2020-04-15  7:32   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2020-04-15  7:32 UTC (permalink / raw)
  To: u-boot

Hi

On 4/14/20 2:52 PM, Patrice CHOTARD wrote:
> Hi
>
> On 4/10/20 6:13 PM, Patrick Delaunay wrote:
>> Enable these standard U-Boot commands for image manipulation and for
>> starting the default boot command using 'boot' command in U-Boot shell.
>>
>> Cc: Marek Vasut <marex@denx.de>
>> Cc: Patrice Chotard <patrice.chotard@st.com>
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
>> ---
>>
>>  configs/stm32mp15_basic_defconfig   | 3 ---
>>  configs/stm32mp15_trusted_defconfig | 3 ---
>>  2 files changed, 6 deletions(-)
>>
>> diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
>> index 6d82365348..c8f1780cab 100644
>> --- a/configs/stm32mp15_basic_defconfig
>> +++ b/configs/stm32mp15_basic_defconfig
>> @@ -21,10 +21,7 @@ CONFIG_SPL_MTD_SUPPORT=y
>>  CONFIG_SPL_POWER_SUPPORT=y
>>  CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
>>  CONFIG_SYS_PROMPT="STM32MP> "
>> -# CONFIG_CMD_BOOTD is not set
>>  # CONFIG_CMD_ELF is not set
>> -# CONFIG_CMD_IMI is not set
>> -# CONFIG_CMD_XIMG is not set
>>  # CONFIG_CMD_EXPORTENV is not set
>>  # CONFIG_CMD_IMPORTENV is not set
>>  CONFIG_CMD_MEMINFO=y
>> diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
>> index 6928e9a65c..82a8b709cd 100644
>> --- a/configs/stm32mp15_trusted_defconfig
>> +++ b/configs/stm32mp15_trusted_defconfig
>> @@ -9,10 +9,7 @@ CONFIG_DISTRO_DEFAULTS=y
>>  CONFIG_FIT=y
>>  CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
>>  CONFIG_SYS_PROMPT="STM32MP> "
>> -# CONFIG_CMD_BOOTD is not set
>>  # CONFIG_CMD_ELF is not set
>> -# CONFIG_CMD_IMI is not set
>> -# CONFIG_CMD_XIMG is not set
>>  # CONFIG_CMD_EXPORTENV is not set
>>  # CONFIG_CMD_IMPORTENV is not set
>>  CONFIG_CMD_MEMINFO=y
> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
>
> Thanks
>
> Patrice
Applied to u-boot-stm/next

Thanks

Patrice
> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32 at st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32

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

end of thread, other threads:[~2020-04-15  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 16:13 [PATCH] ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig Patrick Delaunay
2020-04-14 12:52 ` Patrice CHOTARD
2020-04-15  7:32   ` [Uboot-stm32] " Patrice CHOTARD

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.