[U-Boot] [RFC PATCH 0/3] spl: Add D-cache support

Lokesh Vutla lokeshvutla at ti.com
Mon Nov 28 10:34:42 CET 2016


This series tries to add D-cache support in spl in order to reduce boot time
either in 2stage boot or Falcon Boot.

Lokesh Vutla (3):
  arch: arm: omap: Declare size of ddr very early
  spl: reorder the assignment of board info to global data
  spl: Add support for enabling dcache

 arch/arm/include/asm/cache.h        |  1 +
 arch/arm/lib/cache-cp15.c           | 46 +++++++++++++++++++++++++++++--------
 arch/arm/mach-omap2/am33xx/board.c  |  4 ++++
 arch/arm/mach-omap2/hwinit-common.c |  1 +
 arch/arm/mach-omap2/omap-cache.c    | 15 ++++++++++++
 common/spl/spl.c                    | 42 ++++++++++++++++++++++++++++++++-
 6 files changed, 98 insertions(+), 11 deletions(-)

-- 
2.10.1



More information about the U-Boot mailing list