All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] add armv7m cache support
@ 2017-03-14 17:27 Vikas Manocha
  2017-03-14 17:27 ` [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data " Vikas Manocha
  2017-03-14 17:27 ` [U-Boot] [PATCH v3 2/2] stm32f7: enable instruction & data cache Vikas Manocha
  0 siblings, 2 replies; 6+ messages in thread
From: Vikas Manocha @ 2017-03-14 17:27 UTC (permalink / raw)
  To: u-boot

This patchset adds armv7m instruction/data caches support &
enable it for stm32f7.

Changed in v3:
- uint32 replcaed with u32.
- multiple read of hardware register replaced with single.
- pointers replaced with macros for base address.
- register names added as comment for system control block registers.

Changed in v2:
- changed strucures for memory mapped cache registers to macros
- added lines better readability.
- replaced magic numbers with macros.

Vikas Manocha (2):
  armv7m: add instruction & data cache support
  stm32f7: enable instruction & data cache

 arch/arm/cpu/armv7m/Makefile      |   2 +-
 arch/arm/cpu/armv7m/cache.c       | 291 ++++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/armv7m.h     |  26 +++-
 arch/arm/lib/Makefile             |   2 +
 arch/arm/mach-stm32/stm32f7/soc.c |   2 +
 include/configs/stm32f746-disco.h |   4 +-
 6 files changed, 321 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/cpu/armv7m/cache.c

-- 
1.9.1

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

end of thread, other threads:[~2017-03-17 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14 17:27 [U-Boot] [PATCH v3 0/2] add armv7m cache support Vikas Manocha
2017-03-14 17:27 ` [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data " Vikas Manocha
2017-03-16 21:42   ` Marek Vasut
2017-03-16 22:06   ` Simon Glass
2017-03-17 19:02     ` Vikas Manocha
2017-03-14 17:27 ` [U-Boot] [PATCH v3 2/2] stm32f7: enable instruction & data cache Vikas Manocha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.