public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] patch - arm - define SYS_CACHELINE_SIZE for mx5
@ 2015-06-02 23:31 Chris Kuethe
  2015-06-02 23:42 ` Fabio Estevam
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Kuethe @ 2015-06-02 23:31 UTC (permalink / raw)
  To: u-boot

mx5 is a cortex-a8 which has 64 byte cache lines. i'll need this for
adding gadget support to usbarmory, but it's a property common the the
entire SoC family - may as well make it available to all MX5 boards

Works on usbarmory; compile-tested on mx53loco and mx51_efikamx too

Signed-off-by: Chris Kuethe <chris.kuethe@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Matthew Starr <mstarr@hedonline.com>
Cc: Andrej Rosano <andrej@inversepath.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Chris Kuethe <chris.kuethe@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Marek Vasut <marex@denx.de>

diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h
b/arch/arm/include/asm/arch-mx5/imx-regs.h
index f059d0f..5f0e1e6 100644
--- a/arch/arm/include/asm/arch-mx5/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx5/imx-regs.h
@@ -9,6 +9,8 @@

 #define ARCH_MXC

+#define CONFIG_SYS_CACHELINE_SIZE 64
+
 #if defined(CONFIG_MX51)
 #define IRAM_BASE_ADDR         0x1FFE0000      /* internal ram */
 #define IPU_SOC_BASE_ADDR      0x40000000


-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?

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

end of thread, other threads:[~2015-06-09 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 23:31 [U-Boot] patch - arm - define SYS_CACHELINE_SIZE for mx5 Chris Kuethe
2015-06-02 23:42 ` Fabio Estevam
2015-06-08 21:55   ` Chris Kuethe
2015-06-08 22:00     ` Fabio Estevam
2015-06-09 10:03       ` Stefano Babic

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