mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +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
5 lines
163 B
PHP
5 lines
163 B
PHP
INC_DIR += $(BASE_DIR)/../base-hw/src/core/include/spec/arm_v7
|
|
SRC_CC += core/spec/arm_v7/cpu.cc
|
|
|
|
include $(BASE_DIR)/../base-hw/lib/mk/spec/arm/bootstrap-hw.inc
|