[U-Boot] [PATCH 42/42] Blackfin: ibf-dsp561: new board port

2009-02-09 Thread Mike Frysinger
From: Hoan Hoang Signed-off-by: Hoan Hoang Signed-off-by: Mike Frysinger --- MAINTAINERS |5 ++ MAKEALL |1 + Makefile |3 + board/ibf-dsp561/.gitignore |1 + board/ibf-dsp561/Makefile | 57 b

Re: [U-Boot] [PATCH] mflash u-boot support (a little change)

2009-02-09 Thread unsik Kim
Hello? I fixed miscalculated total sectors when using reserve area feature. Also I changed CONFIG_MG_DISK_RES's unit to KB. (Byte is too small and also needs sector size alignment.) Any comments will be appreciated. Signed-off-by: unsik Kim --- common/Makefile |2 + common/cmd

Re: [U-Boot] [PATCH 2/3] Add support W90P710 EMC interface

2009-02-09 Thread Ben Warren
Hi Konstantin, Vovk Konstantin wrote: > This will add Ethernet interfacse to uBoot > W90P710 ARM SoC port. If you want reset > and initialize PHY KSZ8001 after MAC init, > simply add CONFIG_RESET_PHY_R define in your > board configuration file. In most cases this is > not necessarily. > --- > dr

[U-Boot] Pull request - net

2009-02-09 Thread Ben Warren
Wolfgang, The following changes since commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023: Heiko Schocher (1): 82xx serial, smc: Coding-Style cleanup serial SMC driver are available in the git repository at: git://git.denx.de/u-boot-net.git master Andy Fleming (1): tsec: Fix a

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

2009-02-09 Thread Magnus Lilja
Hi Wolfgang, 2009/2/9 Wolfgang Denk : > Dear Magnus Lilja, > > In message <1219998982-21289-4-git-send-email-lilja.mag...@gmail.com> you > wrote: >> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and >> MC13873 RTC support is enabled by this patch. >> >> Booting from NAND is

Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-09 Thread Alessandro Rubini
>> cpu/arm926ejs/nomadik/nand.c | >> 221 > This driver should go into drivers/mtd/nand instead. I've seen a lot of nand.c in board directories and three of them in cpu directories (cpu/arm920t/s3c24x0/nand.c cpu/arm926ejs/nomadik/nand.c cpu/arm926ej

Re: [U-Boot] [PATCH v3] Add support for the digsy MTC board.

2009-02-09 Thread Grzegorz Bernacki
Ben Warren wrote: >> > I just posted a patch. Please let me know what you think. > Patch looks good. I tested it on motionpro, tqm5200 and digsy_mtc and it works fine. Wolfgang, Since my patch with digsy_mtc support and Ben's patch touch the same file, I think that maybe the best solution i

Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-09 Thread Stefan Roese
On Monday 09 February 2009, Alessandro Rubini wrote: > >> cpu/arm926ejs/nomadik/nand.c | > >> 221 > > > > This driver should go into drivers/mtd/nand instead. > > I've seen a lot of nand.c in board directories and three of them in > cpu directories (cpu

[U-Boot] usbtty-upload issue

2009-02-09 Thread arjun rath
Hi all, I working on usb console(usbtty).After a long time i got boot-prompt through usbtty(ttyACM0).But the pblm is if I try to send zImage to the target, it continues for some time, and connection gets lost. Rest of the all command are working fine. Not, sure why this is happening. Please, sug

Re: [U-Boot] support the Pentium M (Dothan) boot on U-boot?

2009-02-09 Thread Graeme Russ
Hi Yongda, On Mon, Feb 9, 2009 at 5:15 PM, Yongda Shin wrote: > I will development the embedded system based on Intel Pentium M (Dothan). > On U-boot x86, it is support the pentium M (Dothan) CPU? U-Boot has generic x86 (486+) so there is no reason why it would not work on a Pentium M CPU. I don

[U-Boot] [PATCH 1/3] Add support for W90P710 ARM7 SoC

2009-02-09 Thread Vovk Konstantin
Add support for CPU and serial communication. Interrupt not used for work with Timer0. Serial communication configured for UART0. --- cpu/arm720t/cpu.c | 48 ++- cpu/arm720t/interrupts.c| 82 +++- cpu/arm720t/serial.c| 1

[U-Boot] [PATCH 2/3] Add support W90P710 EMC interface

2009-02-09 Thread Vovk Konstantin
This will add Ethernet interfacse to uBoot W90P710 ARM SoC port. If you want reset and initialize PHY KSZ8001 after MAC init, simply add CONFIG_RESET_PHY_R define in your board configuration file. In most cases this is not necessarily. --- drivers/net/Makefile |5 +- drivers/net/w90p710

[U-Boot] [PATCH 3/3] Add W90P1board based on W90P710 ARM SoC

2009-02-09 Thread Vovk Konstantin
W90P1 board support NAND and NOR Flash, IDE interface, optional LED for visualization. Changed makefile in /examples folder for support W90P710 SoC. --- MAINTAINERS | 13 ++- MAKEALL |1 + Makefile|3 + board/w90p1/Makefile

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > This is the first attempt of multi-adapter multi-bus I2C subsystem rework > for U-Boot. > > This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :) > > relevant parts are changed -- config files for all boards affected, lib_xxx, > board/* etc. > >

[U-Boot] u-boot -kernel-

2009-02-09 Thread Maphin Philip
how to see u-boot kernel logging? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] PATCH 2/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: [...] > diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c > index ce646fd..f7998e3 100644 > --- a/drivers/i2c/fsl_i2c.c > +++ b/drivers/i2c/fsl_i2c.c > @@ -1,4 +1,8 @@ > /* > + * Copyright (c) 2009 Sergey Kubushyn > + * > + * Changes for multibus/multiada

Re: [U-Boot] PATCH 3/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > Signed-off-by: Sergey Kubushyn > --- > diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c > index da6cec1..f0c1771 100644 > --- a/drivers/i2c/soft_i2c.c > +++ b/drivers/i2c/soft_i2c.c > @@ -1,4 +1,8 @@ > /* > + * Copyright (c) 2009 Sergey Kubushy

Re: [U-Boot] PATCH 4/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Heiko Schocher
Hello ksi k...@koi8.net wrote: > Signed-off-by: Sergey Kubushyn > --- > diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c > index da6cec1..f0c1771 100644 > --- a/drivers/i2c/soft_i2c.c > +++ b/drivers/i2c/soft_i2c.c > @@ -1,4 +1,8 @@ > ? Wasn't this in patch 3/8 bye heiko --

[U-Boot] fw_setenv not working

2009-02-09 Thread M SANDEEP-TVF386
Hi, im currently trying to set the u-boot environment variables by using fw_setenv. i hope my configuration everything is fine.. as im getting proper crc check and able to print environment variables, but not able to set using fw_setenv, as im getting the following error. CRC error on /dev/mtd0

Re: [U-Boot] [PATCH 2/3][v3] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ilya Yanok
Hi Ben, thanks for review. Ben Warren wrote: >> @@ -69,6 +70,7 @@ COBJS-$(CONFIG_ULI526X) += uli526x.o >> COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o >> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o >> COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o >> +COBJS-$(CONFIG_SH_ETHER) += sh_eth.o >

Re: [U-Boot] [PATCH 1/3] Add support for W90P710 ARM7 SoC

2009-02-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:08 Mon 09 Feb , Vovk Konstantin wrote: > Add support for CPU and serial communication. > Interrupt not used for work with Timer0. > Serial communication configured for UART0. > --- > cpu/arm720t/cpu.c | 48 ++- > cpu/arm720t/interrupts.c| 8

Re: [U-Boot] [PATCH 2/3] Add support W90P710 EMC interface

2009-02-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:10 Mon 09 Feb , Vovk Konstantin wrote: > This will add Ethernet interfacse to uBoot > W90P710 ARM SoC port. If you want reset > and initialize PHY KSZ8001 after MAC init, > simply add CONFIG_RESET_PHY_R define in your > board configuration file. In most cases this is > not necessarily. >

Re: [U-Boot] [PATCH 3/3] Add W90P1board based on W90P710 ARM SoC

2009-02-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:13 Mon 09 Feb , Vovk Konstantin wrote: > W90P1 board support NAND and NOR Flash, IDE interface, > optional LED for visualization. Changed makefile > in /examples folder for support W90P710 SoC. > --- > MAINTAINERS | 13 ++- > MAKEALL |1 + > M

Re: [U-Boot] [PATCH 2/3][v3] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Wolfgang Denk
Dear Ilya, In message <49902403.2010...@emcraft.com> you wrote: > ... > >> +u32 TX_JUMBO_CNT; > >> +u32 TX_BYTE_CNT; > >> +} __attribute__((packed)); > >> > > Why is this packed? All fields are 32-bit aligned already. > > Generally, I prefer declaring such structures with ((packed))

Re: [U-Boot] u-boot -kernel-

2009-02-09 Thread Wolfgang Denk
Dear Maphin Philip, In message you wrote: > > how to see u-boot kernel logging? Assuming you have log support enabled, and both U-Boot and your Linux kernel agree on a shared log buffer, you can simply use the "log show" command. Best regards, Wolfgang Denk -- DENX Software Engineering Gmb

[U-Boot] [PATCH 0/3] Drivers for nomadik 8815 board

2009-02-09 Thread Alessandro Rubini
I reformatted the patches as a patch series, splitting out creation of the header file (I'm sure marking it as "nand driver" was not good)/ Second and third patch depend on first one but are independent. Alessandro Rubini (4): Added nomadik.h header Nand driver for Nomadik SoC Enable Ethern

[U-Boot] [PATCH 1/3] Added nomadik.h header

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- include/configs/nmdk8815.h | 24 ++-- include/nomadik.h | 39 +++ 2 files changed, 41 insertions(+), 22 deletions(-) create mode 100644 incl

[U-Boot] [PATCH 3/3] Enable Ethernet for Nomadik 8815 Evaluation Kit

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini This trivially enables Ethernet support in the debug board by setting up the proper chip select. Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- board/st/nmdk8815/nmdk8815.c |5 - include/configs/nmdk8815.h |3 +++ 2 files changed, 7 insertion

[U-Boot] [PATCH 2/3] Nand driver for Nomadik SoC

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini This driver implements the ECC algorithm described in the CPU data sheet and uses the OOB layout chosen in already-released development systems (shipped with a custom-made u-boot 1.3.1). Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- drivers/mtd/nand/Makef

Re: [U-Boot] fw_setenv not working

2009-02-09 Thread Wolfgang Denk
Dear "M SANDEEP-TVF386", In message <0a01463223b8164194908cac85b66a1203414...@zmy16exm67.ds.mot.com> you wrote: > > im currently trying to set the u-boot environment variables by using > fw_setenv. i hope my configuration everything is fine.. as im getting > proper crc check and > able to print

Re: [U-Boot] [PATCH 2/2] ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h

2009-02-09 Thread Stefan Roese
On Friday 06 February 2009, Kumar Gala wrote: > Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent > between the two current users (lib_ppc/board.c, 44x SPD DDR2). > > Signed-off-by: Kumar Gala Looks good, so: Acked-by: Stefan Roese Best regards, Stefan ===

[U-Boot] DNS Resolution for serverip-environment-variable?

2009-02-09 Thread adam . cartwright
Hi, is it possible to set the hostname instead of the ipaddress for the serverip-environment-variable. So that I can load the os-image from an tftp-server with dynamic ipaddress. Thank you Gesendet von freenetMail- Mehr als nur eine E-Mail-Adresse http://email.freenet.de/dienste/emailoffice/pro

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Kumar Gala
On Feb 3, 2009, at 6:10 PM, Becky Bruce wrote: > Because the inbound pci windows are mapped generously, set up > the more specific outbound windows first. This way, when we > search the pci regions for something, we will hit on the more > specific region. This can actually be a problem on syste

Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-09 Thread Scott Wood
On Sun, Feb 08, 2009 at 12:19:56AM +0100, Alessandro Rubini wrote: > +static inline int parity(int b) /* b is really a byte; returns 0 or ~0 */ If it's really a byte, then why not tell the compiler this with uint8_t? > +{ > + __asm__ __volatile__( > + "eor %0, %0, %0, lsr #4\n\t

