All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel
@ 2012-04-23 16:31 Fabio Estevam
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:31 UTC (permalink / raw)
  To: u-boot

Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx28evk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index cb4ff37..31dc718 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -67,6 +67,7 @@
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_BOOTZ
 
 /*
  * Memory configurations
-- 
1.7.1

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

* [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
  2012-04-23 16:31 [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel Fabio Estevam
@ 2012-04-23 16:31 ` Fabio Estevam
  2012-04-24  1:47   ` Liu Hui-R64343
                     ` (2 more replies)
  2012-04-23 16:31 ` [U-Boot] [PATCH 3/4] mx6qarm2: " Fabio Estevam
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 11+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:31 UTC (permalink / raw)
  To: u-boot

Allow booting a zImage kernel.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6qsabrelite.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 3f7e51d..492c618 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -211,6 +211,7 @@
 #endif
 
 #define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
 
 #define CONFIG_SYS_DCACHE_OFF
 
-- 
1.7.1

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

* [U-Boot] [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel
  2012-04-23 16:31 [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel Fabio Estevam
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
@ 2012-04-23 16:31 ` Fabio Estevam
  2012-04-24  1:54   ` Liu Hui-R64343
  2012-04-29 14:38   ` Stefano Babic
  2012-04-23 16:31 ` [U-Boot] [PATCH 4/4] mx31pdk: " Fabio Estevam
  2012-04-29 14:38 ` [U-Boot] [PATCH 1/4] mx28evk: " Stefano Babic
  3 siblings, 2 replies; 11+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:31 UTC (permalink / raw)
  To: u-boot

Allow booting a zImage kernel.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6qarm2.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index e83aec6..90652c6 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -168,6 +168,7 @@
 #define CONFIG_SYS_MMC_ENV_DEV		1
 
 #define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
 
 #define CONFIG_SYS_DCACHE_OFF
 
-- 
1.7.1

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

* [U-Boot] [PATCH 4/4] mx31pdk: Allow booting a zImage kernel
  2012-04-23 16:31 [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel Fabio Estevam
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
  2012-04-23 16:31 ` [U-Boot] [PATCH 3/4] mx6qarm2: " Fabio Estevam
@ 2012-04-23 16:31 ` Fabio Estevam
  2012-04-29 14:38   ` Stefano Babic
  2012-04-29 14:38 ` [U-Boot] [PATCH 1/4] mx28evk: " Stefano Babic
  3 siblings, 1 reply; 11+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:31 UTC (permalink / raw)
  To: u-boot

Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx31pdk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 49d440b..6ce97bc 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -99,6 +99,7 @@
 #define CONFIG_CMD_SPI
 #define CONFIG_CMD_DATE
 #define CONFIG_CMD_NAND
+#define CONFIG_CMD_BOOTZ
 
 /*
  * Disabled due to compilation errors in cmd_bootm.c (IMLS seems to require
-- 
1.7.1

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

* [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
@ 2012-04-24  1:47   ` Liu Hui-R64343
  2012-04-24  1:55   ` Liu Hui-R64343
  2012-04-29 14:38   ` Stefano Babic
  2 siblings, 0 replies; 11+ messages in thread
From: Liu Hui-R64343 @ 2012-04-24  1:47 UTC (permalink / raw)
  To: u-boot


>-----Original Message-----
>From: Estevam Fabio-R49496
>Sent: Tuesday, April 24, 2012 12:31 AM
>To: u-boot at lists.denx.de
>Cc: sbabic at denx.de; Estevam Fabio-R49496; Liu Hui-R64343
>Subject: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>
>Allow booting a zImage kernel.
>
>Cc: Jason Liu <r64343@freescale.com>
>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Acke-by: Jason Liu <r64343@freescale.com>

>---
> include/configs/mx6qsabrelite.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
>diff --git a/include/configs/mx6qsabrelite.h
>b/include/configs/mx6qsabrelite.h index 3f7e51d..492c618 100644
>--- a/include/configs/mx6qsabrelite.h
>+++ b/include/configs/mx6qsabrelite.h
>@@ -211,6 +211,7 @@
> #endif
>
> #define CONFIG_OF_LIBFDT
>+#define CONFIG_CMD_BOOTZ
>
> #define CONFIG_SYS_DCACHE_OFF
>
>--
>1.7.1

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

* [U-Boot] [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 3/4] mx6qarm2: " Fabio Estevam
@ 2012-04-24  1:54   ` Liu Hui-R64343
  2012-04-29 14:38   ` Stefano Babic
  1 sibling, 0 replies; 11+ messages in thread
From: Liu Hui-R64343 @ 2012-04-24  1:54 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: Estevam Fabio-R49496
>Sent: Tuesday, April 24, 2012 12:31 AM
>To: u-boot at lists.denx.de
>Cc: sbabic at denx.de; Estevam Fabio-R49496; Liu Hui-R64343
>Subject: [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel
>
>Allow booting a zImage kernel.
>
>Cc: Jason Liu <r64343@freescale.com>
>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>


Acked-by: Jason Liu <r64343@freescale.com>

>---
> include/configs/mx6qarm2.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
>diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index
>e83aec6..90652c6 100644
>--- a/include/configs/mx6qarm2.h
>+++ b/include/configs/mx6qarm2.h
>@@ -168,6 +168,7 @@
> #define CONFIG_SYS_MMC_ENV_DEV		1
>
> #define CONFIG_OF_LIBFDT
>+#define CONFIG_CMD_BOOTZ
>
> #define CONFIG_SYS_DCACHE_OFF
>
>--
>1.7.1

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

* [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
  2012-04-24  1:47   ` Liu Hui-R64343
@ 2012-04-24  1:55   ` Liu Hui-R64343
  2012-04-29 14:38   ` Stefano Babic
  2 siblings, 0 replies; 11+ messages in thread
From: Liu Hui-R64343 @ 2012-04-24  1:55 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: Liu Hui-R64343
>Sent: Tuesday, April 24, 2012 9:48 AM
>To: Estevam Fabio-R49496; u-boot at lists.denx.de
>Cc: sbabic at denx.de
>Subject: RE: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>
>
>>-----Original Message-----
>>From: Estevam Fabio-R49496
>>Sent: Tuesday, April 24, 2012 12:31 AM
>>To: u-boot at lists.denx.de
>>Cc: sbabic at denx.de; Estevam Fabio-R49496; Liu Hui-R64343
>>Subject: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
>>
>>Allow booting a zImage kernel.
>>
>>Cc: Jason Liu <r64343@freescale.com>
>>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
>Acke-by: Jason Liu <r64343@freescale.com>

Sorry for the typo:
%s/Acke/Acked/
>
>>---
>> include/configs/mx6qsabrelite.h |    1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>>diff --git a/include/configs/mx6qsabrelite.h
>>b/include/configs/mx6qsabrelite.h index 3f7e51d..492c618 100644
>>--- a/include/configs/mx6qsabrelite.h
>>+++ b/include/configs/mx6qsabrelite.h
>>@@ -211,6 +211,7 @@
>> #endif
>>
>> #define CONFIG_OF_LIBFDT
>>+#define CONFIG_CMD_BOOTZ
>>
>> #define CONFIG_SYS_DCACHE_OFF
>>
>>--
>>1.7.1

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

* [U-Boot] [PATCH 4/4] mx31pdk: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 4/4] mx31pdk: " Fabio Estevam
@ 2012-04-29 14:38   ` Stefano Babic
  0 siblings, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-04-29 14:38 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:31, Fabio Estevam wrote:
> Allow booting a zImage kernel.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel
  2012-04-23 16:31 [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel Fabio Estevam
                   ` (2 preceding siblings ...)
  2012-04-23 16:31 ` [U-Boot] [PATCH 4/4] mx31pdk: " Fabio Estevam
@ 2012-04-29 14:38 ` Stefano Babic
  3 siblings, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-04-29 14:38 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:31, Fabio Estevam wrote:
> Allow booting a zImage kernel.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 3/4] mx6qarm2: " Fabio Estevam
  2012-04-24  1:54   ` Liu Hui-R64343
@ 2012-04-29 14:38   ` Stefano Babic
  1 sibling, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-04-29 14:38 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:31, Fabio Estevam wrote:
> Allow booting a zImage kernel.
> 
> Cc: Jason Liu <r64343@freescale.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel
  2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
  2012-04-24  1:47   ` Liu Hui-R64343
  2012-04-24  1:55   ` Liu Hui-R64343
@ 2012-04-29 14:38   ` Stefano Babic
  2 siblings, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-04-29 14:38 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:31, Fabio Estevam wrote:
> Allow booting a zImage kernel.
> 
> Cc: Jason Liu <r64343@freescale.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic




-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2012-04-29 14:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 16:31 [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel Fabio Estevam
2012-04-23 16:31 ` [U-Boot] [PATCH 2/4] mx6qsabrelite: " Fabio Estevam
2012-04-24  1:47   ` Liu Hui-R64343
2012-04-24  1:55   ` Liu Hui-R64343
2012-04-29 14:38   ` Stefano Babic
2012-04-23 16:31 ` [U-Boot] [PATCH 3/4] mx6qarm2: " Fabio Estevam
2012-04-24  1:54   ` Liu Hui-R64343
2012-04-29 14:38   ` Stefano Babic
2012-04-23 16:31 ` [U-Boot] [PATCH 4/4] mx31pdk: " Fabio Estevam
2012-04-29 14:38   ` Stefano Babic
2012-04-29 14:38 ` [U-Boot] [PATCH 1/4] mx28evk: " Stefano Babic

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.