Re: [U-Boot] [PATCH v4 1/5] x86: Add a target for running as a coreboot payload

2011-11-17 Thread Alan Carvalho de Assis
On 11/17/11, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, [snip] I don't follow. I'm not referencing it, that's what we're calling our board since it's an x86 chromebook. I mean, if this is 'generic', why is there a reference to the chromebook? I think a name like coreboot-x86

Re: [U-Boot] Debugging u-boot with bdi3000 basics

2010-05-27 Thread Alan Carvalho de Assis
Dear Wolfgang Denk, Yes, it is true. Currently only for ARMs and i386. Best Regards, Alan On 5/27/10, Wolfgang Denk w...@denx.de wrote: Dear Alan Carvalho de Assis, In message aanlktik4fypdak9bhvkzrndmvuyccg-xdabqtkqyz...@mail.gmail.com you wrote: Hi Mark, On 5/27/10, Mark Fanara

Re: [U-Boot] Debugging u-boot with bdi3000 basics

2010-05-26 Thread Alan Carvalho de Assis
Hi Mark, On 5/27/10, Mark Fanara mark.fan...@gmail.com wrote: ... 2) I am using a bdi3000. Is there no way to build u-boot so that it is directly loaded to RAM by the debugger and does not relocate itself? #define CONFIG_SKIP_RELOCATE_UBOOT BRs, Alan

Re: [U-Boot] Ethernet over USB using PXA320

2010-04-26 Thread Alan Carvalho de Assis
Hi Thad, On 4/26/10, Thad Phetteplace tdphe...@gmail.com wrote: I'm working on a board based on the PXA320 Zylonite reference board and attempting to get Ethernet via USB support working in u-boot. From what I can tell so far, this is not yet well supported in the u-boot mainline. I've been

Re: [U-Boot] I am maintainer of Freescale i.MX

2009-09-28 Thread Alan Carvalho de Assis
Hi Fred, On 9/28/09, Fan YeFeng-R01011 r01...@freescale.com wrote: Dear Wolfgang Denk, I prefer to use fanyef...@gmail.com. What is my ssh key? Does it ssh key related with my computer system? Please, take a look on this page: http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/ Best

Re: [U-Boot] Subject: [PATCH v3] mx27ads: add support for iMX27ADS board from Freescale

2009-09-22 Thread Alan Carvalho de Assis
Hi Fred, Thank you for your fast reply, please see my comments below: On 9/21/09, Fred Fan fanyef...@gmail.com wrote: Dear Alan Carvalho de Assis, 2009/9/16 Alan Carvalho de Assis acas...@gmail.com + /* +* DDR on CSD0 +*/ + write32 0xD8001010, 0x0008

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-18 Thread Alan Carvalho de Assis
Hi Javier, On 9/17/09, javier Martin javier.mar...@vista-silicon.com wrote: Has anyone tested ethernet connection in this board? yes, it is working fine! Best Regards, Alan ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
ping On 9/9/09, Alan Carvalho de Assis acas...@gmail.com wrote: This patch adds support to iMX27ADS development board. This board has 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only booting from NOR is supported. Signed-off-by: Alan Carvalho de Assis acas...@gmail.com

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
Hi Denk, On 9/15/09, Wolfgang Denk w...@denx.de wrote: Dear Alan Carvalho de Assis, In message 37367b3a0909150513o76ed5842u4ce717b535f0a...@mail.gmail.com you wrote: ping You may (or may not have noticed) that we have reorganized the custodians for ARM systems in the meantime

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
Hi Magnus, On 9/15/09, Magnus Lilja lilja.mag...@gmail.com wrote: Hi Some minor below. Alan Carvalho de Assis skrev: ... +#include config.h +#include asm/macro.h +#include asm/arch/imx-regs.h +#include asm/arch/asm-offsets.h + +.macro sdram_init +/* + * DDR on CSD0

[U-Boot] Subject: [PATCH v3] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
This patch adds support to iMX27ADS development board. This board has 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only booting from NOR is supported. Signed-off-by: Alan Carvalho de Assis acas...@gmail.com --- MAINTAINERS |3 + MAKEALL

