initialize prelaminary exception vector table

This commit is contained in:
Markus Fröschle
2013-08-02 17:35:01 +00:00
parent 06ee231e55
commit 8448b2e579
5 changed files with 30 additions and 9 deletions

View File

@@ -934,6 +934,15 @@ void initialize_hardware(void) {
*/
xprintf(" (revision %d)\r\n",((MCF_SIU_JTAGID & MCF_SIU_JTAGID_REV) >> 28));
/*
* install (prilaminary) exception vectors
*/
extern void setup_vectors(void);
setup_vectors();
/* make sure the handlers are called */
//* (uint32_t *) 0xC0000001 = 0x0L;
init_slt();
init_fbcs();
init_ddram();