hw: add board support for Nitrogen6 SoloX

This commit is contained in:
Stefan Kalkowski
2017-10-19 10:39:11 +02:00
committed by Christian Helmuth
parent 7ffc480db8
commit 55b0dff795
11 changed files with 414 additions and 1 deletions

View File

@ -0,0 +1,14 @@
INC_DIR += $(BASE_DIR)/../base-hw/src/bootstrap/spec/nit6_solox
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/arm/imx6_platform.cc
SRC_CC += hw/spec/arm/arm_v7_cpu.cc
SRC_CC += hw/spec/32bit/memory_map.cc
NR_OF_CPUS = 1
include $(BASE_DIR)/../base-hw/lib/mk/bootstrap-hw.inc

View 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/nit6_solox
# add C++ sources
SRC_CC += platform_services.cc
NR_OF_CPUS = 1
# include less specific configuration
include $(REP_DIR)/lib/mk/spec/cortex_a9/core-hw.inc