From mboxrd@z Thu Jan 1 00:00:00 1970 From: calvin Date: Sun, 24 Oct 2004 15:51:45 +0530 Subject: [U-Boot-Users] U-boot for Malta Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am trying to port u-boot for MALTA(mips) board. The code downloads properly at the appropriate Flash address (0xBFC0000) but then loops back at some point due to memory problems. here is the dump file - > ffffffffbfc00300: 10000090 b ffffffffbfc00544 > ffffffffbfc00304: 241a0300 li $k0,768 ffffffffbfc00544 : ffffffffbfc00544: 1000ffff b ffffffffbfc00544 Other boot loaders works ok. that means hardware is working perfectly fine. Any pointers would be helpful. Thanks and regards, Pooja