committed by
Christian Helmuth
parent
90d07741aa
commit
e337b844e5
@@ -25,7 +25,7 @@ ifeq ($(filter-out $(SPECS),arm_v6),)
|
||||
endif
|
||||
|
||||
ifeq ($(filter-out $(SPECS),arm_v8),)
|
||||
L4_BUILD_ARCH := arm_armv8a
|
||||
L4_BUILD_ARCH := arm64_armv8a
|
||||
endif
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
L4_CONFIG := $(call select_from_repositories,config/rpi3.user)
|
||||
|
||||
L4_BIN_DIR := $(LIB_CACHE_DIR)/syscall-foc/rpi3-build/bin/arm_armv8
|
||||
L4_BIN_DIR := $(LIB_CACHE_DIR)/syscall-foc/rpi3-build/bin/arm64_armv8a
|
||||
|
||||
L4_INC_TARGETS = arm64/l4/sys \
|
||||
arm64/l4f/l4/sys \
|
||||
|
||||
7
repos/base-foc/recipes/src/base-foc-rpi3/README
Normal file
7
repos/base-foc/recipes/src/base-foc-rpi3/README
Normal file
@@ -0,0 +1,7 @@
|
||||
This archive contains the Fiasco.OC-specific part of Genode.
|
||||
|
||||
It also contains the source code of the Fiasco.OC kernel in the
|
||||
'src/kernel/foc' directory.
|
||||
|
||||
Please note that Fiasco.OC has a license distinct from Genode. Fiasco.OC's
|
||||
license can be found at 'src/kernel/foc/COPYING-GPL-2'.
|
||||
3
repos/base-foc/recipes/src/base-foc-rpi3/content.mk
Normal file
3
repos/base-foc/recipes/src/base-foc-rpi3/content.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
BOARD := rpi3
|
||||
|
||||
include $(GENODE_DIR)/repos/base-foc/recipes/src/base-foc_content.inc
|
||||
1
repos/base-foc/recipes/src/base-foc-rpi3/hash
Normal file
1
repos/base-foc/recipes/src/base-foc-rpi3/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-05-21 9649f5d5574031c45012fef7e2407a62e6c50954
|
||||
1
repos/base-foc/recipes/src/base-foc-rpi3/used_apis
Normal file
1
repos/base-foc/recipes/src/base-foc-rpi3/used_apis
Normal file
@@ -0,0 +1 @@
|
||||
base
|
||||
@@ -26,7 +26,7 @@ src/kernel/foc: src/kernel
|
||||
cp -r $(KERNEL_PORT_DIR)/src/kernel/foc/* $@
|
||||
|
||||
content:
|
||||
for spec in x86_32 x86_64 arm; do \
|
||||
for spec in x86_32 x86_64 arm arm_64; do \
|
||||
mv lib/mk/spec/$$spec/ld-foc.mk lib/mk/spec/$$spec/ld.mk; \
|
||||
done;
|
||||
sed -i "s/ld-foc/ld/" src/lib/ld/foc/target.mk
|
||||
|
||||
Reference in New Issue
Block a user