Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread Stefan Althoefer
Jean-Christophe PLAGNIOL-VILLARD schrieb: > On 14:10 Wed 17 Dec , michael wrote: >> michael wrote: >>> Stefan Althoefer wrote: >>> Jean-Christophe PLAGNIOL-VILLARD schrieb: >> diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c >> --- u-boot-ori

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:10 Wed 17 Dec , michael wrote: > michael wrote: > > Stefan Althoefer wrote: > > > >> Jean-Christophe PLAGNIOL-VILLARD schrieb: > >> > >> > >> > diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c > --- u-boot-orig//lib_arm/board.c 2008-12-02 17:25:32.00

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread michael
michael wrote: > Stefan Althoefer wrote: > >> Jean-Christophe PLAGNIOL-VILLARD schrieb: >> >> >> diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c --- u-boot-orig//lib_arm/board.c 2008-12-02 17:25:32.0 +0100 +++ u-boot/lib_arm/board.c 2008-12-02 23:2

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread michael
Stefan Althoefer wrote: > Jean-Christophe PLAGNIOL-VILLARD schrieb: > > >>> diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c >>> --- u-boot-orig//lib_arm/board.c2008-12-02 17:25:32.0 +0100 >>> +++ u-boot/lib_arm/board.c 2008-12-02 23:29:36.0 +0100 >>> @@ -441,6

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-16 Thread michael
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:08 Thu 04 Dec , Stefan Althoefer wrote: > >> [PATCH] ARM: add IDE init to lib_arm/board.c >> >> This patch adds ide_init() to the arm boot process. >> >> >> The patch is against "latest" u-boot git-repository >> >> Please (still) be patient if

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-16 Thread Stefan Althoefer
Jean-Christophe PLAGNIOL-VILLARD schrieb: >> >> diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c >> --- u-boot-orig//lib_arm/board.c 2008-12-02 17:25:32.0 +0100 >> +++ u-boot/lib_arm/board.c 2008-12-02 23:29:36.0 +0100 >> @@ -441,6 +441,11 @@ extern void davinci

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:08 Thu 04 Dec , Stefan Althoefer wrote: > [PATCH] ARM: add IDE init to lib_arm/board.c > > This patch adds ide_init() to the arm boot process. > > > The patch is against "latest" u-boot git-repository > > Please (still) be patient if style of submission or patches are > offending. >

[U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-04 Thread Stefan Althoefer
[PATCH] ARM: add IDE init to lib_arm/board.c This patch adds ide_init() to the arm boot process. The patch is against "latest" u-boot git-repository Please (still) be patient if style of submission or patches are offending. Signed-off-by: Stefan Althoefer <[EMAIL PROTECTED]> diff -uprN u