Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-20 Thread Josh Boyer
On Wed, 20 Aug 2008 09:54:40 -0700 "prodyut hazarika" <[EMAIL PROTECTED]> wrote: > Hi Josh, > > >> > > >> > Review would be appreciated. Tested on Sequoia, and I plan on testing on > >> > as many boards as I can before committing to my tree. > >> > > The changes looks great. > > > > That would

Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-20 Thread Josh Boyer
On Wed, 20 Aug 2008 20:51:18 +0400 Valentine Barshak <[EMAIL PROTECTED]> wrote: > Josh Boyer wrote: > > The following patch series reworks the board support code for PowerPC 44x > > platforms. It eliminates a number of redundant .c files and add a > > ppc44x_simple.c file that has an explicit lis

Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-20 Thread prodyut hazarika
Hi Josh, >> > >> > Review would be appreciated. Tested on Sequoia, and I plan on testing on >> > as many boards as I can before committing to my tree. >> The changes looks great. > > That would be much appreciated. I have a number of the effected > boards, but I don't have them all so any testi

Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-20 Thread Valentine Barshak
Josh Boyer wrote: The following patch series reworks the board support code for PowerPC 44x platforms. It eliminates a number of redundant .c files and add a ppc44x_simple.c file that has an explicit list of boards that are supported by it. This is the same mechanism that Grant Likely has used

Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-19 Thread Josh Boyer
On Tue, 19 Aug 2008 20:26:12 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Tuesday 19 August 2008, Josh Boyer wrote: > > The following patch series reworks the board support code for PowerPC 44x > > platforms. It eliminates a number of redundant .c files and add a > > ppc44x_simple.c file th

Re: [PATCH 0/9] Rework PowerPC 44x board support

2008-08-19 Thread Stefan Roese
On Tuesday 19 August 2008, Josh Boyer wrote: > The following patch series reworks the board support code for PowerPC 44x > platforms. It eliminates a number of redundant .c files and add a > ppc44x_simple.c file that has an explicit list of boards that are supported > by it. This is the same mech

[PATCH 0/9] Rework PowerPC 44x board support

2008-08-19 Thread Josh Boyer
The following patch series reworks the board support code for PowerPC 44x platforms. It eliminates a number of redundant .c files and add a ppc44x_simple.c file that has an explicit list of boards that are supported by it. This is the same mechanism that Grant Likely has used for MPC 5200 boards.