public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements
@ 2016-08-17  7:13 Heiko Schocher
  2016-08-17  7:13 ` [U-Boot] [PATCH 1/6] arm: at91: mpddrc: add missing MPDDRC_MD defines Heiko Schocher
                   ` (6 more replies)
  0 siblings, 7 replies; 24+ messages in thread
From: Heiko Schocher @ 2016-08-17  7:13 UTC (permalink / raw)
  To: u-boot


This series add some missing things for an at91sam9g15
board, which gets not mainlined, but there are common
fixes, which are posted with this patchserie.

2 important things:
- enable icache for AT91 based boards
  speeds up them a lot, for example reading 8MiB from
  an SPI NOR flash into RAM takes with icache off ~15 seconds
  with icache enabled only ~5 seconds.

  gurnard board defines a board specific enable_caches()
  function which enables dcache .. with acomment that this
  breaks Ethernet MAC ... I removed this board specific
  function, and dcache enable functions should be
  added in arch/arm/mach-at91/arm926ejs/cache.c

- SPL clock fix, posted as RFC, as it may breaks other boards.
  If so, we may make clock settings in SPL board configurable
  through a weak function?

buildman finds no new errors/warnings with the patches
from this patchseries applied.


Heiko Schocher (6):
  arm: at91: mpddrc: add missing MPDDRC_MD defines
  ARM: at91: clock: correct PRES offset for at91sam9x5
  arm, at91: add icache support
  arm, at91: add some missing fields in PIO struct
  at91: add function to set IO drive
  [RFC] at91: SPL clock fix for AT91SAM9G15 based boards.

 arch/arm/mach-at91/arm926ejs/Makefile          |  1 +
 arch/arm/mach-at91/arm926ejs/cache.c           | 29 ++++++++++++++++++++++++++
 arch/arm/mach-at91/arm926ejs/clock.c           |  6 ++++++
 arch/arm/mach-at91/include/mach/at91_pio.h     | 11 +++++++++-
 arch/arm/mach-at91/include/mach/atmel_mpddrc.h |  3 +++
 arch/arm/mach-at91/include/mach/gpio.h         |  2 ++
 arch/arm/mach-at91/spl_at91.c                  | 13 +++++++++---
 board/bluewater/gurnard/gurnard.c              |  6 ------
 drivers/gpio/at91_gpio.c                       | 29 ++++++++++++++++++++++++++
 9 files changed, 90 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/mach-at91/arm926ejs/cache.c

-- 
2.5.5

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

end of thread, other threads:[~2016-10-28 16:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17  7:13 [U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements Heiko Schocher
2016-08-17  7:13 ` [U-Boot] [PATCH 1/6] arm: at91: mpddrc: add missing MPDDRC_MD defines Heiko Schocher
2016-09-18  2:07   ` Wenyou.Yang at microchip.com
2016-10-06 21:07   ` Andreas Bießmann
2016-10-28 16:49   ` [U-Boot] [U-Boot, " Andreas Bießmann
2016-08-17  7:13 ` [U-Boot] [PATCH 2/6] ARM: at91: clock: correct PRES offset for at91sam9x5 Heiko Schocher
2016-09-18  2:11   ` Wenyou.Yang at microchip.com
2016-10-06 21:40   ` Andreas Bießmann
2016-10-28  9:47   ` [U-Boot] [U-Boot, " Andreas Bießmann
2016-10-28 16:49   ` Andreas Bießmann
2016-08-17  7:13 ` [U-Boot] [PATCH 3/6] arm, at91: add icache support Heiko Schocher
2016-08-18  3:45   ` Simon Glass
2016-10-06 21:58   ` Andreas Bießmann
2016-10-28 16:49   ` [U-Boot] [U-Boot,3/6] " Andreas Bießmann
2016-08-17  7:13 ` [U-Boot] [PATCH 4/6] arm, at91: add some missing fields in PIO struct Heiko Schocher
2016-09-18  2:09   ` Wenyou.Yang at microchip.com
2016-10-06 22:06   ` Andreas Bießmann
2016-08-17  7:13 ` [U-Boot] [PATCH 5/6] at91: add function to set IO drive Heiko Schocher
2016-09-18  2:05   ` Wenyou.Yang at microchip.com
2016-10-06 22:11   ` Andreas Bießmann
2016-08-17  7:13 ` [U-Boot] [PATCH 6/6] [RFC] at91: SPL clock fix for AT91SAM9G15 based boards Heiko Schocher
2016-09-18  2:19   ` Wenyou.Yang at microchip.com
2016-10-06 22:34   ` Andreas Bießmann
2016-09-30  5:14 ` [U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements Heiko Schocher

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