u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] m28evk: Turn on caches
@ 2012-08-05 16:17 Fabio Estevam
  2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Fabio Estevam @ 2012-08-05 16:17 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

Turn on data and instruction caches.

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

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index f12d927..e843c96 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -37,8 +37,6 @@
 #define	CONFIG_MACH_TYPE	MACH_TYPE_M28EVK
 
 #define	CONFIG_SYS_NO_FLASH
-#define	CONFIG_SYS_ICACHE_OFF
-#define	CONFIG_SYS_DCACHE_OFF
 #define	CONFIG_BOARD_EARLY_INIT_F
 #define	CONFIG_ARCH_MISC_INIT
 
-- 
1.7.1

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

* [U-Boot] [PATCH 2/2] apx4devkit: Turn on caches
  2012-08-05 16:17 [U-Boot] [PATCH 1/2] m28evk: Turn on caches Fabio Estevam
@ 2012-08-05 16:18 ` Fabio Estevam
  2012-08-14 10:46   ` Veli-Pekka Peltola
  2012-08-15  7:05   ` Stefano Babic
  2012-08-05 16:23 ` [U-Boot] [PATCH 1/2] m28evk: " Marek Vasut
  2012-08-15  7:05 ` Stefano Babic
  2 siblings, 2 replies; 8+ messages in thread
From: Fabio Estevam @ 2012-08-05 16:18 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

Turn on data and instruction caches.

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

diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index 9e7ead5..1281ce4 100644
--- a/include/configs/apx4devkit.h
+++ b/include/configs/apx4devkit.h
@@ -33,8 +33,6 @@
 #define CONFIG_MACH_TYPE	MACH_TYPE_APX4DEVKIT
 
 #define CONFIG_SYS_NO_FLASH
-#define CONFIG_SYS_ICACHE_OFF
-#define CONFIG_SYS_DCACHE_OFF
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_ARCH_CPU_INIT
 #define CONFIG_ARCH_MISC_INIT
-- 
1.7.1

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

* [U-Boot] [PATCH 1/2] m28evk: Turn on caches
  2012-08-05 16:17 [U-Boot] [PATCH 1/2] m28evk: Turn on caches Fabio Estevam
  2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
@ 2012-08-05 16:23 ` Marek Vasut
  2012-08-06  8:12   ` Stefano Babic
  2012-08-15  7:05 ` Stefano Babic
  2 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-08-05 16:23 UTC (permalink / raw)
  To: u-boot

Dear Fabio Estevam,

> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Turn on data and instruction caches.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
[...]

I'd like to put this one on hold until I can properly test all components. I had 
this in my tree for a while, but I still want to retest SPI and MMC /w DMA 
before I go for this.

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH 1/2] m28evk: Turn on caches
  2012-08-05 16:23 ` [U-Boot] [PATCH 1/2] m28evk: " Marek Vasut
@ 2012-08-06  8:12   ` Stefano Babic
  2012-08-06 11:49     ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Stefano Babic @ 2012-08-06  8:12 UTC (permalink / raw)
  To: u-boot

On 05/08/2012 18:23, Marek Vasut wrote:
> Dear Fabio Estevam,
> 
>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Turn on data and instruction caches.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> [...]
> 
> I'd like to put this one on hold until I can properly test all components. I had 
> this in my tree for a while, but I still want to retest SPI and MMC /w DMA 
> before I go for this.

Right - but maybe it is not bad in the meantime to get some feedback
from other users to check for problems. Maybe Veli-Pekkola can test this
on his board, too.

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

* [U-Boot] [PATCH 1/2] m28evk: Turn on caches
  2012-08-06  8:12   ` Stefano Babic
@ 2012-08-06 11:49     ` Marek Vasut
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2012-08-06 11:49 UTC (permalink / raw)
  To: u-boot

Dear Stefano Babic,

> On 05/08/2012 18:23, Marek Vasut wrote:
> > Dear Fabio Estevam,
> > 
> >> From: Fabio Estevam <fabio.estevam@freescale.com>
> >> 
> >> Turn on data and instruction caches.
> >> 
> >> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > 
> > [...]
> > 
> > I'd like to put this one on hold until I can properly test all
> > components. I had this in my tree for a while, but I still want to
> > retest SPI and MMC /w DMA before I go for this.
> 
> Right - but maybe it is not bad in the meantime to get some feedback
> from other users to check for problems. Maybe Veli-Pekkola can test this
> on his board, too.

Ok, right ... apply and we'll have until the .10 release to fix it ;-)

> Best regards,
> Stefano Babic

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH 2/2] apx4devkit: Turn on caches
  2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
@ 2012-08-14 10:46   ` Veli-Pekka Peltola
  2012-08-15  7:05   ` Stefano Babic
  1 sibling, 0 replies; 8+ messages in thread
From: Veli-Pekka Peltola @ 2012-08-14 10:46 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

On 08/05/2012 07:18 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Turn on data and instruction caches.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

I run some quick tests and everything seems to be working well so:
Acked-by: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>

--
Veli-Pekka Peltola

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

* [U-Boot] [PATCH 2/2] apx4devkit: Turn on caches
  2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
  2012-08-14 10:46   ` Veli-Pekka Peltola
@ 2012-08-15  7:05   ` Stefano Babic
  1 sibling, 0 replies; 8+ messages in thread
From: Stefano Babic @ 2012-08-15  7:05 UTC (permalink / raw)
  To: u-boot

On 05/08/2012 18:18, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Turn on data and instruction caches.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>  include/configs/apx4devkit.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 

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

* [U-Boot] [PATCH 1/2] m28evk: Turn on caches
  2012-08-05 16:17 [U-Boot] [PATCH 1/2] m28evk: Turn on caches Fabio Estevam
  2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
  2012-08-05 16:23 ` [U-Boot] [PATCH 1/2] m28evk: " Marek Vasut
@ 2012-08-15  7:05 ` Stefano Babic
  2 siblings, 0 replies; 8+ messages in thread
From: Stefano Babic @ 2012-08-15  7:05 UTC (permalink / raw)
  To: u-boot

On 05/08/2012 18:17, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Turn on data and instruction caches.
> 
> 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] 8+ messages in thread

end of thread, other threads:[~2012-08-15  7:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 16:17 [U-Boot] [PATCH 1/2] m28evk: Turn on caches Fabio Estevam
2012-08-05 16:18 ` [U-Boot] [PATCH 2/2] apx4devkit: " Fabio Estevam
2012-08-14 10:46   ` Veli-Pekka Peltola
2012-08-15  7:05   ` Stefano Babic
2012-08-05 16:23 ` [U-Boot] [PATCH 1/2] m28evk: " Marek Vasut
2012-08-06  8:12   ` Stefano Babic
2012-08-06 11:49     ` Marek Vasut
2012-08-15  7:05 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).