From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Sat, 1 Dec 2007 00:13:35 +0100 Subject: [U-Boot-Users] [PATCH] add support for Toradex Colibri module In-Reply-To: <20071130220957.GA13726@game.jcrosoft.org> References: <20071130213854.GB10296@buzzloop.caiaq.de> <20071130220957.GA13726@game.jcrosoft.org> Message-ID: <20071130231335.GA10869@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 30, 2007 at 11:09:57PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Please rebase your code on the last u-boot 1.3.0 Oops, I was trapped by the sourceforge cemetery, sorry. Patch against 1.3.0 is attached. Best regards, Daniel MAKEALL | 1 Makefile | 3 board/colibri/Makefile | 51 ++++ board/colibri/colibri.c | 61 +++++ board/colibri/config.mk | 1 board/colibri/lowlevel_init.S | 465 ++++++++++++++++++++++++++++++++++++++++++ board/colibri/pxavoltage.S | 178 ++++++++++++++++ board/colibri/u-boot.lds | 56 +++++ include/asm-arm/mach-types.h | 13 + include/configs/colibri.h | 261 +++++++++++++++++++++++ 10 files changed, 1090 insertions(+) -------------- next part -------------- A non-text attachment was scrubbed... Name: uboot-130-colibri.diff Type: text/x-diff Size: 32945 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20071201/f34cc5d7/attachment.diff