From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Wed, 21 Apr 2010 18:46:31 -0500 Subject: [U-Boot] Pull request u-boot-marvell.git In-Reply-To: References: Message-ID: <4BCF8E57.5070401@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Prafulla Wadaskar wrote: > Hi Tom > > Pls pull the following > > The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3: > Stefano Babic (1): > Moved board specific values in config file > > are available in the git repository at: > > http://git.denx.de/u-boot/u-boot-marvell.git master branch > > Frans Meulenbroeks (2): > configs/sheevaplug: added a few additional commands > configs/openrd_base.h: reordered macros > > Siddarth Gore (1): > Marvell GuruPlug Board Support > > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/Marvell/guruplug/Makefile | 51 +++++++++ > board/Marvell/guruplug/config.mk | 27 +++++ > board/Marvell/guruplug/guruplug.c | 167 +++++++++++++++++++++++++++++ > board/Marvell/guruplug/guruplug.h | 39 +++++++ > board/Marvell/guruplug/kwbimage.cfg | 162 ++++++++++++++++++++++++++++ > include/configs/guruplug.h | 198 +++++++++++++++++++++++++++++++++++ > include/configs/openrd_base.h | 4 +- > include/configs/sheevaplug.h | 27 ++++- > 11 files changed, 676 insertions(+), 7 deletions(-) > create mode 100644 board/Marvell/guruplug/Makefile > create mode 100644 board/Marvell/guruplug/config.mk > create mode 100644 board/Marvell/guruplug/guruplug.c > create mode 100644 board/Marvell/guruplug/guruplug.h > create mode 100644 board/Marvell/guruplug/kwbimage.cfg > create mode 100644 include/configs/guruplug.h > > Regards.. > Prafulla . . Prafulla, These have been applied to arm/master. There were some compiler warnings for the new guruplug board. kirkwood_egiga.c: In function 'kwgbe_init': kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break strict-aliasing rules kirkwood_egiga.c: In function 'kwgbe_recv': kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break strict-aliasing rules These should be fixed. Thanks Tom > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > >