enable i.MX6 Quad Sabrelite board for hw and foc
This commit is contained in:
committed by
Norman Feske
parent
2f9da1c7c8
commit
c65860ee53
14
repos/base-hw/lib/mk/spec/imx6q_sabrelite/bootstrap-hw.mk
Normal file
14
repos/base-hw/lib/mk/spec/imx6q_sabrelite/bootstrap-hw.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
INC_DIR += $(BASE_DIR)/../base-hw/src/bootstrap/spec/imx6q_sabrelite
|
||||
|
||||
SRC_S += bootstrap/spec/arm/crt0.s
|
||||
|
||||
SRC_CC += bootstrap/spec/arm/cpu.cc
|
||||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc
|
||||
SRC_CC += bootstrap/spec/arm/pic.cc
|
||||
SRC_CC += bootstrap/spec/imx6q_sabrelite/platform.cc
|
||||
SRC_CC += hw/spec/arm/arm_v7_cpu.cc
|
||||
SRC_CC += hw/spec/32bit/memory_map.cc
|
||||
|
||||
NR_OF_CPUS = 4
|
||||
|
||||
include $(BASE_DIR)/../base-hw/lib/mk/bootstrap-hw.inc
|
||||
18
repos/base-hw/lib/mk/spec/imx6q_sabrelite/core-hw.mk
Normal file
18
repos/base-hw/lib/mk/spec/imx6q_sabrelite/core-hw.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# \brief Build config for Genodes core process
|
||||
# \author Stefan Kalkowski
|
||||
# \author Josef Söntgen
|
||||
# \author Martin Stein
|
||||
# \date 2014-02-25
|
||||
#
|
||||
|
||||
# add include paths
|
||||
INC_DIR += $(REP_DIR)/src/core/spec/imx6q_sabrelite
|
||||
|
||||
# add C++ sources
|
||||
SRC_CC += platform_services.cc
|
||||
|
||||
NR_OF_CPUS = 4
|
||||
|
||||
# include less specific configuration
|
||||
include $(REP_DIR)/lib/mk/spec/cortex_a9/core-hw.inc
|
||||
Reference in New Issue
Block a user