base-hw & imx53: enable nested init

Fix #575
This commit is contained in:
Stefan Kalkowski
2012-12-14 14:55:37 +01:00
committed by Norman Feske
parent 7f2f2d9120
commit edb48873c1
16 changed files with 854 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ usage:
@echo " 'hw_vea9x4'"
@echo " 'hw_pbxa9'"
@echo " 'hw_imx31'"
@echo " 'hw_imx53'"
@echo " 'foc_x86_32'"
@echo " 'foc_x86_64'"
@echo " 'foc_pbxa9'"
@@ -197,6 +198,9 @@ hw_panda::
hw_imx31::
@echo "SPECS = genode hw_imx31" > $(BUILD_DIR)/etc/specs.conf
hw_imx53::
@echo "SPECS = genode hw_imx53" > $(BUILD_DIR)/etc/specs.conf
lx_hybrid_x86::
@echo "CROSS_DEV_PREFIX =" > $(BUILD_DIR)/etc/tools.conf
@echo "SPECS += always_hybrid" >> $(BUILD_DIR)/etc/specs.conf