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

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

[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,

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 erto...@i-winix.com 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

[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|

[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 +-

[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. Please

[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 k...@koi8.net + * + * Changes for

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 k...@koi8.net --- 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

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 k...@koi8.net --- 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

[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

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| 82

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 +

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)) regardless of if

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

2009-02-09 Thread Wolfgang Denk
Dear Maphin Philip, In message b31281a40902090329r2e801076nedadf20c36570...@mail.gmail.com 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

[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

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

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini rub...@unipv.it This trivially enables Ethernet support in the debug board by setting up the proper chip select. Signed-off-by: Alessandro Rubini rub...@unipv.it Acked-by: Andrea Gallo andrea.ga...@stnwireless.com --- board/st/nmdk8815/nmdk8815.c |5 -

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

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini rub...@unipv.it 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 rub...@unipv.it Acked-by: Andrea

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 ga...@kernel.crashing.org Looks good, so: Acked-by: Stefan Roese s...@denx.de Best

[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

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 systems

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 of if it's really do

[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 ya...@emcraft.com --- drivers/net/Makefile |1 + drivers/net/dnet.c | 396 ++ drivers/net/dnet.h | 166 +

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 request

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 ya...@emcraft.com --- drivers/net/Makefile |1 + drivers/net/dnet.c | 396 ++ drivers/net/dnet.h | 166 +

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 ya...@emcraft.com --- 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 ya...@emcraft.com --- Ben If it's ok with you I'll apply it at the same time of the board

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_mtc support and

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 specific

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+xwh6DxRb9e5B9

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+9NRIJIvmVYW4MQsT9k

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

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

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 ++-

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 this

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

2009-02-09 Thread Wolfgang Denk
Dear adam.cartwri...@bossmail.de, In message e1lwxyn-0001jo...@www11.emo.freenet-rz.de 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

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

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

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

2009-02-09 Thread Alessandro Rubini
From: Alessandro Rubini rub...@unipv.it 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 rub...@unipv.it Acked-by: Andrea

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) 2009 Sergey

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 k...@koi8.net --- 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 d4fd46d3b2d27747b728da37fad3ebca3732d837.1231154122.git.mon...@monstr.eu you wrote: From: Michal Simek mon...@monstr.eu Signed-off-by: Michal Simek mon...@monstr.eu --- drivers/net/Makefile |4 ++-- 1 files changed, 2

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 here?

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 k...@koi8.net --- 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 rub...@unipv.it 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

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 number

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 bec...@kernel.crashing.org ---

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

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.

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 were

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

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 bec...@kernel.crashing.org --- include/configs/MPC8641HPCN.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang

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 we

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 ga...@kernel.crashing.org ---

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)

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 works as

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 h...@denx.de --- cpu/mpc8260/serial_smc.c | 54 +++-- 1 files changed, 18 insertions(+), 36 deletions(-) Applied, thanks. Best regards, Wolfgang Denk

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 mainline.

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 w...@denx.de: Dear =?UTF-8?B?SsO8cmdlbiBTY2jDtnc=?=, In message 20090104225830.7e936...@schleppi.schoew.net you wrote: --===1974869777== Content-Type: multipart/signed;

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

2009-02-09 Thread Wolfgang Denk
Dear k...@koi8.net, In message pine.lnx.4.64ksi.0902091353360.32...@home-gw.koi8.net 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

[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

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: No,

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 pine.lnx.4.64ksi.0902091353360.32...@home-gw.koi8.net 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

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 ga...@kernel.crashing.org 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

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 ga...@kernel.crashing.org 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

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 ga...@kernel.crashing.org 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 ga...@kernel.crashing.org Applied,

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 ga...@kernel.crashing.org 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.

[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

[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.

[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

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

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- 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

[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 vap...@gentoo.org --- 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 +++

[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

[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 vap...@gentoo.org --- lib_blackfin/board.c |2 +- 1 files changed, 1 insertions(+),

[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 vap...@gentoo.org --- lib_blackfin/Makefile |1 + lib_blackfin/cmd_cache_dump.c | 145 + 2

[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 vap...@gentoo.org --- include/asm-blackfin/blackfin-config-pre.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git

[U-Boot] [PATCH 07/42] Blackfin: drop SPORT_TX read helper macros

2009-02-09 Thread Mike Frysinger
The SPORT_TX registers cannot be read (the hardware will trigger an error), so drop the read helper macros. Signed-off-by: Mike Frysinger vap...@gentoo.org --- .../mach-bf527/ADSP-EDN-BF52x-extended_cdef.h |2 -- .../mach-bf537/ADSP-EDN-BF534-extended_cdef.h |2 --

[U-Boot] [PATCH 06/42] Blackfin: unify duplicate CPU port definitions

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/asm-blackfin/mach-bf527/ports.h | 75 +- include/asm-blackfin/mach-bf533/ports.h | 18 +-- include/asm-blackfin/mach-bf537/ports.h | 56 +--- include/asm-blackfin/mach-bf548/ports.h |

[U-Boot] [PATCH 08/42] Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- .../mach-bf527/ADSP-EDN-BF52x-extended_cdef.h |6 +++--- .../mach-bf537/ADSP-EDN-BF534-extended_cdef.h |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

[U-Boot] [PATCH 09/42] Blackfin: simplify symbol_lookup() a bit

2009-02-09 Thread Mike Frysinger
No need to skip a byte as the symbol table handles this. Signed-off-by: Mike Frysinger vap...@gentoo.org --- cpu/blackfin/traps.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/blackfin/traps.c b/cpu/blackfin/traps.c index a2c6f1e..2121b0e 100644 ---

[U-Boot] [PATCH 11/42] Blackfin: handle reboot anomaly 432

2009-02-09 Thread Mike Frysinger
Workaround anomaly 432: The bfrom_SysControl() firmware function does not clear the SIC_IWR1 register before executing the PLL programming sequence. Therefore, any interrupt enabled in the SIC_IWR1 register prior to the call to bfrom_SysControl() can prematurely terminate the idle sequence

[U-Boot] [PATCH 12/42] Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers

2009-02-09 Thread Mike Frysinger
If the board config does not specify an explicit EBIU_SDBCTL value, set it up with sane values based on other configuration options. Signed-off-by: Mike Frysinger vap...@gentoo.org --- cpu/blackfin/initcode.c | 33 + 1 files changed, 33 insertions(+), 0

[U-Boot] [PATCH 13/42] Blackfin: do not program voltage regulator on parts that do not have one

2009-02-09 Thread Mike Frysinger
Some newer Blackfins (like the BF51x) do not have an on-chip voltage regulator, so do not attempt to program the memory as if it does. Signed-off-by: Mike Frysinger vap...@gentoo.org --- cpu/blackfin/initcode.c | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-)

[U-Boot] [PATCH 10/42] Blackfin: kill off LDR jump block

2009-02-09 Thread Mike Frysinger
The Boot ROM uses EVT1 as the entry point so set that rather than having to use a tiny jump block in the default EVT1 location. Signed-off-by: Mike Frysinger vap...@gentoo.org --- blackfin_config.mk |1 + board/bf533-ezkit/u-boot.lds.S |5 ++--- board/bf533-stamp/u-boot.lds.S

[U-Boot] [PATCH 14/42] Blackfin: put memory into self-refresh before/after programming clocks

2009-02-09 Thread Mike Frysinger
When initializing the core clocks, stick external memory into self-refresh. This gains us a few cool things: - support suspend-to-RAM with Linux - reprogram clocks automatically when doing go on u-boot.bin in RAM - make sure settings are stable before flashing new version - finally fully unify

[U-Boot] [PATCH 17/42] Blackfin: bf533-stamp: bump up default clocks

2009-02-09 Thread Mike Frysinger
Since the hardware can handle it, bump the default clocks from 80mhz SCLK and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bf533-stamp.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 18/42] Blackfin: make sure autoconf.mk is generated early enough

2009-02-09 Thread Mike Frysinger
We use things from autoconf.mk in the top level Makefile, so it needs to exist before doing a top level make. Otherwise, the top level make env does not get the values in the autoconf.mk. Signed-off-by: Mike Frysinger vap...@gentoo.org --- Makefile |2 ++ 1 files changed, 2 insertions(+), 0

[U-Boot] [PATCH 16/42] Blackfin: bf533-stamp: rewrite startup LED notifications

2009-02-09 Thread Mike Frysinger
Again, don't clobber pins that we aren't actually using, and use the common LED framework rather than our own hob-job-but-not-really-working. Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/bf533-stamp/bf533-stamp.c | 62 ++-

[U-Boot] [PATCH 19/42] Blackfin: new spibootldr command

2009-02-09 Thread Mike Frysinger
Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes, so add a new 'spibootldr' command to take advantage of it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/Makefile |1 + common/cmd_spibootldr.c |

[U-Boot] [PATCH 20/42] Blackfin: add clkin_hz= to default kernel command line for ADI boards

2009-02-09 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bfin_adi_common.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index b714d32..c89253d 100644 ---

[U-Boot] [PATCH 21/42] Blackfin: bf537-stamp: bump default SCLK up to 125MHz

2009-02-09 Thread Mike Frysinger
Since all of the bf537-stamp and bf537-ezkit boards out there can handle it, increase the speed of SCLK to 125MHz rather than 100MHz. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bf537-stamp.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 22/42] Blackfin: bf537-stamp: increase monitor size

2009-02-09 Thread Mike Frysinger
The new jffs2 code pushed the code size just over the limit, so increase the limit a bit more. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/configs/bf537-stamp.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/bf537-stamp.h

  1   2   >