From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Wed, 24 Dec 2008 12:34:27 +0200 Subject: [U-Boot] U-Boot on Xilinx ML510 In-Reply-To: <49515364.3010401@seznam.cz> References: <49511368.5060008@embedded-sol.com> <49515364.3010401@seznam.cz> Message-ID: <49521033.9060303@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Michal Michal Simek wrote: > Hi Felix > there is generic-ppc440 support. I think it is easy to support ml510 board. > > Please look to board/xilinx/ml507/xparameters.h. > > 1. You can change this file manually > 2. you can generate this file. (I am not sure which BSP generate this file but > IMHO linux bsp do.) > > Regards, > Michal > Thanks a lot for replying. Adding basic ml510 support seems easy indeed. I've noticed that there's no Ethernet driver support. I guess if I need LL TEMAC in u-boot I have to use u-boot from Xilinx git tree. Is that correct ? Felix.