Re: [U-Boot] [PATCH 2/3][v3] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ilya Yanok
Hi Wolfgang, Wolfgang Denk wrote: +u32 TX_JUMBO_CNT; +u32 TX_BYTE_CNT; +} __attribute__((packed)); >>> Why is this packed? All fields are 32-bit aligned already. >>> >> Generally, I prefer declaring such structures with ((packed)) regardless >>

[U-Boot] [PATCH 2/3][v4] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ilya Yanok
Driver for Dave DNET ethernet controller (used on Dave/DENX QongEVB-LITE board). Signed-off-by: Ilya Yanok --- drivers/net/Makefile |1 + drivers/net/dnet.c | 396 ++ drivers/net/dnet.h | 166 + include/netdev.h |

Re: [U-Boot] DaVinci Evaluation Platforms

2009-02-09 Thread Maupin, Chase
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Ing.G.Morandi (Portatile) > Sent: Friday, February 06, 2009 12:56 PM > To: u-boot users > Subject: [U-Boot] DaVinci Evaluation Platforms > > Dear Friends, > > I apologize if my

Re: [U-Boot] [PATCH 2/3][v3] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ilya Yanok
Hello All, Sorry guys, it looks like I posted the wrong version. Please discard [v4] patch. I'll post [v5] version soon. Regards, Ilya. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/3][v5] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ilya Yanok
Driver for Dave DNET ethernet controller (used on Dave/DENX QongEVB-LITE board). Signed-off-by: Ilya Yanok --- drivers/net/Makefile |1 + drivers/net/dnet.c | 396 ++ drivers/net/dnet.h | 166 + include/netdev.h |

