<div>Hi,</div>
<div>I am trying to add some POST tests in the uboot for MIPS 32 based board.As the number of tests increases i face some problems.The uboot strucks at some point.I am using the cmdline options to execute each tests.If i add eg some 5 tests it works
fine.If i add one more then the processor hangs.I am including some c files from outside.All the tests works fine individually in uboot using command line option.If i build with all the tests, one or the other makes the system hang.
</div>
<div>I tried to debug and the statement causing the Rom Exception is </div>
<div> 8003CAC8 0x3C1C0003 lui $gp,0x0003</div>
<div>in the begining of one of the functions.</div>
<div>Please give me some pointers</div>
<div> </div>
<div>Is there any size limitation to uboot?</div>
<div> </div>
<div>Thanks in advance,</div>
<div>Suresh</div>