Hi Thomas,
Thomas Chou wrote:
The default exception vector was located at sdram. But some designs locate the exception vector at onchip memory or sram, and the default exception hook won't work without regenerate hardware. This patch copy a sequence of instructions to the hardwired exception location. So that exceptions are redirected to inthandler at sdram. FIXME: It won't work if the exception slave is not writable. An error should be generated then. Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
Applied, thanks. Regards Greg -- ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
