Re: [U-Boot] [PATCH 5/9 V4] convert common files to new SoC access

2010-02-10 Thread Daniel Gorsulowski
Hello Jens, Jens Scharsig wrote: > * add's a warning to all files, which need update to new SoC access > * convert common files in cpu/../at91 and a lot of drivers to use >c stucture SoC access > diff --git a/cpu/arm926ejs/at91/clock.c b/cpu/arm926ejs/at91/clock.c > index 574f488..7e03907

Re: [U-Boot] [PATCH 5/9 V4] convert common files to new SoC access

2010-02-10 Thread Daniel Gorsulowski
Daniel Gorsulowski wrote: > Hello Jens, > > Jens Scharsig wrote: >> * add's a warning to all files, which need update to new SoC access >> * convert common files in cpu/../at91 and a lot of drivers to use >>c stucture SoC access >> >> >> Signed-off-by: Jens Scharsig > > > >> diff --git a

[U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments fr

[U-Boot] [PATCH v2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. The CONFIG_BOOTP* and Net

[U-Boot] [PATCH] edb9302(a): Tweak PLL settings

2010-02-10 Thread Matthias Kaehlcke
Previous code ran the edb9302(a) boards with the PLL same settings as the edb9301, at 166MHz core and 66MHz system bus clock. In difference to the edb9301 board the edb9302(a) is equipped with an EP9302 processor, which can be clocked at higher rates than the EP9301. Therefore we can configure the

[U-Boot] Pull request - ColdFire

2010-02-10 Thread TC Liew
Wolfgang, The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-net are available in the git repository at: git://www.denx.de/git/u-boot-coldfire.git master TsiChung Liew (1): MCF5271-o

Re: [U-Boot] POST related question

2010-02-10 Thread Detlev Zundel
Hi Michael, > Working on the POST for our board (which I am going to submit > to the u-boot in the near future) I was asked to output the POST tests > sequence progress to the dedicated LEDs (current test’s index and > test’s result – PASS or FAIL) in addition to the conventional console > output.

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Eric Bénard
Hi Andreas, Le 10/02/2010 15:55, Andreas Orfanos a écrit : > Did you have to make changes in cpu/arm_cortex8/start.S file? we are using u-boot-2009.01 + freescale patches. No change to start.S (except a small hack to turn on a led to check u-boot is properly loaded and run). > I don't have to ma

Re: [U-Boot] POST related question

2010-02-10 Thread Michael Zaidman
On Wed, Feb 10, 2010 at 3:28 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message <660c0f821002100159i1a956edfx1c76945042f51...@mail.gmail.com> you wrote: >> SGVsbG8sCgpXb3JraW5nIG9uIHRoZSBQT1NUIGZvciBvdXIgYm9hcmQgKHdoaWNoIEkgYW0gZ29p ... > > Please do not send base 64 encoded messages.

Re: [U-Boot] POST related question

2010-02-10 Thread Michael Zaidman
On Wed, Feb 10, 2010 at 4:33 PM, Michael Zaidman wrote: > > > On Wed, Feb 10, 2010 at 3:28 PM, Wolfgang Denk wrote: > > Dear Michael Zaidman, > > > > In message <660c0f821002100159i1a956edfx1c76945042f51...@mail.gmail.com> > > you wrote: > >> SGVsbG8sCgpXb3JraW5nIG9uIHRoZSBQT1NUIGZvciBvdXIgYm9hc

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Andreas Orfanos
Hi Did you have to make changes in cpu/arm_cortex8/start.S file? I don't have to make any changes on DCD table anyway, as it has already produced by freescale for mx51_3stack board Regards Andreas -Original Message- From: Eric Bénard [mailto:e...@eukrea.com] Sent: 10 February 2010

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Eric Bénard
Hi, Le 10/02/2010 13:23, Andreas Orfanos a écrit : > I have set up the right switches on the board, and I can boot RedBoot > from nand without problem. > Therefore it should be easy to do it on u-boot. > we are booting u-boot from NAND on a custom iMX51 board (using mDDR and not DDR2), we started

[U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments fr

[U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. The CONFIG_BOOTP* and Net

[U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, NAND Flash, DDRs. mem.h is a common place for the register description of Memory subsystem of S5PC100. Note: Only SROM related registers are descibed now. Signed-off-by: Naveen Krishna Ch --- Changes since

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Andreas Orfanos
Hi Stefano, Thank you for your reply. MX51 for u-boot can be found in launchpad.net Here is the link: https://launchpad.net/ubuntu/+source/uboot-imx/ It has MX51_3stack too. You need to download the source code, including the diffs, and patch them appropriately. I didn't know how the ROM MX51 b

Re: [U-Boot] Booting from NAND on MX51

2010-02-10 Thread Stefano Babic
Andreas Orfanos wrote: > Hi, > Hi Andreas, > I am using mx51 3stack Freescale dev board, and I would like to make it > boot u-boot from NAND. I sent patches for the mx51evk (babbage board), but NAND is not (yet) supported. This is the first MX51 board that should go into mainline. The mx51_3sta

Re: [U-Boot] [PATCH 1/9 V4] add new CONFIG_AT91_LEGACY

2010-02-10 Thread Daniel Gorsulowski
Hello Tom, Tom wrote: > Jens Scharsig wrote: >> * add's the new temporary CONFIG_AT91_LEGACY to all board configs >> This will need for backward compatiblity, while change the SoC access >> to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated >> SoC is used. >> >> >> Signed-off-by:

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 16:06, Minkyu Kang wrote: > Naveen Krishna Ch, > > On 10 February 2010 15:52, Minkyu Kang wrote: > > Dear > > > > On 10 February 2010 15:31, Naveen Krishna Ch > wrote: > >> Hi Kang, > >> > >> On 10 February 2010 11:43, Minkyu Kang wrote: > >>> > >>> Dear Naveen Kr

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 12:26, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 14:10, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > > loaded over tftp. > > > > The preinit function wi

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
Hi kang, On 10 February 2010 15:46, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 15:56, Minkyu Kang wrote: > > Dear Naveen Krishna Ch, > > > > On 10 February 2010 14:10, Naveen Krishna Ch > wrote: > >> From: Naveen Krishna CH > >> > >> Add setup for ethernet on SMDKC10

Re: [U-Boot] [PATCH 5/9 V4] convert common files to new SoC access

2010-02-10 Thread Daniel Gorsulowski
Hello Jens, Jens Scharsig wrote: > * add's a warning to all files, which need update to new SoC access > * convert common files in cpu/../at91 and a lot of drivers to use >c stucture SoC access > > > Signed-off-by: Jens Scharsig > diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_

[U-Boot] Booting from NAND on MX51

2010-02-10 Thread Andreas Orfanos
Hi, I am using mx51 3stack Freescale dev board, and I would like to make it boot u-boot from NAND. Does anyone have any local changes that enable that feature? The u-boot works when is downloaded into RAM from Jtag, but can't get it boot from NAND when I write it there. Do I have to develop nand

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Minkyu Kang
Naveen Krishna Ch, On 10 February 2010 15:52, Minkyu Kang wrote: > Dear > > On 10 February 2010 15:31, Naveen Krishna Ch > wrote: >> Hi Kang, >> >> On 10 February 2010 11:43, Minkyu Kang wrote: >>> >>> Dear Naveen Krishna Ch, >>> >>> On 9 February 2010 18:38, Naveen Krishna Ch wrote: >>> > Fr

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-10 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 15:16, Naveen Krishna Ch wrote: > Hi Kang, > > On 10 February 2010 11:18, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 9 February 2010 18:34, Naveen Krishna Ch wrote: >> > From: Naveen Krishna CH >> > >> > Memory subsystem of S5PC100 han

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 15:56, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 14:10, Naveen Krishna Ch wrote: >> From: Naveen Krishna CH >> >> Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be >> loaded over tftp. >> >> The preinit funct

[U-Boot] POST related question

2010-02-10 Thread Michael Zaidman
Hello, Working on the POST for our board (which I am going to submit to the u-boot in the near future) I was asked to output the POST tests sequence progress to the dedicated LEDs (current test’s index and test’s result – PASS or FAIL) in addition to the conventional console output. Such indicatio

Re: [U-Boot] [PATCH 1/3] OMAP3: Consolidate SDRC related operations

2010-02-10 Thread Hiremath, Vaibhav
> -Original Message- > From: Tom [mailto:tom@windriver.com] > Sent: Sunday, February 07, 2010 9:44 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de; Paulraj, Sandeep; Premi, Sanjeev > Subject: Re: [PATCH 1/3] OMAP3: Consolidate SDRC related operations > > hvaib...@ti.com wrote: >

Re: [U-Boot] [PATCH 2/2 v3] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-02-10 Thread Heiko Schocher
Hello Prafulla, tahnks for your quick response! Prafulla Wadaskar wrote: >> -Original Message- >> From: Heiko Schocher [mailto:h...@denx.de] >> Sent: Wednesday, February 10, 2010 12:39 PM >> To: Prafulla Wadaskar >> Cc: U-Boot user list >> Subject: Re: [PATCH 2/2 v3] arm: suen3, suen3_v1