> -----Original Message----- > From: Paulraj, Sandeep > Sent: Monday, November 23, 2009 7:20 PM > To: Hiremath, Vaibhav; u-boot@lists.denx.de > Subject: RE: [PATCH 0/5] Introducing TI's New SoC/board AM3517EVM > > > > > > > From: Vaibhav Hiremath <hvaib...@ti.com> > > > > AM3517 device is high-performance, industrial applications > processor > > designed > > and developed keeping Software Compatible with OMAP3 Processors. > > > > Below are some of the useful links - > > AM3517 device is high-performance, industrial applications > processor > > designed > > and developed keeping Software Compatible with OMAP3 Processors. > > > > Below are some of the useful links - > > > > Migration from OMAP35x to AM35x :- > > http://focus.ti.com/lit/an/sprab91/sprab91.pdf > > > > Specs/TRM :- > > http://focus.ti.com/docs/prod/folders/print/am3517.html > > > > EVM Link -: > > http://www.logicpd.com/products/development-kits/zoom-am3517- > experimenter- > > kit > > > > Vaibhav Hiremath (5): > > Introducing AM3517EVM support > > am3517_evm_config options added to Makfile > > Added configuration file for AM3517EVM > > Added AM3517EVM specific mux configuration to omap3/mux.h > > AM3517: Add support for EMIF4 > > > > Makefile | 3 + > > board/ti/am3517evm/Makefile | 46 ++++ > > board/ti/am3517evm/am3517evm.c | 76 +++++++ > > board/ti/am3517evm/am3517evm.h | 388 > > ++++++++++++++++++++++++++++++++ > > board/ti/am3517evm/config.mk | 29 +++ > > cpu/arm_cortexa8/omap3/board.c | 11 +- > > cpu/arm_cortexa8/omap3/mem.c | 110 ++++++++-- > > cpu/arm_cortexa8/omap3/sys_info.c | 12 +- > > include/asm-arm/arch-omap3/cpu.h | 26 +++ > > include/asm-arm/arch-omap3/mem.h | 66 ++++++- > > include/asm-arm/arch-omap3/mux.h | 35 +++ > > include/asm-arm/arch-omap3/sys_proto.h | 4 + > > include/configs/am3517_evm.h | 299 > ++++++++++++++++++++++++ > > include/configs/devkit8000.h | 4 + > > include/configs/omap3_beagle.h | 4 + > > include/configs/omap3_evm.h | 4 + > > include/configs/omap3_overo.h | 4 + > > include/configs/omap3_pandora.h | 4 + > > include/configs/omap3_sdp3430.h | 4 + > > include/configs/omap3_zoom1.h | 4 + > > include/configs/omap3_zoom2.h | 4 + > > 21 files changed, 1112 insertions(+), 25 deletions(-) > > create mode 100644 board/ti/am3517evm/Makefile > > create mode 100644 board/ti/am3517evm/am3517evm.c > > create mode 100644 board/ti/am3517evm/am3517evm.h > > create mode 100644 board/ti/am3517evm/config.mk > > create mode 100644 include/configs/am3517_evm.h > > Vaibhav, > > We will need entries to MAINTAINERS and MAKEALL as well. > [Hiremath, Vaibhav] Ok, will do that.
> Please submit it when you submit the next set of patches. I am sure > you will receive some comments. [Hiremath, Vaibhav] I hope so. > > I hope you made the patches against the current u-boot-ti/master [Hiremath, Vaibhav] Yes that's correct. Thanks, Vaibhav > > Thanks, > Sandeep _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot