Look at your linker file (.lcf). Check also your memory map. See attached snapshot.
The T2080 core's first instruction fetch is a burst read of boot code from effective address 0x0_FFFF_FFC0.
See the Section 4.3.3 of the T2080 Reference Manual.
The .elf file contains addresses for lading. Default CodeWarrior ROM linker file uses 0xEFF10000 as start address and pleases .reset at address 0xEFFFFFFC.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------