public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] arm: Tidy up the cache aligning warning code
@ 2016-06-20  1:43 Simon Glass
  2016-06-20  1:43 ` [U-Boot] [PATCH 1/5] arm: Move check_cache_range() into a common place Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Simon Glass @ 2016-06-20  1:43 UTC (permalink / raw)
  To: u-boot

This series consolidates the code that warns about cache line alignment
problems (with flush and invalidate). It adjusts it so that a warning is
always displayed, except when building for SPL (since that bloats the code).

It is assumed that the cache is off in SPL.


Simon Glass (5):
  arm: Move check_cache_range() into a common place
  arm: Don't invalidate unaligned cache regions
  Add comments for debug() and pr_fmt
  Add warn_non_spl() to show a message in U-Boot proper
  arm: Show cache warnings in U-Boot proper only

 arch/arm/cpu/arm11/cpu.c       | 17 -----------------
 arch/arm/cpu/arm926ejs/cache.c | 17 -----------------
 arch/arm/cpu/armv7/cache_v7.c  | 40 ++--------------------------------------
 arch/arm/include/asm/cache.h   |  2 ++
 arch/arm/lib/cache.c           | 22 ++++++++++++++++++++++
 include/common.h               | 12 ++++++++++++
 6 files changed, 38 insertions(+), 72 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-08-02  6:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20  1:43 [U-Boot] [PATCH 0/5] arm: Tidy up the cache aligning warning code Simon Glass
2016-06-20  1:43 ` [U-Boot] [PATCH 1/5] arm: Move check_cache_range() into a common place Simon Glass
2016-06-20  2:58   ` Marek Vasut
2016-07-16 13:46   ` [U-Boot] [U-Boot, " Tom Rini
2016-06-20  1:43 ` [U-Boot] [PATCH 2/5] arm: Don't invalidate unaligned cache regions Simon Glass
2016-06-20  3:00   ` Marek Vasut
2016-07-16 13:46   ` [U-Boot] [U-Boot, " Tom Rini
2016-06-20  1:43 ` [U-Boot] [PATCH 3/5] Add comments for debug() and pr_fmt Simon Glass
2016-07-16 13:47   ` [U-Boot] [U-Boot,3/5] " Tom Rini
2016-06-20  1:43 ` [U-Boot] [PATCH 4/5] Add warn_non_spl() to show a message in U-Boot proper Simon Glass
2016-07-16 13:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-06-20  1:43 ` [U-Boot] [PATCH 5/5] arm: Show cache warnings in U-Boot proper only Simon Glass
2016-07-16 13:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-08-02  6:42   ` [U-Boot] [PATCH " Hannes Schmelzer
2016-08-02  6:49     ` Michal Simek

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