mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
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:
parent
f7a7421091
commit
3d68125b5e
1
tool/builddir/etc/build.conf.hw_imx53_tz
Normal file
1
tool/builddir/etc/build.conf.hw_imx53_tz
Normal file
@ -0,0 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user