[U-Boot-Users] ppc4xx: gpio setup broken for ppc405ep

2008-03-27 Thread M B
Hi, I found some bugs for the gpio setup for ppc405ep and was about to fix them. After i fixed them (for 405ep) I realised that it's rather impossible to have a function like gpio_set_chip_configuration to setup the gpios for all ppc4xx, without turning it into ifdef hell. Even worse you can't even

Re: [U-Boot-Users] ppc4xx: gpio setup broken for ppc405ep

2008-03-31 Thread M B
On Mon, Mar 31, 2008 at 11:20 AM, Stefan Roese <[EMAIL PROTECTED]> wrote: > > > No, I don't think they are correct. These are the defines for 405EP (and > > > 405GP btw) in ppc405.h (I know this file is hell): > > > > > > #define GPIO_BASE 0xEF600700 > > > #define GPIO0_OR (GP

Re: [U-Boot-Users] ppc4xx: gpio setup broken for ppc405ep

2008-03-31 Thread M B
On Mon, Mar 31, 2008 at 1:13 PM, Stefan Roese <[EMAIL PROTECTED]> wrote: > > > I'm not really sure if this is true though since Taihu is using > > > gpio_set_chip_configuration() without known problems. Could you please > > > re-check with AMCC support, if this statement for 405EP is correc