From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 1 Jul 2009 22:35:35 +0200 Subject: [U-Boot] [PATCH] xscale: add support for the polaris board In-Reply-To: <1246430036-8049-1-git-send-email-sbabic@denx.de> <1246430081-8087-1-git-send-email-sbabic@denx.de> Message-ID: <20090701203535.GA1016@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08:34 Wed 01 Jul , Stefano Babic wrote: > The Polaris board is based on the TrizepsIV module of > Keith & Koep (http://www.keith-koep.com). > > Signed-off-by: Stefano Babic > --- > MAINTAINERS | 5 +++++ > MAKEALL | 2 ++ > Makefile | 7 ++++++- > board/trizepsiv/conxs.c | 22 ++++++++++++---------- > include/configs/trizepsiv.h | 25 ++++++++++++++++++++++--- > 5 files changed, 47 insertions(+), 14 deletions(-) Applied to u-boot-arm Best Regards, J.