genode/repos/base-hw/lib/mk/spec/arm_v7/bootstrap-hw.inc
Stefan Kalkowski cf943dac65 hw: bootstrap into kernel
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
2017-02-23 14:54:42 +01:00

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