[U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-09 Thread Alan Carvalho de Assis
This patch adds support to iMX27ADS development board. This board has 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only booting from NOR is supported. Signed-off-by: Alan Carvalho de Assis acas...@gmail.com --- MAINTAINERS |3 + MAKEALL

[U-Boot] [PATCH] mx27ads: add support for iMX27ADS board from Freescale

2009-09-08 Thread Alan Carvalho de Assis
@@ Thomas Elste i...@elste.org modnet50ARM720T (NET+50) +Alan Carvalho de Assis acas...@gmail.com + mx27ads i.MX27 + Fabio Estevam fabio.este...@freescale.com mx31pdk i.MX31 diff --git a/MAKEALL b/MAKEALL index f0ed8ea..8411eef 100755 --- a/MAKEALL +++ b

Re: [U-Boot] uboot iMX25 or iMX27

2009-06-30 Thread Alan Carvalho de Assis
Hi Johan, On 6/30/09, Johann Steinbrecher steinbrecher.joh...@googlemail.com wrote: Hello, does anybody have experience in setting up the uboot for a iMX25 or iMX27 processor. Is there already a uboot configuration for those processors? Please search on mailing list, there is patches to

[U-Boot] [PATCH] Small fix to m5282evb

2009-03-28 Thread Alan Carvalho de Assis
This is just a small fix to get u-boot on m5282evb. Signed-off-by: Alan Carvalho de Assis acas...@gmail.com --- board/freescale/m5282evb/u-boot.lds |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-24 Thread Alan Carvalho de Assis
Hi Guennadi, On Fri, Oct 24, 2008 at 4:57 AM, Guennadi Liakhovetski [EMAIL PROTECTED] wrote: On Fri, 24 Oct 2008, Magnus Lilja wrote: Where can one find developer documentation for nand_spl? doc/README.nand-boot-ppc440 Also, is there any ARM board supporting this already?

[U-Boot] [PATCH 0/3] iMX31: Add iMX31 support to boots from NAND

2008-10-23 Thread Alan Carvalho de Assis
Hi, This serie of patches was rebased to adds support to iMX31PDK board to boot directly from NAND. Notice these patches don't add support to MTD NAND Flash support to U-Boot (like reading and saving environment parameters in Flash because MTD NAND Flash driver still needs further revision).

[U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-23 Thread Alan Carvalho de Assis
iMX31 NAND Flash Controller has a 2KB RAM buffer, but the current start.S file is too much big to let NAND copy routine to fit in. This patch will reduce the start.S when booting from NAND Flash. Signed-off-by: Alan Carvalho de Assis [EMAIL PROTECTED] --- cpu/arm1136/start.S | 24

[U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Alan Carvalho de Assis
This code is executed from internal 2KB NAND Flash Controller RAM buffer and will copy the remaining U-Boot code from NAND Flash verifying its bad blocks (case it exists). Signed-off-by: Alan Carvalho de Assis [EMAIL PROTECTED] --- cpu/arm1136/mx31/Makefile |2 + cpu/arm1136/mx31

[U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-23 Thread Alan Carvalho de Assis
This patch adds support to iMX31PDK board to boot directly from NAND Flash. In order to it works the previous patches (which reduces start.S size and copy NAND code to RAM) need be applied first. Signed-off-by: Alan Carvalho de Assis [EMAIL PROTECTED] --- board/freescale/mx31pdk/lowlevel_init.S

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-23 Thread Alan Carvalho de Assis
Hi Guennadi, On Thu, Oct 23, 2008 at 4:10 PM, Guennadi Liakhovetski [EMAIL PROTECTED] wrote: Last time Scott Wood suggested to use nand_spl you replied I think using nand_spl is the best approach, but it will needs more effort to complete. and Anyway, right now we can have iMX31PDK booting

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Alan Carvalho de Assis
Hi Jean, On Wed, 2008-10-22 at 11:59 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59

Re: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-10-15 Thread Alan Carvalho de Assis
Hi Jean-Christophe, On Mon, Oct 13, 2008 at 5:49 AM, Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: Is there any special reason it was not added to the master branch yet? As we discuss on IRC this board will be merge when it can boot from a storage Using some patches I sent we

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-08 Thread Alan Carvalho de Assis
Hi Scott, On Tue, Oct 7, 2008 at 3:03 PM, Scott Wood [EMAIL PROTECTED] wrote: Alan Carvalho de Assis wrote: From 473120de8390abd78014cac9fe0925cb49f57fbe Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 19:59:47 -0300 Subject: [PATCH] iMX31: Add

[U-Boot] [PATCH 0/3] iMX31: Add iMX31 support to boots from NAND

2008-10-07 Thread Alan Carvalho de Assis
This serie of patches adds support to iMX31PDK board to boot directly from NAND. Notice these patches don't add support to MTD NAND Flash support to U-Boot (like reading and saving environment parameters in Flash because MTD NAND Flash driver still needs further revision). For people willing to

[U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-07 Thread Alan Carvalho de Assis
From eeb4a71a3565098ba43aeb83be163731065a039d Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 19:57:22 -0300 Subject: [PATCH] iMX31: Reducing start.S size to let boot from NAND iMX31 NAND Flash Controller has a 2KB RAM buffer, but the current start.S

[U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-07 Thread Alan Carvalho de Assis
From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59 -0300 Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash This patch adds support to iMX31PDK board to boot directly from