From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Tue, 22 Sep 2009 02:28:28 -0700 Subject: [U-Boot] [U-boot] Marvell Pull Request In-Reply-To: <4AB7D0E7.6070108@windriver.com> Message-ID: <73173D32E9439E4ABB5151606C3E19E202ED512D36@SC-VEXCH1.marvell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Tom [mailto:Tom.Rix at windriver.com] > Sent: Tuesday, September 22, 2009 12:46 AM > To: Prafulla Wadaskar > Cc: U-Boot > Subject: Re: [U-Boot] [U-boot] Marvell Pull Request > > Prafulla Wadaskar wrote: > > Hi Wolfgang > > > > Please pull > > Shouldn't this rather get pulled to u-boot-arm? > Tom Hi Tom, Yes :-) you are right. I was bit biased since u-boot-marvell.git was cloned from u-boot.git Shall I generate new email pull request? Or Can you please kindly pull it to u-boot-arm? Regards.. Prafulla . . > > > > > > The following changes since commit > 3b6a9267f0de7b85d387fa4123d0b58379363447: > > Wolfgang Denk (1): > > board/flagadm/flash.c: fix compile warning > > > > are available in the git repository at: > > > > git://git.denx.de/u-boot-marvell.git master > > > > Prafulla Wadaskar (2): > > Kirkwood: rd6281a: Add kwbimage build support > > Kirkwood: mv88f6281gtw_ge: Add kwbimage build support > > > > Simon Kagstrom (1): > > Support for the OpenRD base board > > > > MAINTAINERS | 4 + > > MAKEALL | 1 + > > Makefile | 3 + > > board/Marvell/mv88f6281gtw_ge/config.mk | 3 + > > board/Marvell/mv88f6281gtw_ge/kwbimage.cfg | 165 > +++++++++++++++++++++ > > board/Marvell/openrd_base/Makefile | 56 +++++++ > > board/Marvell/openrd_base/config.mk | 33 ++++ > > board/Marvell/openrd_base/kwbimage.cfg | 168 > +++++++++++++++++++++ > > board/Marvell/openrd_base/openrd_base.c | 160 > ++++++++++++++++++++ > > board/Marvell/openrd_base/openrd_base.h | 46 ++++++ > > board/Marvell/rd6281a/config.mk | 3 + > > board/Marvell/rd6281a/kwbimage.cfg | 167 > +++++++++++++++++++++ > > include/configs/openrd_base.h | 220 > ++++++++++++++++++++++++++++ > > 13 files changed, 1029 insertions(+), 0 deletions(-) > > create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg > > create mode 100644 board/Marvell/openrd_base/Makefile > > create mode 100644 board/Marvell/openrd_base/config.mk > > create mode 100644 board/Marvell/openrd_base/kwbimage.cfg > > create mode 100644 board/Marvell/openrd_base/openrd_base.c > > create mode 100644 board/Marvell/openrd_base/openrd_base.h > > create mode 100644 board/Marvell/rd6281a/kwbimage.cfg > > create mode 100644 include/configs/openrd_base.h > > > > Regards.. > > Prafulla . . . > > _______________________________________________ > > U-Boot mailing list > > U-Boot at lists.denx.de > > http://lists.denx.de/mailman/listinfo/u-boot > >