
28 Nov
2016
28 Nov
'16
10:34 a.m.
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