
7 Aug
2007
7 Aug
'07
8:03 p.m.
Aaron,
The dtimer needed for get_timer(). If you disabled it in u-boot, many thins such as CFI FLASH, ethernet will fail! The best way to implement it in lib_m68k/m68k_linux.c. - do_bootm_linux()
Regards, TsiChung
-----Original Message----- From: Aaron Sells [mailto:aaron.sells@gmail.com] Sent: Tuesday, August 07, 2007 7:59 AM To: Robert S. Grimes Cc: Das U-Boot Mailing List; Liew Tsi Chung-r5aahp Subject: Re: Can't boot uClinux image on mcf5329evb
Bob,
Robert S. Grimes wrote:
Spurious interrupt 1 Spurious interrupt 2 Spurious interrupt 3 Spurious interrupt 4 Spurious interrupt 5 Spurious interrupt 6 . . .
I commented out the following line of cpu/mcf532x/interrupts.c to get past this issue:
intp->imrh0 &= ~CFG_TMRINTR_MASK;
Regards, Aaron Sells