Move Exynos 5 SoC series from genode repo

Fix #203
This commit is contained in:
Stefan Kalkowski
2020-04-22 12:39:18 +02:00
committed by Norman Feske
parent dd15d65800
commit 9c7df24e20
50 changed files with 4763 additions and 2 deletions

3
mk/spec/arndale.mk Normal file
View File

@@ -0,0 +1,3 @@
SPECS += arm_v7a framebuffer usb
include $(call select_from_repositories,mk/spec/arm_v7a.mk)

5
mk/spec/exynos5.mk Normal file
View File

@@ -0,0 +1,5 @@
SPECS += arm_v7a framebuffer usb
REP_INC_DIR += include/spec/exynos5
include $(BASE_DIR)/mk/spec/arm_v7a.mk

4
mk/spec/odroid_xu.mk Normal file
View File

@@ -0,0 +1,4 @@
SPECS += arm_v7a
include $(call select_from_repositories,mk/spec/arm_v7a.mk)