This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000319] New: hal_vsr_table definition


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000319

           Summary: hal_vsr_table definition
           Product: eCos
           Version: unknown
          Platform: stb200 (Philips Semiconductors STB200 board)
        OS/Version: MIPS
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: HAL
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: vincent.latapie@philips.com
         QAContact: ecos-bugs@sources.redhat.com


Hello,

First, just to be clear, I haven't found the stb22x platforn so by default I 
have chosen stb200, but my problem appears with eCos delivery 2.0.47 for stb22x 
platform (also known as Dagobah).

so, my problem comes from hal_vsr_table definition in the file mips_mips32.ld, 
which is set to address 0x80000200. 
At the same time, we have the reset_vector function (defined in vector.s) which 
begins at 0x800001bc and whose size is 0x5c (so 
0x800001bc+0x5c=0x80000218=end_address)
hal_vsr_table overwrites the end of reset_vector, and as we have some watchdog 
mechanism we can during runtime go back to reset_vector which isn't coherent 
anymore.

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]