Re: [U-Boot] embedded standalone app for AVR32

2008-09-12 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message <[EMAIL PROTECTED]> you wrote: > > I don't think you can return to u-boot if you reprogram the interrupt > controller, or alter any other hardware that u-boot is using. You can, if you make sure to save the previous state before changing it, and restore it bef

Re: [U-Boot] embedded standalone app for AVR32

2008-09-12 Thread Haavard Skinnemoen
"FLYNN Sean" <[EMAIL PROTECTED]> wrote: > When I included the interrupts in this application I was receiving > __heap_start__ and __heap_end__ undefined (along with a few other minor > linking errors that I fixed due to gcc libraries that were not linked > in). I attempted to define these areas in

Re: [U-Boot] embedded standalone app for AVR32

2008-09-12 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Haavard Skinnemoen, > > In message <[EMAIL PROTECTED]> you wrote: >> I don't think you can return to u-boot if you reprogram the interrupt >> controller, or alter any other hardware that u-boot is using. > > You can, if you make sure to save the previous state before

Re: [U-Boot] embedded standalone app for AVR32

2008-09-12 Thread FLYNN Sean
] Sent: Friday, September 12, 2008 5:17 AM To: FLYNN Sean Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] embedded standalone app for AVR32 "FLYNN Sean" <[EMAIL PROTECTED]> wrote: > When I included the interrupts in this application I was receiving > __heap_start__ and _

Re: [U-Boot] embedded standalone app for AVR32

2008-09-19 Thread Haavard Skinnemoen
"FLYNN Sean" <[EMAIL PROTECTED]> wrote: > I suspected the linkerscript was the issue. > > Can anyone point me in the right direction to a correct linker script > for my purposes or even a good online source on how to correctly edit or > generate a linker scripts with regards to interrupts/heap/sta