Documentation/arm/tcm.txt
0 → 100644
+145
−0
+5
−0
arch/arm/include/asm/tcm.h
0 → 100644
+31
−0
+1
−0
Loading
This adds the TCM interface to Linux, when active, it will detect and report TCM memories and sizes early in boot if present, introduce generic TCM memory handling, provide a generic TCM memory pool and select TCM memory for the U300 platform. See the Documentation/arm/tcm.txt for documentation. Signed-off-by:Linus Walleij <linus.walleij@stericsson.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>