From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Date: Sun, 15 Nov 2009 16:47:39 +0200 Subject: [U-Boot] [PATCHi v3] OMAP3: add CM-T35 board In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D940250EB@dlee01.ent.ti.com> References: <1258270483-18016-1-git-send-email-mike@compulab.co.il> <0554BEF07D437848AF01B9C9B5F0BC5D940250EB@dlee01.ent.ti.com> Message-ID: <4B00148B.8020003@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Paulraj, Sandeep wrote: > >> Add CM-T35 board support >> >> Signed-off-by: Mike Rapoport >> >> -- >> 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. > -- Sincerely yours, Mike.