
11 Sep
2009
11 Sep
'09
4:25 p.m.
From: Sandeep Paulraj s-paulraj@ti.com
DM646x is an SOC from TI which has both an ARM and a DSP. There are multiple variants of the SOC mainly dealing with different core speeds. This patch adds the initial framework for the DM646x SOC.
Signed-off-by: Sandeep Paulraj s-paulraj@ti.com
cpu/arm926ejs/davinci/Makefile | 1 + cpu/arm926ejs/davinci/dm646x.c | 41 +++++++++++++++++++++++++++++++ include/asm-arm/arch-davinci/hardware.h | 11 ++++++++ 3 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 cpu/arm926ejs/davinci/dm646x.c
Pushing to u-boot-ti master
-Sandeep