[U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Dirk Eibach
Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - added MAINTAINERS entry - sort MAKEALL - whitespace/codestyle cleanup - use boards.cfg instead of Makefile - added some comments for clarification - use

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
Hi Dirk, On Wednesday 13 October 2010 12:20:18 Dirk Eibach wrote: Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - added MAINTAINERS entry - sort MAKEALL - whitespace/codestyle cleanup - use boards.cfg instead of

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Eibach, Dirk
Hi Stefan, Why not use the already available GPIO functions instead (gpio_write_bit() etc)? This will make it easier to move this to the common (Linux) GPIO API at some time later. Hmm, nice, didn't notice those yet. But somehow functionality is missing for toggling between output and

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
Hi Dirk, On Wednesday 13 October 2010 14:19:19 Eibach, Dirk wrote: Why not use the already available GPIO functions instead (gpio_write_bit() etc)? This will make it easier to move this to the common (Linux) GPIO API at some time later. Hmm, nice, didn't notice those yet. But somehow