Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
Patch is on the mail Best regards and Merry Christmas! On Fri, Dec 24, 2010 at 01:16, Ricardo Ribalda Delgado wrote: > Hello > >  It is weird.  just fetch stefan/next from the repository and "make > fx12mm" works with no problem (what is mainly what I use for tests). > It is the MAKEALL sc

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
Hello It is weird. just fetch stefan/next from the repository and "make fx12mm" works with no problem (what is mainly what I use for tests). It is the MAKEALL script that fails. It is quite late now, but I will try to find out the differences tomorrow. Best regards. On Thu, Dec 23, 201

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Wolfgang Denk
Dear Ricardo Ribalda Delgado, In message <1224606586-7538-1-git-send-email-ricardo.riba...@uam.es> you wrote: > As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx > ppc440 boards, this patch presents a common architecture for all the > xilinx ppc405 boards. > > Any custom xilinx

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2008-10-24 Thread Stefan Roese
Hi Ricardo, On Friday 24 October 2008, Ricardo wrote: > Since Georg patch for fx12mm needs this patch. So I have to make > any change to it? No, I just applied it to 4xx/master. Will ask Wolfgang to pull soon. Best regards, Stefan ==

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2008-10-24 Thread Ricardo
Hello Stefan Since Georg patch for fx12mm needs this patch. So I have to make any change to it? Best regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailm

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405 (v2)

2008-10-21 Thread Stefan Roese
On Thursday 16 October 2008, Ricardo Ribalda Delgado wrote: > As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx > ppc440 boards, this patch presents a common architecture for all the > xilinx ppc405 boards. > > Any custom xilinx ppc405 board can be added very easily with no code >

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405

2008-10-16 Thread Ricardo Ribalda Delgado
Hello Stefan Thanks for your comments. I have just uploaded v2 of the patch. > How about the existing Xilinx PPC405 boards like ml300? Should they somehow > use this new infrastructure? Yes, that is the idea, adapt them to use this. So we have less work to support them in the future. This sh

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405

2008-10-16 Thread Stefan Roese
Hi Ricardo, On Thursday 16 October 2008, Ricardo Ribalda Delgado wrote: > As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx > ppc440 boards, this patch presents a common architecture for all the > xilinx ppc405 boards. > > Any custom xilinx ppc405 board can be added very easily w