create_builddir: add hw_imx53 (TrustZone) target

Until now, the HW platform support for the TrustZone features of the
i.MX53 boards could only be used, when adding a "trustzone" SPEC variable
manually. This commit adds a create_builddir target for HW i.MX53 with
TrustZone features enabled, fo convenience reasons.
This commit is contained in:
Stefan Kalkowski 2014-07-01 12:20:02 +02:00 committed by Norman Feske
parent f7a7421091
commit 3d68125b5e
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
REPOSITORIES += $(GENODE_DIR)/repos/base-hw

View File

@ -32,6 +32,7 @@ usage:
@echo " 'hw_pbxa9'"
@echo " 'hw_imx31'"
@echo " 'hw_imx53'"
@echo " 'hw_imx53_tz'"
@echo " 'hw_arndale'"
@echo " 'hw_odroid_xu'"
@echo " 'hw_rpi'"
@ -223,6 +224,9 @@ hw_imx31::
hw_imx53::
@echo "SPECS = genode hw_imx53" > $(BUILD_DIR)/etc/specs.conf
hw_imx53_tz::
@echo "SPECS = genode hw_imx53 trustzone" > $(BUILD_DIR)/etc/specs.conf
hw_arndale::
@echo "SPECS = genode hw_arndale" > $(BUILD_DIR)/etc/specs.conf