Re: [U-Boot] [PATCH 2/3][v5] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:45 Mon 09 Feb , Ilya Yanok wrote: > Driver for Dave DNET ethernet controller (used on Dave/DENX > QongEVB-LITE board). > > Signed-off-by: Ilya Yanok > --- Ben If it's ok with you I'll apply it at the same time of the board Best Regards, J. __

Re: [U-Boot] [PATCH 2/3][v5] dnet: driver for Dave DNET ethernet controller

2009-02-09 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 18:45 Mon 09 Feb , Ilya Yanok wrote: > >> Driver for Dave DNET ethernet controller (used on Dave/DENX >> QongEVB-LITE board). >> >> Signed-off-by: Ilya Yanok >> --- >> > Ben If it's ok with you I'll apply it at the same time of the board > >

Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-09 Thread Alessandro Rubini
> From: Scott Wood Unfortunately freescale.com i.e. mail.global.frontbridge.com i.e. microsoft has blacklisted me. I'm trying to do what they say but I fear you won't get direct email. >> +static inline int parity(int b) /* b is really a byte; returns 0 or ~0 */ > > If it's really a byte, then

Re: [U-Boot] [PATCH v3] Add support for the digsy MTC board.

2009-02-09 Thread Ben Warren
Grzegorz Bernacki wrote: > Ben Warren wrote: > >>> >>> >> I just posted a patch. Please let me know what you think. >> >> > > Patch looks good. I tested it on motionpro, tqm5200 and digsy_mtc > and it works fine. > > Excellent! Thanks. > Wolfgang, > Since my patch with digsy

Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-09 Thread Scott Wood
Alessandro Rubini wrote: >> From: Scott Wood > > Unfortunately freescale.com i.e. mail.global.frontbridge.com i.e. microsoft > has blacklisted me. I'm trying to do what they say but I fear you won't > get direct email. Hmm, I've e-mailed the postmaster inquiring as to why. Is there a specific

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Mon, 9 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > This is the first attempt of multi-adapter multi-bus I2C subsystem rework > > for U-Boot. > > > > This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :) > > > > relevant parts are changed -- conf

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Becky Bruce
On Feb 9, 2009, at 9:50 AM, Kumar Gala wrote: > > On Feb 3, 2009, at 6:10 PM, Becky Bruce wrote: > >> Because the inbound pci windows are mapped generously, set up >> the more specific outbound windows first. This way, when we >> search the pci regions for something, we will hit on the more >> s

Re: [U-Boot] support the Pentium M (Dothan) boot on U-boot?

2009-02-09 Thread Wolfgang Denk
Dear Yongda Shin, In message <498fc9eb.9080...@i-winix.com> you wrote: > I will development the embedded system based on Intel Pentium M (Dothan). > On U-boot x86, it is support the pentium M (Dothan) CPU? Not yet, you have a lot of work in front of you when you attempt such a port. Good luck!

Re: [U-Boot] [patch V3] [2/3] ip3912 network driver

2009-02-09 Thread Wolfgang Denk
Dear =?UTF-8?B?SsO8cmdlbiBTY2jDtnc=?=, In message <20090104225616.40274...@schleppi.schoew.net> you wrote: > --===0063675513== > Content-Type: multipart/signed; boundary="Sig_/p.d_N5rCt+xwh6DxRb9e5B9"; > protocol="application/pgp-signature"; micalg=PGP-SHA1 > > --Sig_/p.d_N5rCt+xwh6D

Re: [U-Boot] [patch V3] [3/3] firetux board support

2009-02-09 Thread Wolfgang Denk
Dear =?UTF-8?B?SsO8cmdlbiBTY2jDtnc=?=, In message <20090104225830.7e936...@schleppi.schoew.net> you wrote: > --===1974869777== > Content-Type: multipart/signed; boundary="Sig_/7=Xl+9NRIJIvmVYW4MQsT9k"; > protocol="application/pgp-signature"; micalg=PGP-SHA1 > > --Sig_/7=Xl+9NRIJIvmVY

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-09 Thread Wolfgang Denk
Dear mon...@monstr.eu, In message you wrote: > From: Michal Simek > > > Signed-off-by: Michal Simek > --- > drivers/net/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/Makefile b/drivers/net/Makefile > index 631336a..128dc11 100644 > -

Re: [U-Boot] [PATCH 1/3] Add support for W90P710 ARM7 SoC

