mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +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
9 lines
335 B
PHP
9 lines
335 B
PHP
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/cortex_a8
|
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/imx53
|
|
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/imx
|
|
|
|
SRC_CC += core/spec/imx53/pic.cc
|
|
SRC_CC += bootstrap/spec/imx53/platform.cc
|
|
|
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/arm_v7/bootstrap-hw.inc
|