All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
@ 2019-06-25 11:57 Luka Kovacic
  2019-06-26  5:17 ` Stefan Roese
  0 siblings, 1 reply; 4+ messages in thread
From: Luka Kovacic @ 2019-06-25 11:57 UTC (permalink / raw)
  To: u-boot

This change enables CMD_BOOTZ and increases SYS_BOOTM_LEN to
make it easier to work with kernel images.

Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>
---
 configs/crs305-1g-4s_defconfig | 1 +
 include/configs/crs305-1g-4s.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/crs305-1g-4s_defconfig b/configs/crs305-1g-4s_defconfig
index 26e1c91f29..df77cb89ca 100644
--- a/configs/crs305-1g-4s_defconfig
+++ b/configs/crs305-1g-4s_defconfig
@@ -7,6 +7,7 @@ CONFIG_BUILD_TARGET="u-boot.kwb"
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_CMD_MEMTEST=y
 CONFIG_SYS_ALT_MEMTEST=y
+CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_I2C=y
 CONFIG_CMD_SF=y
diff --git a/include/configs/crs305-1g-4s.h b/include/configs/crs305-1g-4s.h
index c73cb99b1b..a2df69adc7 100644
--- a/include/configs/crs305-1g-4s.h
+++ b/include/configs/crs305-1g-4s.h
@@ -10,6 +10,7 @@
  * High Level Configuration Options (easy to change)
  */
 
+#define CONFIG_SYS_BOOTM_LEN	(64 * 1024 * 1024) /* 64 MB */
 #define CONFIG_SYS_KWD_CONFIG	$(CONFIG_BOARDDIR)/kwbimage.cfg
 #define CONFIG_SYS_TCLK		200000000	/* 200MHz */
 
-- 
2.20.1

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

* [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
  2019-06-25 11:57 [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN Luka Kovacic
@ 2019-06-26  5:17 ` Stefan Roese
  2019-07-10 20:24   ` Luka Kovacic
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2019-06-26  5:17 UTC (permalink / raw)
  To: u-boot

On 25.06.19 13:57, Luka Kovacic wrote:
> This change enables CMD_BOOTZ and increases SYS_BOOTM_LEN to
> make it easier to work with kernel images.
> 
> Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>

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

Thanks,
Stefan

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

* [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
  2019-06-26  5:17 ` Stefan Roese
@ 2019-07-10 20:24   ` Luka Kovacic
  2019-07-11  4:51     ` Stefan Roese
  0 siblings, 1 reply; 4+ messages in thread
From: Luka Kovacic @ 2019-07-10 20:24 UTC (permalink / raw)
  To: u-boot

On 2019-06-26 07:17, Stefan Roese wrote:
> On 25.06.19 13:57, Luka Kovacic wrote:
>> This change enables CMD_BOOTZ and increases SYS_BOOTM_LEN to
>> make it easier to work with kernel images.
>> 
>> Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>
> 
> Reviewed-by: Stefan Roese <sr@denx.de>
> 
> Thanks,
> Stefan
Hi,
When will the patch be applied to U-Boot mainline tree?

Kind regards,
Luka

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

* [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
  2019-07-10 20:24   ` Luka Kovacic
@ 2019-07-11  4:51     ` Stefan Roese
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2019-07-11  4:51 UTC (permalink / raw)
  To: u-boot

On 10.07.19 22:24, Luka Kovacic wrote:
> On 2019-06-26 07:17, Stefan Roese wrote:
>> On 25.06.19 13:57, Luka Kovacic wrote:
>>> This change enables CMD_BOOTZ and increases SYS_BOOTM_LEN to
>>> make it easier to work with kernel images.
>>>
>>> Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>
>>
>> Reviewed-by: Stefan Roese <sr@denx.de>
>>
>> Thanks,
>> Stefan
> Hi,
> When will the patch be applied to U-Boot mainline tree?

I'm planning to send my first batch of MVEBU related patches to Tom
today.

Thanks,
Stefan

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

end of thread, other threads:[~2019-07-11  4:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 11:57 [U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN Luka Kovacic
2019-06-26  5:17 ` Stefan Roese
2019-07-10 20:24   ` Luka Kovacic
2019-07-11  4:51     ` 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.