2017-02-21 13:46:59 +01: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 15:43:56 +01:00
|
|
|
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
|
2017-06-20 15:25:04 +02:00
|
|
|
SRC_CC += hw/spec/32bit/memory_map.cc
|
2017-02-21 13:46:59 +01:00
|
|
|
SRC_S += bootstrap/spec/arm/crt0.s
|
2016-11-07 18:00:24 +01:00
|
|
|
|
|
|
|
NR_OF_CPUS = 2
|
|
|
|
|
2018-04-30 14:57:40 +02: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 11:30:24 +02:00
|
|
|
CC_MARCH = -mcpu=cortex-a15 -mfpu=vfpv3 -mfloat-abi=softfp
|
2018-04-30 14:57:40 +02:00
|
|
|
|
2017-02-21 13:46:59 +01:00
|
|
|
include $(REP_DIR)/lib/mk/bootstrap-hw.inc
|