Re: [U-Boot-Users] How to patch u-boot?

2008-01-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > >> > Hi > >> > >> > Could > someone > help > me > out > with > patching > the > u-boot. ... Stop sending such junk. Learn to send regular e-mail before poosting here again. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

[U-Boot-Users] [PATCH 3/3 resubmit] ppc_4xx: Add MCU25 board specific failes

2008-01-20 Thread Niklaus Giger
Add PPC405GPr based MCU25 board from Netstal. Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- board/netstal/mcu25/Makefile | 60 +++ board/netstal/mcu25/README.txt | 60 +++ board/netstal/mcu25/config.mk | 29 ++ board/netstal/mcu25/mcu25.c| 212

Re: [U-Boot-Users] "stacked" memory mapped flash assisted with GPIOs

2008-01-20 Thread Mike Frysinger
On Sunday 20 January 2008, Michael Schwingen wrote: > Mike Frysinger wrote: > >> I have not yet looked at the details of working with NAND flash, but the > >> requirements should be similar. Maybe the NAND subsystem can be coerced > >> to do what you need ... > > > > i dont think nand would be as m

Re: [U-Boot-Users] How to patch u-boot?

2008-01-20 Thread Tiju
>> Hi >> >> Could someone help me out with patching the u-boot. >> I downloaded the source code of u-boot-1.1.6 and untared it. Then I do a >> $cd u-boot-1.1.6 >> $svn co http://svn.openmoko.org/trunk/src/target/u-boot/patches/ >those patches are against current

[U-Boot-Users] How to patch u-boot?

2008-01-20 Thread Tiju
Hi Could someone help me out with patching the u-boot. I downloaded the source code of u-boot-1.1.6 and untared it. Then I do a $cd u-boot-1.1.6 $svn co http://svn.openmoko.org/trunk/src/target/u-boot/patches/ $patch http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/t

Re: [U-Boot-Users] "stacked" memory mapped flash assisted with GPIOs

2008-01-20 Thread Michael Schwingen
Mike Frysinger wrote: >> I have not yet looked at the details of working with NAND flash, but the >> requirements should be similar. Maybe the NAND subsystem can be coerced >> to do what you need ... >> > > i dont think nand would be as much of a problem as it isnt directly > addressable. yo

Re: [U-Boot-Users] "stacked" memory mapped flash assisted with GPIOs

2008-01-20 Thread Mike Frysinger
On Sunday 20 January 2008, Michael Schwingen wrote: > Mike Frysinger wrote: > > there are a few ways i can implement this in u-boot (and ive prototyped a > > couple), but the question is which way to go. i obviously dont want to > > pick one which will be rejected for $whatever-reason. > > > > pos

Re: [U-Boot-Users] "stacked" memory mapped flash assisted with GPIOs

2008-01-20 Thread Michael Schwingen
Mike Frysinger wrote: > some Blackfin processors have an optional async memory controller which > allows > for up to 4 megs of memory to be mapped. sometimes these 4 megs are not > enough, so people extend this by hooking up the higher address pins to GPIOs. > > so if you want to map 8 megs

[U-Boot-Users] "stacked" memory mapped flash assisted with GPIOs

2008-01-20 Thread Mike Frysinger
some Blackfin processors have an optional async memory controller which allows for up to 4 megs of memory to be mapped. sometimes these 4 megs are not enough, so people extend this by hooking up the higher address pins to GPIOs. so if you want to map 8 megs of memory, the highest address pin w

Re: [U-Boot-Users] resend#4 [PATCH 2/8] ColdFire: Add MCF547x_8x related header files

2008-01-20 Thread Luigi 'Comio' Mantellini
Thank you for the useful code. We will start from this to implement our specific application code. luigi Il giorno gio, 17/01/2008 alle 11.20 -0600, Tsi-Chung Liew ha scritto: > Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> > --- > include/asm-m68k/fec.h | 145 ++-- > inc

Re: [U-Boot-Users] latest (1.3.1) doesn't compile: files missing

2008-01-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The two include files aren't a toolchain issue. They can't be because They are - see previous message. > uboot's makefile has said not to include anything from the standard > include files. These files aren't included with u-boot. stddef.h is inclu

Re: [U-Boot-Users] latest (1.3.1) doesn't compile: files missing

2008-01-20 Thread Wolfgang Denk
I think I should be a bit more explicit: In message <[EMAIL PROTECTED]> I wrote: > > > stddef.h is included by a few different things, but can be a blank > > file. U-Boot already has a stddef.h (include/linux/stddef.h) which gets used for all U-Boot related compiles. > > stdarg.h is included by

[U-Boot-Users] [PATCH v3] QE IO: Add initial data to pin configuration + read/write functions

2008-01-20 Thread David Saada
On the MPC83xx & MPC85xx architectures that have QE, add initial data to the pin configuration table (qe_iop_conf_tab). This is relevant for GPIO pins defined as output. One can setup a value of 2 to leave the value unchanged. QE initialization tables in all relevant boards were also replaced. In a