From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georg Schardt Date: Tue, 09 Sep 2008 15:23:39 +0200 Subject: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul In-Reply-To: References: <1220897232-19659-1-git-send-email-schardt@team-ctech.de> <48C623F0.4010301@team-ctech.de> Message-ID: <48C678DB.2080500@team-ctech.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ricardo, if such an architecture is wanted i can try to create it ? but i'm stil a beginner in u-boot and not very firm in git, so i think i ask many things here on the list :) Georg Ricardo wrote: > Hello Georg > > Its a pleasure to help. > > >>> 2) Try to unificate the fx12mm board under a more global board, like >>> the ml507 with is now in mainstream >>> >>> >> you mean, that i create only a new config file and use the ml507 board code >> ? >> is this better than create new board specific files under board/avnet/fx12mm >> ? >> > > I mean something more... If you take a look to your board, it is > basically a modern version of the ml300 (what is great). > Unfortunately, the ml300 board cannot use all your improvements. > > We faced the same problems building the v5fx30teval board and we > decide to generate a generic board called ppc440-generic which will be > the skeleton of all the fpgas boards with the ppc440 processor. > > What I am asking you is to create the same architechture for the > ppc400 processor. > > > Best Regards >