[U-Boot] [PATCH 1/2] m28evk: Turn on caches

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

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

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

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

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

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

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

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
participants (5)
-
Fabio Estevam
-
Marek Vasut
-
Marek Vasut
-
Stefano Babic
-
Veli-Pekka Peltola