Re: [U-Boot] [PATCH] eSPI and Intel E1000 support for P1/P2 RDB

2010-09-15 Thread Can Aydin
On 9/08/2010 5:57 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message<57cdb146-383a-4629-b7e4-c2729200a...@kernel.crashing.org> you > wrote: >> On Jun 23, 2010, at 8:56 AM, Poonam Aggrwal wrote: >> >>> This patch enables the eSPI configuration to use >>> the Spansion Flash on P1 and P2 R

[U-Boot] [PATCH] Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

2010-09-15 Thread Stefan Roese
This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO feature from U-Boot. It has only been implemented for PPC4xx and was not used at all. So let's remove it and make the code smaller and cleaner. Signed-off-by: Stefan Roese --- README | 12 --- arch

Re: [U-Boot] P4080 Reset Vector

2010-09-15 Thread Tony Wang
Thanks Dave and All, For that reset address question, I think because p4080ds's FPGA can do this address decode and map 0xefff to 0x setting by SW7, is it right? I also has another quesition, if I choose boot from bank0, why RCW should be programmed into address 0xe800? is it a ru

Re: [U-Boot] P4080 Reset Vector

2010-09-15 Thread Liu Dave-R63238
> For that reset address question, I think because p4080ds's FPGA can do this address > decode and map 0xefff to 0x setting by SW7, is it right? No. FPGA doesn't matter with it. The e500mc core boot start address(0x_FFFC) will point to the end of CS0 Flash due to OR0[AM]=0. In thi

Re: [U-Boot] [PATCH] [NEXT] arm926ejs: add split relocation support

2010-09-15 Thread Albert ARIBAUD
Le 15/09/2010 08:59, Wolfgang Denk a écrit : > Dear Albert ARIBAUD, > > In message<4c905f6d.7010...@free.fr> you wrote: >> >> Both encodings are present in u-boot. I figure UTF-8 seems a better >> choice, but if there is a coding rule about encodings, I'll happily >> follow it, of course. > > So f

[U-Boot] [PATCH] ppc4xx: Don't fixup NOR flash node size on Ebony

2010-09-15 Thread Stefan Roese
Don't update size in "reg" property of NOR FLASH device tree nodes. This leads to a problem with this NOR flash setup, where chip-select 0 is connected to 512KiB SRAM *and* 512KiB NOR flash. And with this fixup-code, the size of the NOR flash node is changed from 512KiB to 1MiB which leads to a cra

[U-Boot] Fwd: u-boot - compile.

2010-09-15 Thread Rodolfo Oliveira
Hello, I am having trouble is to solve the following problem: / Bin / sh: powerpc-linux-gcc: command not found. I'm following the guide: "U-Boot Porting Guide (MPC5200B) by: Lamar Hansford Infotainment, Multimedia and Telematics Division. I am running the following commands: make UCC_config (My

[U-Boot] RAM memory verification on boot

2010-09-15 Thread ethan paddloch
Hi all, I am currently using u-boot version 1.1.6 on a powerpc embedded device which have increased from 64Mbyte RAM memory to 128Mbye size length. The problem is that my device does not recognize the 128Mbyte keeping the original 64Mbyte length. Does anyone know how to let u-boot and the linux

Re: [U-Boot] [PATCH] ppc4xx: Don't fixup NOR flash node size on Ebony

2010-09-15 Thread Wolfgang Denk
Dear Stefan Roese, In message <1284555484-27269-1-git-send-email...@denx.de> you wrote: > Don't update size in "reg" property of NOR FLASH device tree nodes. > This leads to a problem with this NOR flash setup, where > chip-select 0 is connected to 512KiB SRAM *and* 512KiB NOR flash. > And with th

Re: [U-Boot] Fwd: u-boot - compile.

2010-09-15 Thread Wolfgang Denk
Dear Rodolfo Oliveira, In message you wrote: > > I am having trouble is to solve the following problem: > / Bin / sh: powerpc-linux-gcc: command not found. ... > Does anyone know what might be the problem? You did not install (and/or configure) a cross compiler tool chain, so the build scripts

Re: [U-Boot] RAM memory verification on boot

