
Provides initial support for TI OMAP-L138/DA850 SoC devices on a Logic PD EVM board.
Provides: Initial boot and configuration. Support for i2c. UART support (console).
Signed-off-by: Sudhakar Rajashekhara sudhakar.raj@ti.com Acked-by: Ben Gardiner bengardiner@nanometrics.ca Reviewed-by: Wolfgang Denk wd@denx.de
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 +- arch/arm/include/asm/arch-davinci/hardware.h | 1 + board/davinci/da8xxevm/Makefile | 1 + board/davinci/da8xxevm/da850evm.c | 111 ++++++++++++++++++++ include/configs/da850evm.h | 140 ++++++++++++++++++++++++++ 7 files changed, 260 insertions(+), 1 deletions(-) create mode 100644 board/davinci/da8xxevm/da850evm.c create mode 100644 include/configs/da850evm.h
Sudhakar,
Unfortunately there are some checkpatch errors which need your attention.
Atleast one error cannot be fixed but the others should.
Also when I tried to apply the first patch in this series, it just would not apply. I applied the patch that this is dependent on.
Can you submit all 3 patches one final time? It appears as if there are some dependencies.
Thanks, Sandeep