base-hw: Support for Raspberry Pi

This commit is contained in:
Norman Feske
2013-04-08 19:05:44 +02:00
parent 65f20262cb
commit 8ac6d8c96c
15 changed files with 570 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ usage:
@echo " 'hw_imx31'"
@echo " 'hw_imx53'"
@echo " 'hw_arndale'"
@echo " 'hw_rpi'"
@echo " 'foc_x86_32'"
@echo " 'foc_x86_64'"
@echo " 'foc_pbxa9'"
@@ -206,6 +207,9 @@ hw_imx53::
hw_arndale::
@echo "SPECS = genode hw_arndale" > $(BUILD_DIR)/etc/specs.conf
hw_rpi::
@echo "SPECS = genode hw_rpi" > $(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