2017-02-21 12:46:59 +00:00
|
|
|
INC_DIR += $(BASE_DIR)/../base-hw/src/bootstrap/spec/arndale
|
|
|
|
|
|
|
|
SRC_CC += bootstrap/spec/arm/cortex_a15_cpu.cc
|
|
|
|
SRC_CC += bootstrap/spec/arndale/pic.cc
|
|
|
|
SRC_CC += bootstrap/spec/arndale/platform.cc
|
2019-03-13 14:43:56 +00:00
|
|
|
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
|
2017-06-20 13:25:04 +00:00
|
|
|
SRC_CC += hw/spec/32bit/memory_map.cc
|
2017-02-21 12:46:59 +00:00
|
|
|
SRC_S += bootstrap/spec/arm/crt0.s
|
2016-11-07 17:00:24 +00:00
|
|
|
|
|
|
|
NR_OF_CPUS = 2
|
|
|
|
|
2018-04-30 12:57:40 +00:00
|
|
|
#
|
|
|
|
# we need more specific compiler hints for some 'special' assembly code
|
|
|
|
# override -march=armv7-a because it conflicts with -mcpu=cortex-a15
|
|
|
|
#
|
2018-05-14 09:30:24 +00:00
|
|
|
CC_MARCH = -mcpu=cortex-a15 -mfpu=vfpv3 -mfloat-abi=softfp
|
2018-04-30 12:57:40 +00:00
|
|
|
|
2017-02-21 12:46:59 +00:00
|
|
|
include $(REP_DIR)/lib/mk/bootstrap-hw.inc
|