base-hw: Add basic Zynq-7000 support (QEMU)

Ref #1599
This commit is contained in:
Johannes Schlatow
2015-09-02 13:59:31 +02:00
committed by Christian Helmuth
parent 458b4d6fc4
commit 40b31876d2
18 changed files with 655 additions and 90 deletions

View File

@@ -36,6 +36,7 @@ usage:
@echo " 'hw_arndale'"
@echo " 'hw_odroid_xu'"
@echo " 'hw_rpi'"
@echo " 'hw_zynq'"
@echo " 'hw_x86_64'"
@echo " 'hw_x86_64_muen'"
@echo " 'foc_x86_32'"
@@ -252,6 +253,9 @@ hw_rpi::
@echo "SPECS = genode hw_rpi" > $(BUILD_DIR)/etc/specs.conf
@echo "SPECS += perf_counter" >> $(BUILD_DIR)/etc/specs.conf
hw_zynq::
@echo "SPECS = genode hw_zynq" > $(BUILD_DIR)/etc/specs.conf
hw_odroid_xu::
@echo "SPECS = genode hw_odroid_xu" > $(BUILD_DIR)/etc/specs.conf
@echo "SPECS += perf_counter" >> $(BUILD_DIR)/etc/specs.conf