genode/repos/base-hw/lib/mk/spec/odroid_xu/bootstrap-hw.mk
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
134 B
Makefile

SRC_CC += bootstrap/spec/odroid_xu/cpu.cc
SRC_CC += core/spec/arm_gic/pic.cc
include $(REP_DIR)/lib/mk/spec/exynos5/bootstrap-hw.inc