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:
> >
> >
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.
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-
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
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
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
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
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
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
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
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 :
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
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
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
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
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
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
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
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
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
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
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
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 +++
>
> 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?
> +
> +
24 matches
Mail list logo