Re: [U-Boot] [PATCH-OMAP3 v2] OMAP3: Fix error in gpmc_init

2008-11-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:57 Mon 10 Nov , [EMAIL PROTECTED] wrote: > Fix error in gpmc_init() introduced with readl/writel conversion. Use base > addresses + offset, not offset only. Minor clean up by removing unused code. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > > Changes in v2: > > - Corre

[U-Boot] [PATCH-OMAP3] OMAP3: Use macro instead of value in lowlevel_init.S

2008-11-16 Thread dirk . behme
Add space after comma and use MACRO instead of value. No functional change. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- cpu/arm_cortexa8/omap3/lowlevel_init.S| 136 +++--- include/asm-arm/arch-omap3/clocks_omap3.h | 286 -- 2 files changed, 304 in

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco Cavallini
Matteo Facchinetti ha scritto: > Hi, > > I have add the possibility to automatic update entire flash using a USB > pendrive. > > To make it, need the following steps: > 1) insert usb pendrive. In pendrive must be present these files: > install.dat and the files we want to copy. > 2) from uboot co

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco
Hi Matteo, in my opinion you should follow the "philosophy" of updater.c under the tools folder to erase the flash. This command is very interesting, let me know if you fix your problem. Regards, Marco Matteo Facchinetti ha scritto: > Hi, > > I have add the possibility to automatic update enti

Re: [U-Boot] [PATCH RFC] at91sam9/at91cap: move common initialisation to cpu

2008-11-16 Thread Remy Bohmer
Hello Stelian and Jean-Christophe, > I agree with the general idea of moving the serial and spi from board > specific files to the cpu specific files. I agree partly on this, but I do not like with the way this patch is doing it, and this is the reason why: PIN multiplexing is board specific, not

Re: [U-Boot] Building tools without building firmware

2008-11-16 Thread Mike Frysinger
On Tuesday 11 November 2008 15:15:09 Matt Sealey wrote: > We have a need to build and package at the very least 'mkimage' for SuSE > 11.1 and since we have multiple board targets in mind (MPC8641D, MPC8610, > MPC5121e) it does not make any sense to pick any in particular or build the > entire u-boo

[U-Boot] ARM mach-types.h sync request

2008-11-16 Thread Jared Holzman
Request sync with mach-types.h from kernel to bring in new mach type for our board TMQ CAPD. -- Regards, Jared Holzman *Electronics Design Engineer* *Genesys Electronics Design Pty Ltd* Unit 5, 33 Ryde Rd Pymble NSW,

[U-Boot] [SPAM] D.entists Database for the United States

2008-11-16 Thread Russell conclusive
Have a look at this new Directory -> 164,392 Dentist.s -> 158,588 Physical Addresses -> 163,967 Phone Nos -> 77,948 Fax Nos. -> 45,615 e mails during this week only a special price reduction is in effect - REG PRICE: $595 SALE PRICE: $297 To inquire please write to [EMAIL PROTECTED] Sen

[U-Boot] [PATCH] sh: Update ms7722se board config

2008-11-16 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- include/configs/ms7722se.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 9997c9b..5202004 100644 --- a/include/configs/ms7722se.h +++ b/include/config

[U-Boot] [PATCH] sh: Update SuperH serial driver

2008-11-16 Thread Nobuhiro Iwamatsu
The address of SCFSR register is wrong at SH7720/SH7721. This patch fix this. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/serial/serial_sh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index