Re: [U-Boot-Users] USB Uboot on OSK5912

2008-07-27 Thread Shivdas Gujare
Hi Jon, This is what I observed, I needed to modify usbdcore_omap1510.c file to get it complied properly with usbtty.c Also, After disabling following code from usbdcore_omap1510.c, /* Set and check APLL */ outw (0x0008, APLL_CTRL); UDCREG (APLL_CTRL); /* Set and check DPLL */

[U-Boot-Users] "weak" reference seems not working on git://git.denx.de/u-boot-at91.git

2008-07-27 Thread os user
Hi folks, I use Atmel AT91SAM9260-EK boards, arm-linux-gcc (GCC) 4.2.4. After I pulled the latest code from git://git.denx.de/u-boot-at91.git, I found that the "weak" function seems not working. In lib_arm/board.c, we can see, void inline __coloured_LED_init (void) {} void inline coloured_LED_ini

Re: [U-Boot-Users] [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board

2008-07-27 Thread Ben Warren
On Sun, Jul 27, 2008 at 6:46 PM, Hong Xu <[EMAIL PROTECTED]> wrote: > Hi Ben Warren, > > On Sun, Jul 27, 2008 at 12:51, Ben Warren <[EMAIL PROTECTED]> wrote: >> Hi Hong Xu, >> >> On Thu, Jul 24, 2008 at 1:05 AM, Hong Xu <[EMAIL PROTECTED]> wrote: >>> >From 81230b02610c06fdc8a175e635851346488e3bdb M

[U-Boot-Users] Intel makes a bid for AMD

2008-07-27 Thread Miyuki
Candidates face off on key Iraq issues http://www.sapacontenedores.com/fresh.html -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ - This SF.Net email is sponsored by the Moblin Your Move Developer's c

Re: [U-Boot-Users] [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board

2008-07-27 Thread Hong Xu
Hi Ben Warren, On Sun, Jul 27, 2008 at 12:51, Ben Warren <[EMAIL PROTECTED]> wrote: > Hi Hong Xu, > > On Thu, Jul 24, 2008 at 1:05 AM, Hong Xu <[EMAIL PROTECTED]> wrote: >> >From 81230b02610c06fdc8a175e635851346488e3bdb Mon Sep 17 00:00:00 2001 >> From: Hong Xu <[EMAIL PROTECTED]> >> Date: Thu, 24

Re: [U-Boot-Users] [PATCH 1/1] Add support for ATMELAT91SAM9G20EKboard

2008-07-27 Thread Hong Xu
On Sat, Jul 26, 2008 at 19:36, Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: >> > >> >> As I see it, CONFIG_AT91 would mean that you have a >> a certain class of peripherals which is developed for the >> AT91 range of processors (and is used by the AVR32 as well) >> The name is probab

[U-Boot-Users] [PATCH] Fix more printf() format warnings

2008-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/cmd_flash.c |4 ++-- drivers/usb/usbdcore.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_flash.c b/common/cmd_flash.c index a7f66dd..18d2250 100644 --- a/common/cmd_flash.

Re: [U-Boot-Users] [yes, i tried rtfming docs]u-boot on x86, how to?

2008-07-27 Thread Alan Carvalho de Assis
Hi Geraldo, your final course project appear very interesting. As others guys already said porting U-Boot to your board is a hard work. Verifying Makefile I found for i386 only AMD SC520 boards are supported. I think you can use coreboot (formerly LinuxBIOS) and FILO to boot your board. If your

[U-Boot-Users] [PATCH V2] common: Move conditional compilation to Makefile

2008-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Fix e-mail common/ACEX1K.c |4 common/Makefile | 42 +++--- common/altera.c |4 common/bedbug.c |4 common/cmd_onenand.c |4 common/

Re: [U-Boot-Users] [PATCH] common: Move conditional compilation to Makefile

2008-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
Please ignore wrong e-mail Best Regards, J. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip fo

[U-Boot-Users] [PATCH] common: Move conditional compilation to Makefile

2008-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/ACEX1K.c |4 common/Makefile | 42 +++--- common/altera.c |4 common/bedbug.c |