2009-02-09 Thread Wolfgang Denk
Dear Vovk Konstantin, In message <49900eaf.7090...@svitonline.com> you wrote: > Add support for CPU and serial communication. > Interrupt not used for work with Timer0. > Serial communication configured for UART0. > --- > cpu/arm720t/cpu.c | 48 ++- > cpu/arm720t/int

Re: [U-Boot] [PATCH 2/3] Add support W90P710 EMC interface

2009-02-09 Thread Wolfgang Denk
Dear Vovk Konstantin, In message <49900f21.3020...@svitonline.com> you wrote: > This will add Ethernet interfacse to uBoot > W90P710 ARM SoC port. If you want reset > and initialize PHY KSZ8001 after MAC init, > simply add CONFIG_RESET_PHY_R define in your > board configuration file. In most cases

Re: [U-Boot] DNS Resolution for serverip-environment-variable?

2009-02-09 Thread Wolfgang Denk
Dear adam.cartwri...@bossmail.de, In message you wrote: > > is it possible to set the hostname instead of the ipaddress for the > serverip-environment-variable. So that I can load the os-image from > an tftp-server with dynamic ipaddress. Yes, of course this is possible. You will have to impleme

Re: [U-Boot] DaVinci Evaluation Platforms

2009-02-09 Thread Wolfgang Denk
Dear "Ing.G.Morandi \(Portatile\)", In message <61843392e6064a988c0861608c828...@thinkpad01> you wrote: > > Anybody knows if such board has been integrated (completely or not) into > ELDK? And more, is there any of You that can give me suggestions if there > could be any other open source valid

[U-Boot] [PATCH 1/1 v3] ppc4xx: Autocalibration can set RDCC to over aggressive value.

2009-02-09 Thread Adam Graham
The criteria of the AMCC SDRAM Controller DDR autocalibration U-Boot code is to pick the largest passing write/read/compare window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample Cycle Select value. On some Kilauea boards the DDR autocalibration algorithm can find a large passing write/re

Re: [U-Boot] DaVinci Evaluation Platforms

2009-02-09 Thread Ing.G.Morandi (Portatile)
Dear friends, thanks to everyone for your suggestions, > Wolfgang Denk wrote > The ELDK will work fine with such a board - you just need to use the > ELDk with a kernel tree which has the Davinci support included. Do You have any hint to give me where I can get such kernel? Thank again Rega

Re: [U-Boot] [PATCH 2/3] Nand driver for Nomadik SoC

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini This driver implements the ECC algorithm described in the CPU data sheet and uses the OOB layout chosen in already-released development systems (shipped with a custom-made u-boot 1.3.1). Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- Changes from previous

