Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-21 Thread Felix Radensky
Hi, Stefan Stefan Roese wrote: > Felix, > > On Wednesday 15 July 2009 11:24:07 Felix Radensky wrote: > >> I think my first patch that open-coded part of ft_board_setup() related >> to EBC ranges >> was correct and tested on real hardware. I admit that I didn't test the >> second version >> of t

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-20 Thread Stefan Roese
Felix, On Wednesday 15 July 2009 11:24:07 Felix Radensky wrote: > I think my first patch that open-coded part of ft_board_setup() related > to EBC ranges > was correct and tested on real hardware. I admit that I didn't test the > second version > of the patch, as I didn't have the hardware at hand

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-15 Thread Eibach, Dirk
> >> __ft_board_setup() sets the property "ranges", with an entry for > >> every member of EBC_NUM_BANKS. > >> Then the so called "fixup" happens and the property > "ranges" is set > >> again, this time with only one entry (for the nor flash). > All other > >> entries are lost. > >> > >

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-15 Thread Felix Radensky
Hi, Stefan Roese wrote: > On Wednesday 15 July 2009 09:28:58 Eibach, Dirk wrote: > >>> Please check the latest version of this code in >>> canyonlands.c. It's now using the 4xx common >>> __ft_board_setup() function. Please move to this version as well. >>> >> This code in canyonlands.c

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-15 Thread Stefan Roese
On Wednesday 15 July 2009 09:28:58 Eibach, Dirk wrote: > > Please check the latest version of this code in > > canyonlands.c. It's now using the 4xx common > > __ft_board_setup() function. Please move to this version as well. > > This code in canyonlands.c does not work for me: > > void ft_board_se

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-15 Thread Eibach, Dirk
> > diff --git a/board/gdsys/compactcenter/compactcenter.c > > b/board/gdsys/compactcenter/compactcenter.c new file mode > 100644 index > > 000..9f1e49d > > --- /dev/null > > +++ b/board/gdsys/compactcenter/compactcenter.c > > > > > +#if defined(CONFIG_OF_LIBFDT) && > defined(CONFIG_OF

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
Hi Dirk, On Monday 13 July 2009 10:35:58 Dirk Eibach wrote: > diff --git a/board/gdsys/compactcenter/compactcenter.c > b/board/gdsys/compactcenter/compactcenter.c new file mode 100644 > index 000..9f1e49d > --- /dev/null > +++ b/board/gdsys/compactcenter/compactcenter.c > +int get_cpu_num(v

[U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Dirk Eibach
Board support for the Guntermann & Drunck CompactCenter and DevCon-Center. Based on the AMCC Canyonlands board support by Stefan Roese. Signed-off-by: Dirk Eibach --- Changes since v1: - removed dead code - whitespace cleanup - simplified code for nand/nor distinction in board/gdsys/compactcente