Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Stefan Roese
On Thursday 13 October 2011 08:14:40 Eibach, Dirk wrote: > > > To get around this would involve black magic and sacrifice > > > > of chickens > > > > > to appease them which always leaves a bloody mess on our > > > > R&D floor. So > > > > > I thought this hook might be a better option. > > > >

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Eibach, Dirk
> > Our FPGA guys keep bugging me to get their stuff in a defined state > > ASAP after poweron. So "before relocation" seemed to me the > best thing > > I could offer to them. > > Well, tell them that ASAP means "right after relocation", then. Hmm, maybe they won't even notice... > > To ge

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Wolfgang Denk
Dear "Eibach, Dirk", In message <48d3d52125c49b43ae880038e2e5314bb5b...@srv101.gdsys.de> you wrote: > > Our FPGA guys keep bugging me to get their stuff in a defined state ASAP > after poweron. So "before relocation" seemed to me the best thing I > could offer to them. Well, tell them that ASAP

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Eibach, Dirk
Dear Wolfgang, > > I need a hook before relocation but with i2c running. I did > not find > > anything generic for this purpose. > > Why exactly does has this to run before relocation? Our FPGA guys keep bugging me to get their stuff in a defined state ASAP after poweron. So "before relocatio

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Wolfgang Denk
Dear "Eibach, Dirk", In message <48d3d52125c49b43ae880038e2e5314bb5b...@srv101.gdsys.de> you wrote: > > > > +#ifdef CONFIG_FPGA_INIT > > > + init_func_fpga, > > > +#endif > > > > Do you really need to add this to this common code? Can't you > > move this to some early board specific function? We

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Eibach, Dirk
!!NOSIG Hi Stefan, > ** > > ** @@ -322,6 +326,9 @@ init_fnc_t *init_sequence[] = { #ifdef > > CONFIG_POST > > post_init_f, > > #endif > > +#ifdef CONFIG_FPGA_INIT > > + init_func_fpga, > > +#endif > > Do you really need

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Stefan Roese
Hi Dirk, On Tuesday 11 October 2011 16:33:05 eib...@gdsys.de wrote: > diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c > index 9885b14..1be0a34 100644 > --- a/arch/powerpc/lib/board.c > +++ b/arch/powerpc/lib/board.c > @@ -130,6 +130,10 @@ ulong monitor_flash_len; > #include > #

[U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-11 Thread eibach
From: Dirk Eibach Board support for the Guntermann & Drunck Io64. Signed-off-by: Dirk Eibach --- Changes for v2: - Added MAINTAINERS entry - Cleaned up issues reported by checkpatch MAINTAINERS |1 + arch/powerpc/lib/board.c|7 + board/gdsys/405ex/405ex