Re: [U-Boot-Users] dd to generate image.

2008-03-16 Thread Tim Chen
Thanks, my problem fixed. On Fri, Mar 14, 2008 at 11:24 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > I'm using dd to generate the u-boot+kernel+rootfs image. -- -- Regards, Tim. --

[U-Boot-Users] Give her the best sex of her life

2008-03-16 Thread Sox Proudfoot
Fulfill her wish of having a man with a massive stick this year. http://www.podeilfe.com/ She will want it deeper inside her- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

[U-Boot-Users] [PATCH] Flex-OneNAND booting support (take #2)

2008-03-16 Thread Kyungmin Park
Flex-OneNAND booting support Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array using a NOR Flash interface. This on-chip integration enables system designers to reduce external system logic and use high-density NAND Flash in applications that would otherwise have to use more

[U-Boot-Users] She likes it hard and fast

2008-03-16 Thread alphonsus Durieu
Fulfill her wish of having a man with a massive stick this year. http://www.Fansterims.com/ Effects of longer rod revealed- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. ht

Re: [U-Boot-Users] [RFC] Host tool to perform semiautomatic updates

2008-03-16 Thread Robert Schwebel
On Sat, Mar 15, 2008 at 01:20:17PM +0100, Markus Klotzbücher wrote: > If you search the mailing list archive, you'll find some python expect > and serial code from Jerry Van Baren: > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/33594/focus=33733 You've probably read my answer... Rober

Re: [U-Boot-Users] [PATCH v1 3/5] ATA: Add the fis struct for SATA

2008-03-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:34 Sun 16 Mar , Dave Liu wrote: > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> > --- > include/fis.h | 152 > + > 1 files changed, 152 insertions(+), 0 deletions(-) > create mode 100644 include/fis.h > > diff --git a/include/fis.

[U-Boot-Users] Effects of longer rod revealed

2008-03-16 Thread Brian Linford
Add inches to your length and thicken your girth within a few short weeks. http://www.Podeseiv.com/ Longer and harder is good for her- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Stud

[U-Boot-Users] [PATCH v1 5/5] ATA: Add the readme for SATA command line

2008-03-16 Thread Dave Liu
Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- doc/README.sata | 69 +++ 1 files changed, 69 insertions(+), 0 deletions(-) create mode 100644 doc/README.sata diff --git a/doc/README.sata b/doc/README.sata new file mode 100644 index 000..

[U-Boot-Users] [PATCH v1 4/5] ATA: enable the sata init on bootup

2008-03-16 Thread Dave Liu
Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- lib_ppc/board.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/lib_ppc/board.c b/lib_ppc/board.c index fbf1c5d..dff88d5 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -38,6 +38,9 @@ #if defined(CONFIG_CMD_IDE)

[U-Boot-Users] [PATCH v1 3/5] ATA: Add the fis struct for SATA

2008-03-16 Thread Dave Liu
Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- include/fis.h | 152 + 1 files changed, 152 insertions(+), 0 deletions(-) create mode 100644 include/fis.h diff --git a/include/fis.h b/include/fis.h new file mode 100644 index 000..b0f61

[U-Boot-Users] [PATCH v1 2/5] ATA: Add the libata support

2008-03-16 Thread Dave Liu
add simple libata support in u-boot Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- drivers/block/Makefile |1 + drivers/block/libata.c | 158 ++ include/libata.h | 197 3 files changed, 356 insertion

[U-Boot-Users] [PATCH v1 1/5] ATA: Add the support for SATA framework

2008-03-16 Thread Dave Liu
1. Add the SATA framework 2. Add the SATA command line Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- common/Makefile|1 + common/cmd_sata2.c | 208 disk/part.c| 14 disk/part_dos.c|2 + disk/part_iso.c|