[arch][microblaze] add full interrupt, timer, and interrupt driven uart support

This commit is contained in:
Travis Geiselbrecht
2015-01-31 19:52:57 -08:00
parent 4cd280c7fa
commit c061e2d21c
7 changed files with 282 additions and 24 deletions

View File

@@ -36,3 +36,4 @@
#define TIMER_IRQ 0
#define ETHLITE_IRQ 1
#define UARTLITE_IRQ 3
#define MAX_INT 4