Re: [U-Boot] [PATCH] 0/12 Multiadapter/multibus I2C

2009-02-15 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > On Sat, 14 Feb 2009, Heiko Schocher wrote: > > >> Hello ksi, >> >> k...@koi8.net wrote: >> >>> On Fri, 13 Feb 2009, Heiko Schocher wrote: >>> k...@koi8.net wrote: > Here is the second attempt for initial portion of multibus/mu

[U-Boot] How to implement a starting logo

2009-02-15 Thread 李志浩
Hi all, I want to display a starting logo on LCD when my board power up, does anyone has done this work on a ARM9 board. The U-Boot version I using is 1.1.1, the processor is AT91RM9200, and the display controller is SAMSUNG S1D13506. Can I implement this if I add "SPLSH SCREEN" support ac

[U-Boot] Pull request: u-boot-usb

2009-02-15 Thread Remy Bohmer
The following changes since commit 6b67962fd69ac0bcdf1a982669a029c2f0a7bcc1: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx are available in the git repository at: git://git.denx.de/u-boot-usb.git master Abraham, Thomas (1): USB: Remove LUN number f

Re: [U-Boot] How to implement a starting logo

2009-02-15 Thread Wolfgang Denk
Dear =?gb2312?B?wO7WvrrG?=, In message you wrote: > > I want to display a starting logo on LCD when my board power up, does anyone > has done this work on a ARM9 board. > > The U-Boot version I using is 1.1.1, the processor is AT91RM9200, and the > display controller is SAMSUNG S1D13506. >

[U-Boot] [PATCH] ppc4xx: Cleanup PMC405 board support

2009-02-15 Thread Matthias Fuchs
This patch fixes coding style for PMC405 board support. Also some unneeded features/code is removed. Signed-off-by: Matthias Fuchs --- board/esd/pmc405/pmc405.c | 95 --- include/configs/PMC405.h | 285 ++--- 2 files changed, 165 insertions

[U-Boot] [PATCH] ppc4xx: Update PMC405 board support

2009-02-15 Thread Matthias Fuchs
This patch prepares the good old PMC405 board support for upcoming PMC405V2 patches. Signed-off-by: Matthias Fuchs --- board/esd/pmc405/config.mk |6 + board/esd/pmc405/pmc405.c | 18 +++-- include/configs/PMC405.h | 58 ++-- 3 files

[U-Boot] [PATCH] fpga: Fix Spartan II FPGA booting

2009-02-15 Thread Matthias Fuchs
This patch does some minor fixing of the Xilinx Spartan II FPGA boot code: - Fixed call order of post configuration callback and success message printing (result of copy-paste?) - relocate post configuration callback only when it is implemented - remove obsolete comment - minor coding style cl

[U-Boot] [PATCH] fpga: Fix Spartan III FPGA booting

2009-02-15 Thread Matthias Fuchs
This patch does some minor fixing of the Xilinx Spartan III FPGA boot code: - Fixed call order of post configuration callback and success message printing (result of copy-paste?) - remove obsolete comment - minor coding style cleanup Signed-off-by: Matthias Fuchs --- drivers/fpga/spartan3.c |

Re: [U-Boot] [i2c] Please pull git://git.denx.de/u-boot-i2c.git

2009-02-15 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4993d54c.2010...@denx.de> you wrote: > The following changes since commit f15c6515fc23f83c51f3de272ca23d86b80e81b1: > Wolfgang Denk (1): > Coding style cleanup; update CHANGELOG > > are available in the git repository at: > > git://git.denx.de/u-boot-

Re: [U-Boot] [i2c] Please pull git://git.denx.de/u-boot-i2c.git

2009-02-15 Thread Wolfgang Denk
Dear Heiko Schocher, In message <499689a8.8080...@denx.de> you wrote: > The following changes since commit f15c6515fc23f83c51f3de272ca23d86b80e81b1: > Wolfgang Denk (1): > Coding style cleanup; update CHANGELOG > > are available in the git repository at: > > git://git.denx.de/u-boot-

Re: [U-Boot] Pull request: u-boot-usb

2009-02-15 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970902150818vb2ab3beueb814c6f76007...@mail.gmail.com> you wrote: > The following changes since commit 6b67962fd69ac0bcdf1a982669a029c2f0a7bcc1: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx > > are available in the g

Re: [U-Boot] Vitesse Phy not recognized VSC8211

2009-02-15 Thread hendrik
Andy Fleming wrote: > On Fri, Feb 13, 2009 at 6:36 AM, hendrik wrote: > >> Hi all >> >> When i included the struct as is the my board with the MPC8548 ver1 cpu >> worked correctly but the board with ver2 CPU does not work. >> A would appeciate any help >> > > In what way does it "not

[U-Boot] tftp not working

2009-02-15 Thread Afzal Nadirshah
Hi All, I have compiled u-boot-nand.bin for the canyonlands board.I flashed this image onto the nand flash and did a boot from NAND.I interrupted the u-boot and tried to do a tftp. But i get this error : No ethernet found. Could someone tell me where to enable ethernet in the

Re: [U-Boot] [PATCH] 7/12 Multiadapter/multibus I2C, drivers part 4

2009-02-15 Thread ksi
On Sun, 15 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > On Sat, 14 Feb 2009, Heiko Schocher wrote: > > > > > >> Hello ksi, > >> > >> k...@koi8.net wrote: > >> > >>> On Fri, 13 Feb 2009, Heiko Schocher wrote: > >>> > k...@koi8.net wrote: >

Re: [U-Boot] tftp not working

2009-02-15 Thread Wolfgang Denk
Dear Afzal Nadirshah, In message <174230991e95d743b0c91df471ef44e8434329c...@mtw02msg02.mindtree.com> you wrote: > > I have compiled u-boot-nand.bin for the canyonlands board.I flashed > this image onto the nand flash and > did a boot from NAND.I interrupted the u-boot and tried to do

Re: [U-Boot] [PATCH] 0/12 Multiadapter/multibus I2C

2009-02-15 Thread ksi
On Sun, 15 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > On Sat, 14 Feb 2009, Heiko Schocher wrote: > > > > > >> Hello ksi, > >> > >> k...@koi8.net wrote: > >> > >>> On Fri, 13 Feb 2009, Heiko Schocher wrote: > >>> > k...@koi8.net wrote: >