Re: [U-Boot] Pull request - microblaze

2011-02-16 Thread Wolfgang Denk
Dear Michal Simek, In message 4d5b70de.6070...@monstr.eu you wrote: are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git master ... Which branch should I pull from? I guess you mean u-boot-microblaze.git #master ? It was above. Oops. Sorry for

Re: [U-Boot] at91 spi bus speed

2011-02-16 Thread wouter moors
So the 10MHz is a safe value I guess. But I was wondering most why the bus speed seems to be limited to ~12MHz. Is that a limitation of the at91sam9g20 or more likely a problem with the board design? On Tue, Feb 15, 2011 at 9:08 PM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday, February

[U-Boot] [PATCH v2] arm: get_sp() should always be compiled

2011-02-16 Thread Po-Yu Chuang
From: Po-Yu Chuang ratb...@faraday-tech.com get_sp() was incorrectly excluded if none of CONFIG_SETUP_MEMORY_TAGS CONFIG_CMDLINE_TAG CONFIG_INITRD_TAG CONFIG_SERIAL_TAG CONFIG_REVISION_TAG were defined. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com --- v2: rebase

Re: [U-Boot] [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver

2011-02-16 Thread Po-Yu Chuang
Hi Macpaul, On Wed, Feb 16, 2011 at 3:58 PM, Macpaul Lin macp...@gmail.com wrote: As you can see, the include of PMU header has been replaced to a correct path. [U-Boot,2/3] fttmr010: move fttmr010 controller to drivers/timer folder http://patchwork.ozlabs.org/patch/71952/ However, I cannot

[U-Boot] [PATCH 1/2] power: ftpmu010: move drivers/power/ftpmu010.h to include/

2011-02-16 Thread Po-Yu Chuang
From: Po-Yu Chuang ratb...@faraday-tech.com Also add API declarations. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com --- drivers/power/ftpmu010.c |2 +- drivers/power/ftpmu010.h | 146 include/ftpmu010.h | 150

[U-Boot] [PATCH 2/2] arm: a320: use new ftpmu010 API

2011-02-16 Thread Po-Yu Chuang
From: Po-Yu Chuang ratb...@faraday-tech.com ftpmu010 related code has been moved to drivers/power/. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com --- arch/arm/cpu/arm920t/a320/timer.c | 22 +++--- include/configs/a320evb.h |5 + 2 files changed, 8

Re: [U-Boot] [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver

2011-02-16 Thread Macpaul Lin
Hi Po-Yu, 2011/2/16 Po-Yu Chuang ratbert.chu...@gmail.com: Hi Macpaul, On Wed, Feb 16, 2011 at 3:58 PM, Macpaul Lin macp...@gmail.com wrote: As you can see, the include of PMU header has been replaced to a correct path. [U-Boot,2/3] fttmr010: move fttmr010 controller to drivers/timer

Re: [U-Boot] [PATCH 1/2] power: ftpmu010: move drivers/power/ftpmu010.h to include/

2011-02-16 Thread Macpaul Lin
Hi Po-Yu, 2011/2/16 Po-Yu Chuang ratbert.chu...@gmail.com: From: Po-Yu Chuang ratb...@faraday-tech.com Also add API declarations. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com ---  drivers/power/ftpmu010.c |    2 +-  drivers/power/ftpmu010.h |  146

Re: [U-Boot] [PATCH 1/2] power: ftpmu010: move drivers/power/ftpmu010.h to include/

2011-02-16 Thread Po-Yu Chuang
Hi Macpaul, On Wed, Feb 16, 2011 at 5:23 PM, Macpaul Lin macp...@gmail.com wrote: Hi Po-Yu, 2011/2/16 Po-Yu Chuang ratbert.chu...@gmail.com: From: Po-Yu Chuang ratb...@faraday-tech.com Also add API declarations. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com ---  

Re: [U-Boot] Pull request - microblaze

2011-02-16 Thread Michal Simek
Wolfgang Denk wrote: Dear Michal Simek, In message 4d5b70de.6070...@monstr.eu you wrote: are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git master ... Which branch should I pull from? I guess you mean u-boot-microblaze.git #master ? It was above.

Re: [U-Boot] [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver

2011-02-16 Thread Wolfgang Denk
Dear Po-Yu Chuang, In message AANLkTin5Od4_3W+YPTNP5tJAXKcayg+bjmdPP=+vi...@mail.gmail.com you wrote: -#include asm/arch/ftpmu010.h +#include ../../../../../drivers/power/ftpmu010.h #include asm/arch/fttmr010.h static ulong timestamp; If I remember correctly, this patch was not

Re: [U-Boot] [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver

2011-02-16 Thread Wolfgang Denk
Dear Macpaul Lin, In message aanlktin8isrcnaq8hgnjdtgoa9uleicm7murdjz2z...@mail.gmail.com you wrote: If I remember correctly, this patch was not applied because Wolfgang does not like the include ../../../... Yes. However, I also found there exists similar include format in other SoC.

Re: [U-Boot] [PATCH 1/3] arm1136: Fix NAND boot

2011-02-16 Thread Fabio Estevam
Hi Albert, On 2/13/2011 12:43 PM, Magnus Lilja wrote: On 02/12/2011 08:07 AM, Albert ARIBAUD wrote: Le 11/02/2011 19:58, Magnus Lilja a écrit : Hi I've tested Fabio's patch series and it makes the i.MX31 PDK boot nicely from NAND again. So from my point of view I recommend to use these

Re: [U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-16 Thread Schade, David
Hi Albert, Thank you for your reply. I also tried the U-Boot version for beagleboard, which comdes from git://www.denx.de/git/u-boot.git;protocol=git with revision ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55 and a lot of patch files. Is this not the mainline? With this source (and my changes,

[U-Boot] Problem booting on custom board (85xx)

2011-02-16 Thread Alden, Kevin
Hello, I have a custom board based on the Freescale P2020 RDB. I am having trouble getting through the entire boot sequence. Basically, I can't get a breakpoint to hit in board_init_r. I can get a break point in the in_ram section of start.s though. This executes all the way to the

[U-Boot] building enc28j60 for omap3: undefined references

2011-02-16 Thread jacopo mondi
Hi all, I'm trying enabling enc2j60 in order to use tftp with SPI-Ethernet enc28j60 and beagleboard rev C3. When building u-boot some functions referred by enc28j60.c remain undefined. drivers/net/libnet.o: In function `enc28j60_initialize': u-boot/drivers/net/enc28j60.c:973: undefined reference

[U-Boot] ppc460ex NAND flash programming

2011-02-16 Thread Fawaz Gaili
I want to do NAND flash programming with u-boot-nand in a row board (Canyonlands PPC460Ex) , what is the solution? I changed TLB entries as SPL did, then loaded u-boot.bin (ram u-boot) into target's RAM using BDI-2000 (in order to use U-BOOT itself to do the programming) and issuing go command,

Re: [U-Boot] ppc460ex NAND flash programming

2011-02-16 Thread Stefan Roese
Hi Fawaz, On Wednesday 16 February 2011 17:48:06 Fawaz Gaili wrote: I want to do NAND flash programming with u-boot-nand in a row board (Canyonlands PPC460Ex) , what is the solution? I changed TLB entries as SPL did, then loaded u-boot.bin (ram u-boot) into target's RAM using BDI-2000 (in

Re: [U-Boot] building enc28j60 for omap3: undefined references

2011-02-16 Thread Reinhard Meyer
Dear jacopo mondi, Hi all, I'm trying enabling enc2j60 in order to use tftp with SPI-Ethernet enc28j60 and beagleboard rev C3. When building u-boot some functions referred by enc28j60.c remain undefined. drivers/net/libnet.o: In function `enc28j60_initialize':

Re: [U-Boot] [PATCH] Introduce a new linker flag LDFLAGS_FINAL

2011-02-16 Thread Wolfgang Denk
Dear Haiying Wang, In message 1297878184.1977.18.camel@haiying-laptop you wrote: I did run ./MAKEALL powerpc for all ppc board, the System.map and u-boot.map keep exactly the same before and after applying the LDFLAGS_FINAL patch. Please find the attached two txt files and System.map and

Re: [U-Boot] [PATCH] Introduce a new linker flag LDFLAGS_FINAL

2011-02-16 Thread Haiying Wang
On Wed, 2011-02-16 at 19:29 +0100, Wolfgang Denk wrote: Dear Haiying Wang, In message 1297878184.1977.18.camel@haiying-laptop you wrote: I did run ./MAKEALL powerpc for all ppc board, the System.map and u-boot.map keep exactly the same before and after applying the LDFLAGS_FINAL patch.

Re: [U-Boot] [PATCH] Introduce a new linker flag LDFLAGS_FINAL

2011-02-16 Thread Wolfgang Denk
Dear Haiying Wang, In message 1297881643.1977.28.camel@haiying-laptop you wrote: We have some 524 PowerPC configurations in boards.cfg, and the compare must be done for _all_ off these, i. e. there are 2 x 524 pairs of files to be compared. Did you really do this? it is ok to apply

[U-Boot] [PATCH 1/2 V3] Add USB host ethernet adapter support

2011-02-16 Thread Simon Glass
This adds support for using USB Ethernet dongles in host mode. This is just the framework - drivers will come later. A new config option called CONFIG_USB_HOST_ETHER can be defined in board config files to switch this on. The was originally written by NVIDIA and was cleaned up for release by the

[U-Boot] [PATCH 2/2 V3] Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor

2011-02-16 Thread Simon Glass
Driver originally written by NVIDIA Corporation, modified to handle odd-length packets. Signed-off-by: Simon Glass s...@chromium.org --- drivers/usb/eth/Makefile|3 + drivers/usb/eth/asix.c | 635 +++ drivers/usb/eth/usb_ether.c |7 +

Re: [U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-16 Thread Simon Glass
Yes, please see my post. Sorry for the delay. I have trouble building the u-boot-usb master branch. Are all boards supposed to build correct in that branch? - Simon On Fri, Feb 11, 2011 at 12:33 PM, Remy Bohmer li...@bohmer.net wrote: Hi, 2011/2/8 Simon Glass s...@chromium.org: This adds

[U-Boot] [PATCH] Add A9 CPU complex support

2011-02-16 Thread Tom Warren
This patch adds code to initialize the A9 dual CPU complex in the Tegra2 SoC. The code is run on the AVP first to set up the A9 and Coresight clocks, then the AVP is halted, the A9 CPU is brought out of reset, and the code executes again on the CPU, but down a slightly different path. Normal POST

[U-Boot] [PATCH] arm: Tegra2: add support for A9 CPU init

2011-02-16 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/armv7/start.S |6 + arch/arm/cpu/armv7/tegra2/Makefile |2 +- arch/arm/cpu/armv7/tegra2/ap20.c | 490 arch/arm/cpu/armv7/tegra2/ap20.h | 105 ++

[U-Boot] (no subject)

2011-02-16 Thread Richard Retanubun
Hi Mike, Thanks for the feedback, and for the cool unification. Here is the updated patch that implements your comments and is based on the head of the blackfin.git sf branch. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 1/2] SPI: Add struct spi_flash.sector_size parameter

2011-02-16 Thread Richard Retanubun
This patch adds a new member to struct spi_flash (u16 sector_size) and updates the spi flash drivers to start populating it. This parameter can be used by spi flash commands that need to round up units of operation to the flash's sector_size. --- drivers/mtd/spi/atmel.c|1 +

[U-Boot] [PATCH 2/2] cmd_sf: Add handler for +len arg for erase command.

2011-02-16 Thread Richard Retanubun
This patch adds [+]len handler for the erase command that will automatically round up the requested erase length to the flash's sector_size. --- common/cmd_sf.c | 53 + 1 files changed, 49 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-16 Thread Remy Bohmer
Hi, 2011/2/16 Simon Glass s...@chromium.org: Yes, please see my post. Sorry for the delay. I have trouble building the u-boot-usb master branch. Are all boards supposed to build correct in that branch? - Simon The master of u-boot-usb is basically mainstream u-boot. And as with mainstream

Re: [U-Boot] [PATCH 1/2] SPI: Add struct spi_flash.sector_size parameter

2011-02-16 Thread Wolfgang Denk
Dear Richard Retanubun, In message 1297888074-8344-2-git-send-email-richardretanu...@ruggedcom.com you wrote: This patch adds a new member to struct spi_flash (u16 sector_size) and updates the spi flash drivers to start populating it. This parameter can be used by spi flash commands that

Re: [U-Boot] [PATCH 2/2] cmd_sf: Add handler for +len arg for erase command.

2011-02-16 Thread Wolfgang Denk
Dear Richard Retanubun, In message 1297888074-8344-3-git-send-email-richardretanu...@ruggedcom.com you wrote: This patch adds [+]len handler for the erase command that will automatically round up the requested erase length to the flash's sector_size. --- common/cmd_sf.c | 53

[U-Boot] [PATCH] ARM: Update mach-types

2011-02-16 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com This commit updates the mach-types based on the latest in linus's head Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/include/asm/mach-types.h | 1291 - 1 files changed, 1276 insertions(+), 15 deletions(-)

[U-Boot] [PATCH 1/2] SPI: Add struct spi_flash.sector_size parameter

2011-02-16 Thread Richard Retanubun
This patch adds a new member to struct spi_flash (u16 sector_size) and updates the spi flash drivers to start populating it. This parameter can be used by spi flash commands that need to round up units of operation to the flash's sector_size. Signed-off-by: Richard Retanubun

[U-Boot] [PATCH 2/2] cmd_sf: Add handler for +len arg for erase command.

2011-02-16 Thread Richard Retanubun
This patch adds [+]len handler for the erase command that will automatically round up the requested erase length to the flash's sector_size. Signed-off-by: Richard Retanubun richardretanu...@ruggedcom.com --- v2: scrubbed via checkpatch, thanks WD! common/cmd_sf.c | 52

Re: [U-Boot] [PATCH 2/2] cmd_sf: Add handler for +len arg for erase command.

2011-02-16 Thread Scott Wood
On Wed, 16 Feb 2011 15:27:54 -0500 Richard Retanubun richardretanu...@ruggedcom.com wrote: This patch adds [+]len handler for the erase command that will automatically round up the requested erase length to the flash's sector_size. --- common/cmd_sf.c | 53

Re: [U-Boot] IXP42x patch series version 3 - patch summaries

2011-02-16 Thread Michael Schwingen
Am 02/14/2011 01:00 PM, schrieb Albert ARIBAUD: Le 14/02/2011 00:38, Michael Schwingen a écrit : Am 02/13/2011 11:03 PM, schrieb Wolfgang Denk: Dear Graeme Russ, In messageAANLkTikxv+ATsYAP5ismLo5pj=TrFV_oQNk=8qvh1...@mail.gmail.com you wrote: For multi-patch series, you only need to put

Re: [U-Boot] [v5 patch 1/6] SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: Fix CONFIG_SYS_INIT_SP_ADDR undefined issue. Signed-off-by: Zhong Hongbo bocui...@gmail.com applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot

Re: [U-Boot] [v5 patch 2/6] SMDK6400: Fix some label undefined in build error

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: Modify Makefile for cpu_init.c and Start.s use some label,this defined u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds to u-boot-nand.lds

Re: [U-Boot] [v5 patch 3/6] SMDK6400: Fix the mutiple link error

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: The first, the cpu_init.o have already been link for cmd_link_o_target atfer compile, But, The link script re-link the point file. So the link machine will generate multiple definition error information. The second, Since the first

Re: [U-Boot] [v5 patch 4/6] SMDK6400: Add some labels to u-boot.lds to support nand_spl

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: In the nand_spl feature of SMDK6400. Add some relocation symbols to nand_spl/board/samsung/smdk6400/u-boot.lds to fix the compile error. Signed-off-by: Zhong Hongbo bocui...@gmail.com applied to u-boot-samsung Thanks Minkyu Kang

Re: [U-Boot] [v5 patch 5/6] SMDK6400: Disable LED function in start.s on the nand booting

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: Since nand boot have some limit for the first 4KB, We only disable the LED function to reduce the code space. At the same time, Fix the compile error for LED function undefined in the compile time of nand_spl. Signed-off-by: Zhong

Re: [U-Boot] [v5 patch 6/6] SMDK6400: Fixup dram_init for relocation support

2011-02-16 Thread Minkyu Kang
On 23 January 2011 05:06, seedshope bocui...@gmail.com wrote: Signed-off-by: Zhong Hongbo bocui...@gmail.com diff --git a/board/samsung/smdk6400/smdk6400.c b/board/samsung/smdk6400/smdk6400.c applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net

Re: [U-Boot] at91 spi bus speed

2011-02-16 Thread Mike Frysinger
On Wednesday, February 16, 2011 03:26:00 wouter moors wrote: please dont top post But I was wondering most why the bus speed seems to be limited to ~12MHz. Is that a limitation of the at91sam9g20 or more likely a problem with the board design? i was merely covering a question on common code.

[U-Boot] U-boot is not working in Beagle xM board.

2011-02-16 Thread chinnathambi
Hai, I cant boot the board in the Beable xM board. The board is having processor ARM cortex A8. Please see the below error log. Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27) Beagle xM Rev A Reading boot sector u-boot.bin not found or blank nand contents - attempting

Re: [U-Boot] [PATCH] Introduce a new linker flag LDFLAGS_FINAL

2011-02-16 Thread Mike Frysinger
On Tuesday, February 15, 2011 19:51:00 Scott Wood wrote: On Tue, 15 Feb 2011 04:02:44 -0500 Mike Frysinger wrote: This included anything that cpu/board code added to LDFLAGS -- some architectures added --gc-sections, x86 added --cref, etc. Since the above flags are added to LDFLAGS,

Re: [U-Boot] spi subystem maintainer?

2011-02-16 Thread Mike Frysinger
On Tuesday, February 15, 2011 18:10:47 Kumar Gala wrote: On Feb 15, 2011, at 2:36 AM, Mike Frysinger wrote: On Thursday, February 03, 2011 05:36:38 Kumar Gala wrote: On Feb 2, 2011, at 3:30 AM, Reinhard Meyer wrote: Dear Stefano Babic: On 02/02/2011 08:23 AM, Kumar Gala wrote: Wanted to

Re: [U-Boot] [PATCH] Introduce a new linker flag LDFLAGS_FINAL

2011-02-16 Thread Mike Frysinger
On Wednesday, February 16, 2011 13:58:07 Wolfgang Denk wrote: Haiying Wang wrote: We have some 524 PowerPC configurations in boards.cfg, and the compare must be done for _all_ off these, i. e. there are 2 x 524 pairs of files to be compared. Did you really do this? it is ok to

Re: [U-Boot] (no subject)

2011-02-16 Thread Mike Frysinger
On Wednesday, February 16, 2011 15:27:52 Richard Retanubun wrote: Thanks for the feedback, and for the cool unification. Here is the updated patch that implements your comments and is based on the head of the blackfin.git sf branch. thanks ! i'll try to get to it this weekend, but no promises

Re: [U-Boot] building enc28j60 for omap3: undefined references

2011-02-16 Thread Mike Frysinger
On Wednesday, February 16, 2011 12:31:23 Reinhard Meyer wrote: Dear jacopo mondi, I'm using last u-boot, cloned from master branch yesterday. Is my toolchain broken? Not sure, the driver builds fine with ARM boards. and Blackfin boards. btw, not sure if i said this before, but good job