Re: [U-Boot-Users] ide support on arm

2008-02-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I can't find them. Please rebase and resubmit. ... > this is the patch and how to use it: > > +#define CONFIG_DOS_PARTITION > +#define CFG_IDE_MAXBUS 1 /* max. 1 IDE bus */ > +#define CFG_IDE_MAXDEVICE 1 /* m

Re: [U-Boot-Users] ide support on arm

2008-02-09 Thread michael
Hi, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >>> Indeed. There is no magic way for your code to make it into the >>> public source tree without you posting proper patches first. >>> >>> >> I have two patches pending: >> - ide arm >> - ixp465 patch (posted one ye

Re: [U-Boot-Users] ide support on arm

2008-02-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Indeed. There is no magic way for your code to make it into the > > public source tree without you posting proper patches first. > > > I have two patches pending: > - ide arm > - ixp465 patch (posted one year ago) I can't find them. Please rebase and

Re: [U-Boot-Users] ide support on arm

2008-02-03 Thread Jean-Christophe PLAGNIOL-VILLARD
> Hi, > Quoting Wolfgang Denk <[EMAIL PROTECTED]>: > Hi, >> In message <[EMAIL PROTECTED]> you >> wrote: >>> >>> I add a few change and an older version on u-boot for support ide on >>> arm (about 10 lines of codes). The changes are made in cmd_ide.c >>> file, >>> and arm/board.c. >> >> You as

Re: [U-Boot-Users] ide support on arm

2008-02-03 Thread trimarchi
Hi, Quoting Wolfgang Denk <[EMAIL PROTECTED]>: Hi, > In message <[EMAIL PROTECTED]> you wrote: >> >> I add a few change and an older version on u-boot for support ide on >> arm (about 10 lines of codes). The changes are made in cmd_ide.c file, >> and arm/board.c. > > You asked about this in Aug 200

Re: [U-Boot-Users] ide support on arm

2008-02-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I add a few change and an older version on u-boot for support ide on > arm (about 10 lines of codes). The changes are made in cmd_ide.c file, > and arm/board.c. You asked about this in Aug 2007, but you never actually submitted any code. > I thin

[U-Boot-Users] ide support on arm

2008-02-03 Thread trimarchi
Hi, I add a few change and an older version on u-boot for support ide on arm (about 10 lines of codes). The changes are made in cmd_ide.c file, and arm/board.c. I think that is not present in the latest version of u-boot, it is right? Regards Michael