mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 01:28:48 +00:00
hw: add board support for Nitrogen6 SoloX
This commit is contained in:
committed by
Christian Helmuth
parent
7ffc480db8
commit
55b0dff795
14
repos/base-hw/lib/mk/spec/nit6_solox/bootstrap-hw.mk
Normal file
14
repos/base-hw/lib/mk/spec/nit6_solox/bootstrap-hw.mk
Normal 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
|
18
repos/base-hw/lib/mk/spec/nit6_solox/core-hw.mk
Normal file
18
repos/base-hw/lib/mk/spec/nit6_solox/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/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
|
Reference in New Issue
Block a user