
Hi Tom,
On Monday 28 November 2016 03:04 PM, Lokesh Vutla wrote:
This series tries to add D-cache support in spl in order to reduce boot time either in 2stage boot or Falcon Boot.
I hope there are no further comments on this series. Do you want me to re post this series or this is good to go?
Thanks and regards, Lokesh
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(-)