2010-09-15 Thread Wolfgang Denk
Dear ethan paddloch, In message <949874.43970...@web120217.mail.ne1.yahoo.com> you wrote: > > I am currently using u-boot version 1.1.6 on a powerpc embedded device whic > h have increased from 64Mbyte RAM memory to 128Mbye size length. > The problem is that my device does not recognize the 128Mby

Re: [U-Boot] [PATCH] ppc4xx: Don't fixup NOR flash node size on Ebony

2010-09-15 Thread Stefan Roese
Hi Wolfgang, On Wednesday 15 September 2010 15:14:03 Wolfgang Denk wrote: > > +/* > > + * Don't update size in "reg" property of NOR FLASH device tree nodes. > > + * This leads to a problem with this NOR flash setup, where > > + * chip-select 0 is connected to 512KiB SRAM *and* 512KiB NOR flash. >

Re: [U-Boot] [PATCH] ppc4xx: Don't fixup NOR flash node size on Ebony

2010-09-15 Thread Wolfgang Denk
Dear Stefan Roese, In message <201009151543.02284...@denx.de> you wrote: > > > The "reg" property of NOR FLASH device tree nodes *should* be updated > > with the correct size of the NOR flash as determined by the CFI > > driver; on this board, this should be 512 KiB. > > This value of 512KiB is

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Kim Phillips
On Tue, 14 Sep 2010 22:09:58 -0400 Mike Frysinger wrote: > On Tuesday, September 14, 2010 18:04:29 Wolfgang Denk wrote: > > Mike Frysinger wrote: > > > instead of silencing a somewhat complicated command that could break the > > > build system if it goes wrong, use the mechanisms already in place

[U-Boot] Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-15 Thread Reda MIMOUNE
Hello all uboot mailist members First of all, i am new to uboot coding, though i am a user of uboot on many platforms (so without knowing how it is done). So for a custom design, i had to dig inside the uboot code to adapt to a DaVinci board we have built. I use uBoot version 1.3.4 which is used

Re: [U-Boot] Multiple binaries built through u-boot source

2010-09-15 Thread Scott Wood
On Tue, 14 Sep 2010 18:17:47 +0200 Wolfgang Denk wrote: > Dear "V, Aneesh", > > In message you > wrote: > > > > Presently, we are maintaining a mini bootloader(called x-loader, based > > on u-boot)separately. We want to integrate x-loader with u-boot and > > up-stream the source code. > > T

Re: [U-Boot] Multiple binaries built through u-boot source

2010-09-15 Thread Stefan Roese
On Wednesday 15 September 2010 18:36:02 Scott Wood wrote: > > > This looks promising. However, our SPL has to load u-boot from MMC. Is > > > it OK to keep it under nand_spl directory or should we create > > > something like 'mmc_spl'? > > > > Fr now we can stick with the nand_spl name (even if it'

Re: [U-Boot] Multiple binaries built through u-boot source

2010-09-15 Thread Wolfgang Denk
Dear Scott Wood, In message <20100915113602.52666...@schlenkerla.am.freescale.net> you wrote: > > > Fr now we can stick with the nand_spl name (even if it's becoming a > > bit misleading); > > I'd rather just change the name now -- misleading is bad whether > there's one exception or several. OK

Re: [U-Boot] Multiple binaries built through u-boot source

2010-09-15 Thread Scott Wood
On Wed, 15 Sep 2010 19:45:17 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20100915113602.52666...@schlenkerla.am.freescale.net> you wrote: > > > > > Fr now we can stick with the nand_spl name (even if it's becoming a > > > bit misleading); > > > > I'd rather just change the nam

Re: [U-Boot] [PATCH] S5P: new spi gpio bitbang driver

2010-09-15 Thread Mike Frysinger
On Wednesday, September 15, 2010 01:15:08 Donghwa Lee wrote: > On Tuesday, September 14, 2010 20:48:11 Mike Frysinger wrote: > > On Tuesday, September 14, 2010 03:38:11 Donghwa Lee wrote: > >> This patch adds basic support for spi mode 0~3 by control gpio bitbang > >> in S5P. Original name of this

Re: [U-Boot] Davinci DM365 custom design : Problem when reading uBoot environment variables

2010-09-15 Thread Scott Wood
On Wed, 15 Sep 2010 18:21:11 +0200 Reda MIMOUNE wrote: > But when I reset the board, the message is *** Warning bad CRC or NAND. the > zone was set to a NAND block size of 128KB (since it is mandatory to be the > same size). > I put some debug messages to find out that the read_env function us

[U-Boot] [PATCH 2/2] tools/env: fail on invalid options

2010-09-15 Thread Daniel Hobi
Signed-off-by: Daniel Hobi --- tools/env/fw_env_main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_main.c index baf3a4d..381ed14 100644 --- a/tools/env/fw_env_main.c +++ b/tools/env/fw_env_main.c @@ -105,6 +105,8 @@ main(in

[U-Boot] [PATCH 1/2] tools/env: allow option "-n" for fw_printenv

2010-09-15 Thread Daniel Hobi
In commit bd7b26f8 (Tools: set multiple variable with fw_setenv utility), the option parsing was changed to getopt_long(3), but option "-n" of fw_printenv was not included. This leads to an error message "invalid option -- 'n'" on stderr, although the output on stdout is correct. Signed-off-by: D

[U-Boot] Res: RAM memory verification on boot

2010-09-15 Thread ethan paddloch
Hi Wolfgang, Thanks for your reply. Actually I am using a Freescale bsp that uses the u-boot-1.1.6 with some patches that modifies the bootloader for the freescale mpc8323erdb platform. This platform uses the mpc8323erdb.c source which has the int fixed_sdram(void) function on it to set the f

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Mike Frysinger
On Wednesday, September 15, 2010 12:12:32 Kim Phillips wrote: > On Tue, 14 Sep 2010 22:09:58 -0400 > > Mike Frysinger wrote: > > On Tuesday, September 14, 2010 18:04:29 Wolfgang Denk wrote: > > > Mike Frysinger wrote: > > > > instead of silencing a somewhat complicated command that could break >

Re: [U-Boot] [PATCH 2/2] tools/env: fail on invalid options

2010-09-15 Thread Wolfgang Denk
Dear Daniel Hobi, In message <1284572787-9842-2-git-send-email-daniel.h...@schmid-telecom.ch> you wrote: > > Signed-off-by: Daniel Hobi > --- > tools/env/fw_env_main.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_mai

Re: [U-Boot] Multiple binaries built through u-boot source

2010-09-15 Thread Wolfgang Denk
Dear Scott Wood, In message <20100915130155.7e7b2...@schlenkerla.am.freescale.net> you wrote: > > > OK - suggest a new name, please? > > Plain "spl" is fine with me, or perhaps something like "bootstrap" or > "preboot" would be clearer. "spl" is OK with me. The other two might cause discussions

Re: [U-Boot] Res: RAM memory verification on boot

2010-09-15 Thread Wolfgang Denk
Dear ethan paddloch, Please STOP posting HTML!! In message <852022.55120...@web120203.mail.ne1.yahoo.com> you wrote: > > Actually I am using a Freescale bsp that uses the u-boot-1.1.6 with > some patches that modifies the bootloader for the freescale > mpc8323erdb platform. This platform uses th

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201009151514.48147.vap...@gentoo.org> you wrote: > > > > breaking people, wouldnt they have complained by now ? Eventually they don't complain because they did not use this feature (yet). > > both the MAKEALL and make blah_config behaviour have changed since: > >

Re: [U-Boot] [PULL] u-boot-x86.git

2010-09-15 Thread Wolfgang Denk
Dear Graeme Russ, In message <4c8d4a70.9060...@gmail.com> you wrote: > The following changes since commit 93ceb4790d8daea992cdebf2c75434d73df9c028: > > usb: musb: set target address for non-multipoint devices (2010-09-11 > 09:49:22 +0200) > > are available in the git repository at: > git://g

Re: [U-Boot] Pull request: nand flash

2010-09-15 Thread Wolfgang Denk
Dear Scott Wood, In message <20100913194446.ga29...@schlenkerla.am.freescale.net> you wrote: > The following changes since commit 150f723665674100876c53e0492cd6d2191fe865: > Reinhard Meyer (1): > display_buffer: fix misaligned buffer > > are available in the git repository at: > > gi

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Mike Frysinger
On Wednesday, September 15, 2010 15:28:58 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > both the MAKEALL and make blah_config behaviour have changed since: > > behavior changed !== breakage > > OK. > > Please undo that behaviour change anyway. i dont really want this to be completely silenc

Re: [U-Boot] [PATCH 12/26] ARM: add relocation support

2010-09-15 Thread Albert ARIBAUD
Le 11/08/2010 20:16, Heiko Schocher a écrit : > diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c > index 54519b0..88c6427 100644 > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > +init_fnc_t *init_sequence[] = { Tested this code tonight, and I noticed that if the image is run f

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201009151620.05329.vap...@gentoo.org> you wrote: > > i dont really want this to be completely silenced all the time. introduce a > variable to prefix things with for people to control ? > Q_BUILD = @ > ... > $(Q_BUILD). NAK. Please do not add such mess

[U-Boot] Please pull u-boot-video/master

2010-09-15 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit a12555c02d716f62aa1ec4764cf1c42bfeecf07d: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-nand-flash are available in the git repository at: git://git.denx.de/u-boot-video.git master Timur Tabi (1): video:

[U-Boot] Confirm call:+44 704-571-6072

2010-09-15 Thread Power-Horse Energy Drink
Your Email ID has won you the sum $340,000:00 USD in the Power Horse Energy Drink awards. contact us via email: powerhorsene...@live.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] S5P: new spi gpio bitbang driver

2010-09-15 Thread Donghwa Lee
On Thursday, September 16, 2010 03:06:11 Mike Frysinger wrote: > On Wednesday, September 15, 2010 01:15:08 Donghwa Lee wrote: >> On Tuesday, September 14, 2010 20:48:11 Mike Frysinger wrote: >>> On Tuesday, September 14, 2010 03:38:11 Donghwa Lee wrote: This patch adds basic support for spi

Re: [U-Boot] [PATCH 12/26] ARM: add relocation support

2010-09-15 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: > Le 11/08/2010 20:16, Heiko Schocher a écrit : > >> diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c >> index 54519b0..88c6427 100644 >> --- a/arch/arm/lib/board.c >> +++ b/arch/arm/lib/board.c > >> +init_fnc_t *init_sequence[] = { > > Tested this co

Re: [U-Boot] [PATCH] S5P: new spi gpio bitbang driver

2010-09-15 Thread Mike Frysinger
On Wednesday, September 15, 2010 22:38:18 Donghwa Lee wrote: > I had checked blackfin gpio framework. Blackfin includes only maximum 20 > ports, 160 pins, but, s5pc110 includes about 53 banks and 415 gpio pins. why does the # of pins matter ? the id is an "unsigned" value which easily accommodat

Re: [U-Boot] [PATCH next] silence awk command display during build

2010-09-15 Thread Mike Frysinger
On Wednesday, September 15, 2010 17:25:25 Wolfgang Denk wrote: > Mike Frysinger wrote: > > i dont really want this to be completely silenced all the time. > > introduce a variable to prefix things with for people to control ? > > Q_BUILD = @ > > ... > > > > $(Q_BUILD). > > NAK. Please do

[U-Boot] cuImage and multi image?

2010-09-15 Thread Shawn Jin
Hi, I have a cuImage kernel in order to support legacy u-boot and a ramdisk image. Kernel boots fine if these two images are separate and "bootm $kernel $ramdisk" is used. But I can not make it to work using a single multi image that contains the kernel and ramdisk images. Is it even technically p

Re: [U-Boot] [PATCH 12/26] ARM: add relocation support

2010-09-15 Thread Alessandro Rubini
Hello Heiko. > Hmm.. at this place code is not relocated! So it should be executed > on the right address. May I say this is a huge step back from the non-relocation case? One of the things I love(d) with u-boot (at least the ARM one) is that I could place it in flash at any address and it would

[U-Boot] U-Boot debug - Error

2010-09-15 Thread manojatl
We are using tool chain gnuarm 3.4.3 to compile U-Boot 1.1.6 for SMDK2400 board (ARM 9). The commands were as follows. make distclean make smdk2400_config make We are able to successfully generate u-boot.The tool chain have build