Re: [U-Boot] PATCH 2/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Mon, 9 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > [...] > > diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c > > index ce646fd..f7998e3 100644 > > --- a/drivers/i2c/fsl_i2c.c > > +++ b/drivers/i2c/fsl_i2c.c > > @@ -1,4 +1,8 @@ > > /* > > + * Copyright (c

Re: [U-Boot] PATCH 4/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Mon, 9 Feb 2009, Heiko Schocher wrote: > Hello ksi > > k...@koi8.net wrote: > > Signed-off-by: Sergey Kubushyn > > --- > > diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c > > index da6cec1..f0c1771 100644 > > --- a/drivers/i2c/soft_i2c.c > > +++ b/drivers/i2c/soft_i2c.c > >

Re: [U-Boot] [PATCH 1/2] net: Sort Makefile labels

2009-02-09 Thread Ben Warren
Wolfgang Denk wrote: > Dear mon...@monstr.eu, > > In message > > you wrote: > >> From: Michal Simek >> >> >> Signed-off-by: Michal Simek >> --- >> drivers/net/Makefile |4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/net/Makefile b/drivers/net/Mak

Re: [U-Boot] [PATCH 1/1] arm: add uart dcc support

2009-02-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090207143822.ga17...@game.jcrosoft.org> you wrote: > On 14:03 Sat 07 Feb , Dirk Behme wrote: > > Dear Jean-Christophe, > > > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > Do you like to add some words going to git describing this patch h

Re: [U-Boot] PATCH 3/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Mon, 9 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > Signed-off-by: Sergey Kubushyn > > --- > > diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c > > index da6cec1..f0c1771 100644 > > --- a/drivers/i2c/soft_i2c.c > > +++ b/drivers/i2c/soft_i2c.c >

Re: [U-Boot] [PATCH 2/3] Nand driver for Nomadik SoC

2009-02-09 Thread Scott Wood
Alessandro Rubini wrote: > From: Alessandro Rubini > > This driver implements the ECC algorithm described in > the CPU data sheet and uses the OOB layout chosen in > already-released development systems (shipped with a custom-made > u-boot 1.3.1). > > Signed-off-by: Alessandro Rubini > Acked-by

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

2009-02-09 Thread Wolfgang Denk
Dear Magnus Lilja, In message <1219998982-21289-4-git-send-email-lilja.mag...@gmail.com> you wrote: > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > MC13873 RTC support is enabled by this patch. > > Booting from NAND is not supported yet so U-boot relies on some other

Re: [U-Boot] [PATCH] USB: Remove LUN number from CDB

2009-02-09 Thread Wolfgang Denk
Dear Remy, In message <19f8576c6e063c45be387c64729e739403e5ca6...@dbde02.ent.ti.com> "Abraham, Thomas" wrote: > > The LUN number is not part of the Command Descriptor Block (CDB) for scsi > inquiry, request sense, test unit ready, read capacity and read10 commands. > This patch removes the LUN

Re: [U-Boot] [PATCH 0/3][v3] qong: support for Dave/DENX QongEVB-LITE

2009-02-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:59 Sun 08 Feb , Ilya Yanok wrote: > These patches add support for Dave/DENX QongEVB-LITE i.MX31-based > board. > > Signed-off-by: Ilya Yanok applied to u-boot-arm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH 2/2] mpc8641hpcn: Use physical address in flash banks defintion

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233614092-5480-2-git-send-email-bec...@kernel.crashing.org> you wrote: > If the VA and PA of the flash aren't the same, the banks list > should be initialized to hold the physical address. Correct this. > > Signed-off-by: Becky Bruce > --- > include/configs/MPC8

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-2-git-send-email-bec...@kernel.crashing.org> you wrote: > Because the inbound pci windows are mapped generously, set up > the more specific outbound windows first. This way, when we > search the pci regions for something, we will hit on the more > s

Re: [U-Boot] [PATCH 2/8] drivers/pci: Create pci_map_bar function

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-3-git-send-email-bec...@kernel.crashing.org> you wrote: > It is no longer always true that the pci bus address can be > used as the virtual address for pci accesses. pci_map_bar() > is created to return the virtual address for a pci region. > > Sig

Re: [U-Boot] [PATCH 3/8] powerpc: Move duplicated BAT defines to mmu.h

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-4-git-send-email-bec...@kernel.crashing.org> you wrote: > The BAT fields are architected; there's no need for these to be in > cpu-specific files. Drop the duplication and move these to > include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that

Re: [U-Boot] [PATCH 4/8] mpc86xx: Add support to populate addr map based on BATs

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-5-git-send-email-bec...@kernel.crashing.org> you wrote: > If CONFIG_ADDR_MAP is enabled, update the address map > whenever we write a bat. > > Signed-off-by: Becky Bruce > --- > cpu/mpc86xx/cpu_init.c | 27 +++ > include/

Re: [U-Boot] [PATCH 5/8] mpc8641hpcn: Clean up PCI mapping concepts

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-6-git-send-email-bec...@kernel.crashing.org> you wrote: > Clean up PCI mapping concepts in the 8641 config - rename _BASE > to _BUS, as it's actually a PCI bus address, separate virtual > and physical addresses into _VIRT and _PHYS, and use each > ap

Re: [U-Boot] [PATCH 7/8] drivers/block/ahci: Fix pci mapping bug

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-8-git-send-email-bec...@kernel.crashing.org> you wrote: > The code assumes that the pci bus address and the virtual > address used to access a region are the same, but they might > not be. Fix this assumption. > > Signed-off-by: Becky Bruce > ---

Re: [U-Boot] [PATCH 6/8] MPC8641HPCN: Enable CONFIG_ADDR_MAP

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-7-git-send-email-bec...@kernel.crashing.org> you wrote: > Signed-off-by: Becky Bruce > --- > include/configs/MPC8641HPCN.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Softw

Re: [U-Boot] [PATCH 8/8] mpc8641hpcn: Change PCI MEM pci bus address

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-9-git-send-email-bec...@kernel.crashing.org> you wrote: > Now that the rest of u-boot can support it, change the PCI bus > address of the PCI MEM regions from 0x8000 to 0xc000, > and use the same bus address for both PCI1 and PCI2. This will

Re: [U-Boot] [PATCH 1/2] Add an architecture specific config.h for common defines

2009-02-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1233888058-21503-1-git-send-email-ga...@kernel.crashing.org> you wrote: > We have common defines that we duplicate in various ways. Having an > arch specific config.h gives us a common location for those defines. > > Eventually we should be able to relace this when

Re: [U-Boot] [PATCH 2/2] ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h

2009-02-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1233888058-21503-2-git-send-email-ga...@kernel.crashing.org> you wrote: > Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent > between the two current users (lib_ppc/board.c, 44x SPD DDR2). > > Signed-off-by: Kumar Gala > --- > cpu/ppc4xx/44x_sp

Re: [U-Boot] [PATCH] ppc: Fix roll over bug in flush_cache()

2009-02-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1233929286-24413-1-git-send-email-ga...@kernel.crashing.org> you wrote: > If we call flush_cache(0xf000, 0x1000) it would never > terminate the loop since end = 0x and we'd roll over > our counter from 0xfe0 to 0 (assuming a 32-byte cache line) > > Si

Re: [U-Boot] 82xx serial, smc: add configurable SMC Rx buffer len

2009-02-09 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4982eaba.7090...@denx.de> you wrote: > This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN. > With this option it is possible to allow the receive > buffer for the SMC on 82xx to be greater then 1. In case > CONFIG_SYS_SMC_RXBUFLEN == 1 this driver wor

Re: [U-Boot] 82xx serial, smc: Coding-Style cleanup serial SMC driver

2009-02-09 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4982eadf.1010...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > cpu/mpc8260/serial_smc.c | 54 +++-- > 1 files changed, 18 insertions(+), 36 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- D

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Wolfgang Denk
Dear Heiko, In message <49901379.2050...@denx.de> you wrote: > > - I also think, we should have a u-boot-i2c.git or something like that > for this big change. So your patches go first in u-boot-i2c.git, and > everybody can try out your changes. And if all goes OK, then it is > ready for mai

Re: [U-Boot] [patch V3] [3/3] firetux board support

2009-02-09 Thread Jürgen Schöw
Hello Wolfgang Denk, Am Mon, 09 Feb 2009 21:07:29 +0100 schrieb Wolfgang Denk : > Dear =?UTF-8?B?SsO8cmdlbiBTY2jDtnc=?=, > > In message <20090104225830.7e936...@schleppi.schoew.net> you wrote: > > --===1974869777== > > Content-Type: multipart/signed; > > boundary="Sig_/7=Xl+9NRIJIvmV

Re: [U-Boot] PATCH 2/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > Why do you here substitute a "dev->" with "&i2c_dev[adap_no]"? > > Why not dev = &i2c_dev[adap_no] and you can let the dev-> unchanged. > > This eliminates one variable, dev. Another reason is uniformity through the > entire driver source. But it

[U-Boot] u-boot Atheros AP81 router platform, TP-Link (and others) possible GPL violation?

2009-02-09 Thread Stephen Gutknecht (hilltx)
Hello, Atheros makes an AP81 router hardware platform. Typically it includes: CPU: ar9130 or ar9132 (MIPS) Wireless: ar9102 or ar9103 LAN chips: mix and match as to the OEM making the board. So several of these systems have been identified. Mostly due to the fact that u-boot emits the

Re: [U-Boot] [patch V3] [3/3] firetux board support

2009-02-09 Thread Wolfgang Denk
Dear =?UTF-8?B?SsO8cmdlbiBTY2jDtnc=?=, In message <20090210005626.7db69...@schleppi.schoew.net> you wrote: > > I sure can understand that you cannot accept messages without SoB. > Isn't it sufficient to have them in the first mail ( [0/3] ) of the > patchset? There have been the following lines:

Re: [U-Boot] PATCH 2/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Tue, 10 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > > > Why do you here substitute a "dev->" with "&i2c_dev[adap_no]"? > > > Why not dev = &i2c_dev[adap_no] and you can let the dev-> unchanged. > > > > This eliminates one variable, dev. Another reaso

Re: [U-Boot] [PATCH 1/3] 85xx: Use BR_ADDR macro for NAND chipselects

2009-02-09 Thread Andy Fleming
On Fri, Jan 23, 2009 at 2:22 PM, Kumar Gala wrote: > Use the new BR_ADDR macro to properly setup the address field of the > localbus chipselects used by NAND. > > This allows us to deal with 36-bit phys on these boards in the future. > > Signed-off-by: Kumar Gala Applied, thanks

Re: [U-Boot] [PATCH 2/3] 85xx: Handle eLBC difference w/36-bit physical

2009-02-09 Thread Andy Fleming
On Fri, Jan 23, 2009 at 2:22 PM, Kumar Gala wrote: > The eLBC only handles 32-bit physical address in systems with 36-bit > physical. The previos generation of LBC handled 34-bit physical > address in 36-bit systems. Added a new CONFIG option to convey > the difference between the LBC and eLBC.

Re: [U-Boot] [PATCH 3/3] 85xx: Add a 36-bit physical configuration for MPC8572DS

2009-02-09 Thread Andy Fleming
On Fri, Jan 23, 2009 at 2:29 PM, Kumar Gala wrote: > > On Jan 23, 2009, at 2:22 PM, Kumar Gala wrote: > >> We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary >> to allow for larger memory sizes. >> >> Signed-off-by: Kumar Gala Applied, thanks Andy

Re: [U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link

2009-02-09 Thread Andy Fleming
On Fri, Feb 6, 2009 at 1:30 PM, Jerry Van Baren wrote: > Andy Fleming wrote: >> >> On Fri, Feb 6, 2009 at 7:32 AM, Jerry Van Baren >> wrote: >>> >>> Peter Tyser wrote: >> > The problem is that you don't always know which interface you have > hooked up. So u-boot tries the one set in etha

Re: [U-Boot] [PATCH 3/3] 85xx: Add a 36-bit physical configuration for MPC8572DS

2009-02-09 Thread Kumar Gala
On Feb 9, 2009, at 6:40 PM, Andy Fleming wrote: > On Fri, Jan 23, 2009 at 2:29 PM, Kumar Gala > wrote: >> >> On Jan 23, 2009, at 2:22 PM, Kumar Gala wrote: >> >>> We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary >>> to allow for larger memory sizes. >>> >>> Signed-off-by: K

[U-Boot] [PATCH] 85xx: Fix bug in device tree setup in 36-bit physical confg

2009-02-09 Thread Kumar Gala
In the 36-bit physical config for MPC8572DS when need the start address of memory and it size to be kept in phys_*_t instead of a ulong since we support >4G of memory in the config and ulong cant represent that. Otherwise we end up seeing the memory node in the device tree reporting back we have me

[U-Boot] [PATCH] 85xx: Fix address map for 36-bit config of MPC8572DS

2009-02-09 Thread Kumar Gala
When we introduced the 36-bit config of the MPC8572DS board we had the wrong PCI MEM bus address map. Additionally, the change to the address map exposes a small issue in our dummy read on the ULI bus. We need to use the new mapping functions to handle that read properly in the 36-bit config. Si

[U-Boot] U-boot level MPC8548 Ethernet internal/External Loop back testing

2009-02-09 Thread Ajeesh Kumar
Hi Wolfgang, We have a custom board with MPC8548E processor, please help me in suggesting/sharing Ethernet Internal/External Loopback testing code piece. Also any Phy level loop back too. Please do help me in this regard. Thanks, Ajeesh Kumar The information contained in this electronic mess

[U-Boot] [PATCH 01/42] Blackfin: update lockbox api according to latest documentation

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- include/asm-blackfin/mach-common/bits/lockbox.h | 70 +++--- 1 files changed, 35 insertions(+), 35 deletions(-) diff --git a/include/asm-blackfin/mach-common/bits/lockbox.h b/include/asm-blackfin/mach-common/bits/lockbox.h index 8b696f3..77f84

[U-Boot] [PATCH 02/42] Blackfin: safely flush data caches when in writeback mode

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- lib_blackfin/cache.c | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/lib_blackfin/cache.c b/lib_blackfin/cache.c index 1557864..0a321a4 100644 --- a/lib_blackfin/cache.c +++ b/lib_blackfin/cache.c

[U-Boot] [PATCH 00/42] Updates cookin for Blackfin for post 2009.03

2009-02-09 Thread Mike Frysinger
i might snip a simple fix or two for 2009.03, but this is stuff largely cookin for the release after 2009.03. we've got setting unification, cache fix ups, some core cleanups, and crap ton of new board ports. i'm posting this stuff now so it can get sorted out sooner rather than later. Hoan Hoan

[U-Boot] [PATCH 04/42] Blackfin: print out Flash: before checking it

2009-02-09 Thread Mike Frysinger
If there is some problem in the flash init/checking code, it's nicer to see the message "Flash:" before crashing. This way the source of the problem is a bit more straightforward. Signed-off-by: Mike Frysinger --- lib_blackfin/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[U-Boot] [PATCH 03/42] Blackfin: add cache_dump commands

2009-02-09 Thread Mike Frysinger
A few debug-type commands used to dump the raw icache/dcache data. Useful when trying to track down cache-related bugs. Signed-off-by: Mike Frysinger --- lib_blackfin/Makefile |1 + lib_blackfin/cmd_cache_dump.c | 145 + 2 files changed, 146

[U-Boot] [PATCH 05/42] Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX

2009-02-09 Thread Mike Frysinger
With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines are no longer used/needed. Signed-off-by: Mike Frysinger --- include/asm-blackfin/blackfin-config-pre.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/include/asm-blackfin/blackfin-config-pre

  1   2   >