[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

@@ -9,7 +9,7 @@ SECTIONS
_start = .;
/* vector table goes at 0, for qemu target, at least */
.vectors : AT(0) {
.vectors : AT(%VECTOR_BASE_PHYS%) {
KEEP(*(.vectors))
}