public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes
@ 2013-06-06 17:39 Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-06 17:39 UTC (permalink / raw)
  To: u-boot

These are just some config changes for nitrogen6x.


RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project
http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite

DCACHE can finally be enabled because some related bugs have
been fixed.

Robert Winkler (4):
  imx: nitrogen6x: Enabled data cache
  imx: nitrogen6x: Enable bootz
  imx: nitrogen6x: Enable raw initrd
  imx: nitrogen6x: Enable filesystem generic commands

 include/configs/nitrogen6x.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
1.8.3

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

* [U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache
  2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
@ 2013-06-06 17:39 ` Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz Robert Winkler
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-06 17:39 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
---
Changes for v2: removed dead code
 include/configs/nitrogen6x.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index aea91bc..039085e 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -276,8 +276,6 @@
 #define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
 
-#define CONFIG_SYS_DCACHE_OFF
-
 #ifndef CONFIG_SYS_DCACHE_OFF
 #define CONFIG_CMD_CACHE
 #endif
-- 
1.8.3

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

* [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz
  2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
@ 2013-06-06 17:39 ` Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd Robert Winkler
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-06 17:39 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
---
 include/configs/nitrogen6x.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 039085e..c5118d1 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -285,4 +285,6 @@
 #define CONFIG_CMD_TIME
 #define CONFIG_SYS_ALT_MEMTEST
 
+#define CONFIG_CMD_BOOTZ
+
 #endif	       /* __CONFIG_H */
-- 
1.8.3

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

* [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd
  2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz Robert Winkler
@ 2013-06-06 17:39 ` Robert Winkler
  2013-06-06 17:39 ` [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands Robert Winkler
  2013-06-26 15:24 ` [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Stefano Babic
  4 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-06 17:39 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
---
 include/configs/nitrogen6x.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index c5118d1..01c3f13 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -286,5 +286,6 @@
 #define CONFIG_SYS_ALT_MEMTEST
 
 #define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
 
 #endif	       /* __CONFIG_H */
-- 
1.8.3

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

* [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands
  2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
                   ` (2 preceding siblings ...)
  2013-06-06 17:39 ` [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd Robert Winkler
@ 2013-06-06 17:39 ` Robert Winkler
  2013-06-26 15:24 ` [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Stefano Babic
  4 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-06 17:39 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
---
 include/configs/nitrogen6x.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 01c3f13..74df66c 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -287,5 +287,6 @@
 
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_SUPPORT_RAW_INITRD
+#define CONFIG_CMD_FS_GENERIC
 
 #endif	       /* __CONFIG_H */
-- 
1.8.3

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

* [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes
  2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
                   ` (3 preceding siblings ...)
  2013-06-06 17:39 ` [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands Robert Winkler
@ 2013-06-26 15:24 ` Stefano Babic
  4 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2013-06-26 15:24 UTC (permalink / raw)
  To: u-boot

On 06/06/2013 19:39, Robert Winkler wrote:
> These are just some config changes for nitrogen6x.
> 
> 
> RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project
> http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite
> 
> DCACHE can finally be enabled because some related bugs have
> been fixed.
> 
> Robert Winkler (4):
>   imx: nitrogen6x: Enabled data cache
>   imx: nitrogen6x: Enable bootz
>   imx: nitrogen6x: Enable raw initrd
>   imx: nitrogen6x: Enable filesystem generic commands
> 
>  include/configs/nitrogen6x.h | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 

Patches 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] 6+ messages in thread

end of thread, other threads:[~2013-06-26 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 17:39 [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Robert Winkler
2013-06-06 17:39 ` [U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
2013-06-06 17:39 ` [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz Robert Winkler
2013-06-06 17:39 ` [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd Robert Winkler
2013-06-06 17:39 ` [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands Robert Winkler
2013-06-26 15:24 ` [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox