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.
15 lines
219 B
Makefile
15 lines
219 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
GLOBAL_INCLUDES += \
|
|
$(LOCAL_DIR)/include
|
|
|
|
PLATFORM := microblaze
|
|
|
|
MEMBASE ?= 0x10000000
|
|
MEMSIZE ?= 0x01000000
|
|
VECTOR_BASE_PHYS := 0x10000000
|
|
LITTLE_ENDIAN := 1
|
|
|
|
#include make/module.mk
|
|
|