Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Abraham, Thomas
Jean, > -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Sunday, January 04, 2009 12:51 PM > Subject: Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB > contorller driver and enable Davinci MSC support > > Changes since v2: > > > >

Re: [U-Boot] [PATCH 2/4] usb : OMAP3 : Enable Mentor USB OTG module interface clock

2009-01-04 Thread Abraham, Thomas
Remy, > -Original Message- > From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On > Behalf Of Remy Bohmer > Sent: Monday, January 05, 2009 1:52 AM > Subject: Re: [U-Boot] [PATCH 2/4] usb : OMAP3 : Enable Mentor > USB OTG module interface clock > > cpu/arm_cortexa8/omap3/clock.

Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Abraham, Thomas
Mike, > -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: Sunday, January 04, 2009 11:00 PM > Subject: Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB > contorller driver and enable Davinci MSC support > > do you have a git tree or you just using the u-

Re: [U-Boot] Problem of porting uClinux

2009-01-04 Thread Jayakrishnan M
Hi Zhao, > kermit showed : (when I reset board after downloaded uImage to 0x2 ) > ... > ... > Verifying Checksum .ok > Uncompressing Kenel Image ...Ok > ##Loading Ramdisk Image at 000f > Bad Magic Number >>> Is the root filesystem (ramdisk) in flash? The print > ##Loading Ram

[U-Boot] [patch V3] [1/3] PNX8181 SOC support

2009-01-04 Thread Jürgen Schöw
cpu/arm926ejs/pnx8181/Makefile | 45 +++ cpu/arm926ejs/pnx8181/timer.c | 141 drivers/i2c/Makefile |1 + drivers/i2c/pnx8181_i2c.c | 304 + diff --git a/cpu/arm926ejs/pnx8181/Makefile b/cpu/arm926ejs/pnx8181/Makefile new file mode 10

[U-Boot] [patch V3] [0/3] U-Boot Firetux board support (PNX8181)

2009-01-04 Thread Jürgen Schöw
Hi U-Boot mailling list, This patchset adds a new ARM board with the NXP PNX8181 cpu to u-boot. The PNX8181 is an ARM926ej with an internal DSP (mostly used for Audio processing and VOIP codecs) and a baseband processor (used for DECT). The chip also features dual ethernet, digital to analog inter

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

2009-01-04 Thread Jürgen Schöw
drivers/net/Makefile |1 + drivers/net/ip3912.c | 659 drivers/net/ip3912.h | 174 ++ diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 631336a..7c82880 100644 --- a/drivers/net/Makefile +++ b

