zynq: add specs for zynq-based boards

- zynq_parallella
- zynq_zedboard
- zynq_zc706
- zynq_zc702
This commit is contained in:
Johannes Schlatow
2016-03-24 14:52:10 +01:00
committed by Norman Feske
parent 7f61d9a84a
commit 2e7bb650dc
17 changed files with 469 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# \brief Build config for Genodes core process
# \author Johannes Schlatow
# \date 2016-05-03
#
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_parallella
# include less specific configuration
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc

View File

@@ -0,0 +1,15 @@
#
# \brief Build config for Genodes core process
# \author Johannes Schlatow
# \date 2016-05-03
#
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zc702
# include less specific configuration
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc

View File

@@ -0,0 +1,15 @@
#
# \brief Build config for Genodes core process
# \author Johannes Schlatow
# \date 2016-05-03
#
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zc706
# include less specific configuration
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc

View File

@@ -0,0 +1,15 @@
#
# \brief Build config for Genodes core process
# \author Johannes Schlatow
# \date 2016-05-03
#
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zedboard
# include less specific configuration
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc