[U-Boot] [PATCH] nand booting support (SPL) for phyCORE-i.MX31

2008-11-29 Thread user
nand booting support (SPL) for phyCORE-i.MX31 This patch allows Phytec phyCORE-i.MX31 based system to boot from embed NAND-flash memory.It not add support for NAND cmd and/or driver for U-BOOT, it is only SPL for U-BOOT. For NAND support in U-BOOT I give refer to Magnus Lilja's aug/2008 patch

Re: [U-Boot] [PATCH] ne2000: take MAC address from config if available

2008-11-29 Thread Daniel Mack
Hi Ben, On Fri, Nov 28, 2008 at 09:27:37PM -0800, Ben Warren wrote: the board I'm currently working on has an ASIX AX88796 NE2000 clone but no EEPROM attached to it. Hence, the get_prom() routine returns zeros only so the system won't work. This patch takes the MAC address given by

[U-Boot] Error compiling UBOOT 1.3.4 for AT91RM9200

2008-11-29 Thread Linux RegaTech
Hello UBOOT mailinglist I have encountered a problem when i try to compile any newer version of UBOOT than V1.2.0 for AT91RM9200, below is given the output from console when i try to compile the UBOOT V1.3.4 for AT91RM9200, could anybody please give me a hint what a solution to this problem

[U-Boot] iPAQ 21x support (+PXA3xx NAND flash and MMC)

2008-11-29 Thread Oliver Ford
Hi, I've recently started trying to use U-boot on an iPAQ 214 which runs on a PXA310 cpu. I've got the basic boot up, NAND flash and MMC systems working so far. I originally tried to use the zylonite's nand.c that's already in u-boot but it was very flaky and didn't support several things I

Re: [U-Boot] iPAQ 21x support (+PXA3xx NAND flash and MMC)

2008-11-29 Thread Daniel Mack
Hi Oliver, On Sat, Nov 29, 2008 at 02:03:25PM +, Oliver Ford wrote: I've recently started trying to use U-boot on an iPAQ 214 which runs on a PXA310 cpu. I've got the basic boot up, NAND flash and MMC systems working so far. I originally tried to use the zylonite's nand.c that's

[U-Boot] [PATCH] add support for Toradex Colibri PXA300 module

2008-11-29 Thread Daniel Mack
Hi, this patch adds support for Toradex' Colibri PXA300 module. I had to modify the AX88796 driver a bit to make it work, but that goes in a different patch. Also, the board code does not support NAND yet. I'll implement the code from Oliver Ford soon. Signed-off-by: Daniel Mack [EMAIL