mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
cf943dac65
Put the initialization of the cpu cores, setup of page-tables, enabling of MMU and caches into a separate component that is only used to bootstrap the kernel resp. core. Ref #2092
11 lines
366 B
Makefile
11 lines
366 B
Makefile
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/rpi
|
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/arm_v6
|
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/pl011
|
|
|
|
SRC_CC += bootstrap/spec/arm_v6/cpu.cc
|
|
SRC_CC += bootstrap/spec/rpi/platform.cc
|
|
SRC_CC += core/spec/rpi/pic.cc
|
|
|
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/arm/bootstrap-hw.inc
|
|
|