All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes
@ 2013-06-05 22:02 Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-05 22:02 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, 5 insertions(+), 1 deletion(-)

-- 
1.8.3

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

* [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache
  2013-06-05 22:02 [U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes Robert Winkler
@ 2013-06-05 22:02 ` Robert Winkler
  2013-06-06  7:49   ` Stefano Babic
  2013-06-05 22:02 ` [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz Robert Winkler
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Robert Winkler @ 2013-06-05 22:02 UTC (permalink / raw)
  To: u-boot

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

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index aea91bc..07f39e9 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -276,7 +276,7 @@
 #define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
 
-#define CONFIG_SYS_DCACHE_OFF
+/* #define CONFIG_SYS_DCACHE_OFF */
 
 #ifndef CONFIG_SYS_DCACHE_OFF
 #define CONFIG_CMD_CACHE
-- 
1.8.3

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

* [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz
  2013-06-05 22:02 [U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
@ 2013-06-05 22:02 ` Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands Robert Winkler
  3 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-05 22:02 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 07f39e9..b126940 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -287,4 +287,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-05 22:02 [U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz Robert Winkler
@ 2013-06-05 22:02 ` Robert Winkler
  2013-06-05 22:02 ` [U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands Robert Winkler
  3 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-05 22:02 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 b126940..5936e88 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -288,5 +288,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-05 22:02 [U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes Robert Winkler
                   ` (2 preceding siblings ...)
  2013-06-05 22:02 ` [U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd Robert Winkler
@ 2013-06-05 22:02 ` Robert Winkler
  3 siblings, 0 replies; 6+ messages in thread
From: Robert Winkler @ 2013-06-05 22:02 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 5936e88..1d8d7e5 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -289,5 +289,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 1/4] imx: nitrogen6x: Enabled data cache
  2013-06-05 22:02 ` [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache Robert Winkler
@ 2013-06-06  7:49   ` Stefano Babic
  0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2013-06-06  7:49 UTC (permalink / raw)
  To: u-boot

Hi Robert,

On 06/06/2013 00:02, Robert Winkler wrote:
> Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
> ---
>  include/configs/nitrogen6x.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
> index aea91bc..07f39e9 100644
> --- a/include/configs/nitrogen6x.h
> +++ b/include/configs/nitrogen6x.h
> @@ -276,7 +276,7 @@
>  #define CONFIG_OF_LIBFDT
>  #define CONFIG_CMD_BOOTZ
>  
> -#define CONFIG_SYS_DCACHE_OFF
> +/* #define CONFIG_SYS_DCACHE_OFF */

CONFIG_SYS_DCACHE_OFF is well documented. Do not add dead code, simply
drop the line.

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-06  7:49 UTC | newest]

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

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.