[arch][microblaze] a bit of bugfixing and refactoring to get running on real hardware

Punched out a version of the microblaze on a ZYBO dev board, which required
a few tweaks an additions to run on real hardware.
Refactored the qemu and zybo microblaze target.
This commit is contained in:
Travis Geiselbrecht
2015-04-19 01:20:32 -07:00
parent 7a87715c95
commit 518a04eef3
21 changed files with 168 additions and 39 deletions

View File

@@ -37,3 +37,6 @@
#define ETHLITE_IRQ 1
#define UARTLITE_IRQ 3
#define MAX_INT 4
#define TIMER_RATE (62*1000000)