All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
@ 2016-07-29 20:59 Stuart Yoder
  2016-07-30 14:02 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Stuart Yoder @ 2016-07-29 20:59 UTC (permalink / raw)
  To: u-boot

The booti command allows booting kernels specifying dtb,
kernel, and rootfs addresses individually (without needing
an ITB file), providing more flexibility.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
---
 include/configs/ls1012a_common.h | 1 +
 include/configs/ls1043a_common.h | 1 +
 include/configs/ls2080a_common.h | 1 +
 3 files changed, 3 insertions(+)

diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index fba2fac..a2e2803 100644
--- a/include/configs/ls1012a_common.h
+++ b/include/configs/ls1012a_common.h
@@ -93,6 +93,7 @@
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 #undef CONFIG_CMD_IMLS
 
 #define CONFIG_ARCH_EARLY_INIT_R
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 0ad5261..6e6ddb7 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -175,6 +175,7 @@
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 
 /*  MMC  */
 #define CONFIG_MMC
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index ebe1415..fb05f0e 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -208,6 +208,7 @@ unsigned long long get_qixis_addr(void);
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LOAD_ADDR	(CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000)
-- 
1.9.0

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

* [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
  2016-07-29 20:59 [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti Stuart Yoder
@ 2016-07-30 14:02 ` Tom Rini
  2016-08-01 14:13   ` Stuart Yoder
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2016-07-30 14:02 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 29, 2016 at 03:59:18PM -0500, Stuart Yoder wrote:

> The booti command allows booting kernels specifying dtb,
> kernel, and rootfs addresses individually (without needing
> an ITB file), providing more flexibility.
> 
> Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>

With v2 of https://patchwork.ozlabs.org/patch/652262/ we shouldn't need
this at all as BOOTI will be enabled by default on ARM64 boards.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160730/e3687e62/attachment.sig>

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

* [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
  2016-07-30 14:02 ` Tom Rini
@ 2016-08-01 14:13   ` Stuart Yoder
  0 siblings, 0 replies; 3+ messages in thread
From: Stuart Yoder @ 2016-08-01 14:13 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Tom Rini [mailto:trini at konsulko.com]
> Sent: Saturday, July 30, 2016 9:03 AM
> To: Stuart Yoder <stuart.yoder@nxp.com>
> Cc: u-boot at lists.denx.de
> Subject: Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
> 
> On Fri, Jul 29, 2016 at 03:59:18PM -0500, Stuart Yoder wrote:
> 
> > The booti command allows booting kernels specifying dtb,
> > kernel, and rootfs addresses individually (without needing
> > an ITB file), providing more flexibility.
> >
> > Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
> 
> With v2 of https://patchwork.ozlabs.org/patch/652262/ we shouldn't need
> this at all as BOOTI will be enabled by default on ARM64 boards.

Sounds good.

Stuart

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

end of thread, other threads:[~2016-08-01 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 20:59 [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti Stuart Yoder
2016-07-30 14:02 ` Tom Rini
2016-08-01 14:13   ` Stuart Yoder

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.