My own Malta kernels are built from rather old 2.6 sources, so it's notclear that all the same options are required/possible. The questions thatcome to mind for me are:1) You're booting a big-endian kernel. The Malta board can be set upfor either endianness with a DIP switch, but I believe that it shipsfrom the factory in little-endian mode. Have you verified that theendianness setup?
After reset, I get the message saying that, board is in Big endian mode. So, I assume that there is no problem here.
2) You're configuring for hot-pluggable CPUs. That isn't fully supportedin the old source base I've got. It may be fixed in 2.6.14, but do youactually need it on a Malta?3) You've got support for MIPS MT (the multithreading extension) enabled,with the slave-virtual-processor boot loader, etc. This stuff only workson a 34K core, and could cause severe problems if invoked on a 4Kc.At least you don't have SMP/SMTC multi-virtual-processor supportenabled, which would *definitely* cause a prompt crash on a 4Kc,but please turn MIPS_MT off. If MIPS MT + VPE loader are reallyselected options in the default malta config file, it needs to be fixed!Regards,Kevin K.
regards,
--kishore