public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Enable ICache and DCache for at91 armv7 Soc
@ 2014-05-19 11:51 Josh Wu
  2014-05-19 11:51 ` [U-Boot] [PATCH v2 1/3] net: macb: enable dcache in macb Josh Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Josh Wu @ 2014-05-19 11:51 UTC (permalink / raw)
  To: u-boot

This patch series add DCache support for macb and atmel_hlcdfb driver.
Then enabled ICache and DCache support for at91 armv7 SoC.

Tested on SAMA5D3x-EK board and AT91SAM9M10G45EK and AT91SAM9X5EK.

Change log:
v1 -> v2:
  1. move the lcd_set_flush_dcache() to atmel hlcdfb driver.
  2. split the atmel hlcdfb driver part alone.
  3. fix bug that lcd cannot work after power up as we miss flush
     the lcd dma descriptor.
  4. remove the redundant ifndef CONFIG_SYS_I/DCACHE_OFF.


Josh Wu (3):
  net: macb: enable dcache in macb
  video: atmel_hlcdfb: enable dcache support
  ARMv7: at91: enable ICache and DCache.

 arch/arm/cpu/armv7/at91/cpu.c |    2 ++
 drivers/net/macb.c            |   51 +++++++++++++++++++++++++++++++++++++++++
 drivers/video/atmel_hlcdfb.c  |    6 +++++
 3 files changed, 59 insertions(+)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-14 16:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 11:51 [U-Boot] [PATCH v2 0/3] Enable ICache and DCache for at91 armv7 Soc Josh Wu
2014-05-19 11:51 ` [U-Boot] [PATCH v2 1/3] net: macb: enable dcache in macb Josh Wu
2014-05-20  1:50   ` Bo Shen
2014-05-26 21:06   ` Andreas Bießmann
2014-05-27  8:20     ` Josh Wu
2014-05-27  8:31     ` [U-Boot] [RESEND][PATCH " Josh Wu
2014-06-14 16:14       ` [U-Boot] [U-Boot,RESEND,v2,1/3] " Andreas Bießmann
2014-05-19 11:51 ` [U-Boot] [PATCH v2 2/3] video: atmel_hlcdfb: enable dcache support Josh Wu
2014-05-19 14:38   ` Anatolij Gustschin
2014-06-14 16:14   ` [U-Boot] [U-Boot,v2,2/3] " Andreas Bießmann
2014-05-19 11:51 ` [U-Boot] [PATCH v2 3/3] ARMv7: at91: enable ICache and DCache Josh Wu
2014-06-14 16:14   ` [U-Boot] [U-Boot,v2,3/3] " Andreas Bießmann

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