added interrupt service routine for PCI errors. Fixed XLB macros (contained double undescores for _MBAR)

This commit is contained in:
Markus Fröschle
2013-11-08 13:59:39 +00:00
parent efdd513be3
commit 7b6dca54d4
3 changed files with 20 additions and 13 deletions

View File

@@ -447,7 +447,7 @@ void init_eport(void)
MCF_EPORT_EPPAR_EPPA1(MCF_EPORT_EPPAR_FALLING);
MCF_EPORT_EPDDR = 0; /* clear data direction register. All pins as input */
MCF_EPORT_EPFR = 0; /* clear all EPORT interrupt flags */
MCF_EPORT_EPIER = 0; /* disable all EPORT interrupts (for now) */
MCF_EPORT_EPIER = 0xfe; /* enable all EPORT interrupts (for now) */
}
void init_xlbus_arbiter(void)