Re: [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

2009-01-04 Thread Remy Bohmer
Hello Mike, 2009/1/2 Mike Frysinger : > From: Bryan Wu > > The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 16244373FFB4 > does not like to be reset, so check for it. > > Signed-off-by: Bryan Wu > Signed-off-by: Mike Frysinger > --- > common/usb_storage.c |7 +++ > 1 files

Re: [U-Boot] [PATCH 4/4] usb : OMAP3 : Enabling USB MSC and Keyboard support for TI OMAP3530 EVM platform

2009-01-04 Thread Remy Bohmer
Hello Thomas, 2009/1/4 Thomas Abraham : > This patch enables USB MSC and USB Keyboard support for TI > OMAP3530 EVM platform. > > Signed-off-by: Ravi Babu > Signed-off-by: Swaminathan S > Signed-off-by: Thomas Abraham > Signed-off-by: Ajay Kumar Gupta > --- > include/configs/omap3_evm.h | 2

Re: [U-Boot] [PATCH 2/4] usb : OMAP3 : Enable Mentor USB OTG module interface clock

2009-01-04 Thread Remy Bohmer
Hello Thomas, 2009/1/4 Thomas Abraham : > This patch enables Mentor USB OTG module interface clock. > > Signed-off-by: Ravi Babu > Signed-off-by: Swaminathan S > Signed-off-by: Thomas Abraham > Signed-off-by: Ajay Kumar Gupta > --- > cpu/arm_cortexa8/omap3/clock.c |3 +++ This file does n

Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Remy Bohmer
Hello Thomas, 2009/1/4 Thomas Abraham : > This patch series adds Mentor Graphics USB OTG host controller > driver support and MSC support for DM6446 (TI DaVinci) platform. > > - [PATCH v3 1/5] usb : musb : Adding host controller driver for Mentor USB > controller. > - [PATCH v3 2/5] usb : musb :

Re: [U-Boot] [PATCH] usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure

2009-01-04 Thread Remy Bohmer
Hello Thomas, 2009/1/4 Thomas Abraham : > This patch populates the 'priv' field of the USB keyboard device_t > structure. The 'priv' field is populated with the address of the > 'struct usb_device' structure that represents the USB device. > > The 'priv' field can then be used in the 'usb_event_po

Re: [U-Boot] [PATCH v2] usb.h: use standard __LITTLE_ENDIAN from Linux headers

2009-01-04 Thread Remy Bohmer
Hello Mike, 2009/1/2 Mike Frysinger : > Rather than forcing people to define a custom "LITTLEENDIAN", just use the > __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is > already setting up. > > Signed-off-by: Mike Frysinger > --- > v1 >- convert more usb LITTLEENDIAN

Re: [U-Boot] [USB PATCH] USB change speed

2009-01-04 Thread Remy Bohmer
Hello Michael, 2008/12/18 Michael Trimarchi : > USB changes the speed according to the port status > > Signed-off-by: Michael Trimarchi I applied this series to the u-boot-usb 'testing' branch. When it compiles properly and no regressions are being detected, I move it to the 'next' branch for th

Re: [U-Boot] [USB EHCI V2 PATCH 0/2] Add initial support for USB ehci pci

2009-01-04 Thread Remy Bohmer
Hello Michael, 2008/12/31 Michael Trimarchi : > Add USB ehci pci support. This patch doesn't include any > pci_ids and it is not tested on real hardware. > > Signed-off-by: Michael Trimarchi I applied this series to the u-boot-usb 'testing' branch. When it compiles properly, I move it to the 'ne

Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Mike Frysinger
On Saturday 03 January 2009 23:10:26 Thomas Abraham wrote: > This patch series adds Mentor Graphics USB OTG host controller > driver support and MSC support for DM6446 (TI DaVinci) platform. do you have a git tree or you just using the u-boot usb next git tree ? also, what about the feedback Brya

Re: [U-Boot] Seeking PPC BDM resources for MPC860, docs for old MPC860 Eval Board

2009-01-04 Thread Jerry Van Baren
Alex Perez wrote: > Hi Wolfgang, > > On Jan 4, 2009, at 12:28 AM, Wolfgang Denk wrote: [snip] > I realize this. The board itself is quite well built, and in all > likelihood, it has some sort of integrated ROM monitor. The serial > ports are strangely on RJ11 connectors, and I don't know wh

[U-Boot] Problem of porting uClinux

2009-01-04 Thread zhaozhoujun520
I am trying to port uClinux2.4 to my board [S3C44B0],but got a problem whitch I have no idea. imagerom.bin was downloaded to 0xc10 [RAM] and kenel can be run successfully by using command go 0xc10. Then I use mkimage -A arm -O linux -C gzip -a 0xc008000 -e 0xc008040 -d image.rom.gz u

Re: [U-Boot] Seeking PPC BDM resources for MPC860, docs for old MPC860 Eval Board

2009-01-04 Thread Wolfgang Denk
Dear Alex Perez, In message <8585ca02-aed9-4e4f-ae85-f45533bc5...@alexperez.com> you wrote: > > Yes, I know for a fact that very old ports exist, and running them for > the time being would be fine, as a starting-point. The boards > themselves contain, unbelievably, no model/part numbers. The

Re: [U-Boot] Seeking PPC BDM resources for MPC860, docs for old MPC860 Eval Board

2009-01-04 Thread Alex Perez
Hi Wolfgang, On Jan 4, 2009, at 12:28 AM, Wolfgang Denk wrote: > Dear Alex Perez, > > In message you > wrote: >> >> Hi folks! I've recently acquired two MPC860-based eval boards made by >> EST Corp (now part of Wind River Systems for the last handful of >> years), and I'm looking to get it boo

[U-Boot] the result of get_timer(0) or get_ticks() does not change

2009-01-04 Thread Lance Zhang
Hi all, I change some codes in u boot, and I want to calculate the time So I write codes like follows: Ulong begin = get_ticks(); for (i = 0; i < 100; i ++) { udelay(1000); } Ulong end = get_ticks(); But the value of begin and end are alw

Re: [U-Boot] Seeking PPC BDM resources for MPC860, docs for old MPC860 Eval Board

2009-01-04 Thread Wolfgang Denk
Dear Alex Perez, In message you wrote: > > Hi folks! I've recently acquired two MPC860-based eval boards made by > EST Corp (now part of Wind River Systems for the last handful of > years), and I'm looking to get it booting Linux via u-boot. You can speculate that (probably very old) ports

Re: [U-Boot] [PATCH] pxa: fixing get_timer to return time in miliseconds.

2009-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:13 Wed 17 Dec , Micha Kalfon wrote: > Fixing the get_timer function to return time in miliseconds instead of > ticks. Also fixed PXA boards to use the conventional value of 1000 for > CONFIG_SYS_HZ. > > Signed-off-by: Micha Kalfon > --- > cpu/pxa/interrupts.c | 25 +++

Re: [U-Boot] [PATCH] IXP425: make cmd_go handle caches correctly Part 1/1

2009-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
> > diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c > index 27872fb..9035d98 100644 > --- a/cpu/ixp/cpu.c > +++ b/cpu/ixp/cpu.c > @@ -171,6 +171,22 @@ int icache_status (void) > return (i & 0x1000); > } > > +void icache_invalidate (void) > +{ > + register u32 i; why do you need it? > + > +