
Paulraj, Sandeep wrote:
Add CM-T35 board support
Signed-off-by: Mike Rapoport mike@compulab.co.il
-- v2 changes:
- rename board config file from omap3_cm-t35.h to cm-t35.h
- remove SZ_xx references
- add MAKEALL/MAINTEINERS entries
v3 changes:
- fix whitespace and indentation
- remove eth_init from board_eth_init
- add CM-T35 entry to doc/README.omap3
- fixed board name in MAINTAINERS
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 2 + board/cm-t35/Makefile | 47 ++++++++ board/cm-t35/cm-t35.c | 190 +++++++++++++++++++++++++++++ board/cm-t35/cm-t35.h | 173 +++++++++++++++++++++++++++ board/cm-t35/config.mk | 30 +++++ doc/README.omap3 | 16 ++- include/configs/cm-t35.h | 296 ++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 757 insertions(+), 2 deletions(-) create mode 100644 board/cm-t35/Makefile create mode 100644 board/cm-t35/cm-t35.c create mode 100644 board/cm-t35/cm-t35.h create mode 100644 board/cm-t35/config.mk create mode 100644 include/configs/cm-t35.h
Was this patch made against the current u-boot-ti/next.
The reason I say this is because there was a DDR patch that affects all OMAP3 boards. So this support should be added against u-boot-ti/next and tested against it. I believe there is a config option to choose between MICRON and INFINEON DDR's.
Rebasing, thanks.