forked from genodelabs/genode-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: remove SPEC variables of boards
Issue genodelabs/genode#3971
- Loading branch information
Showing
72 changed files
with
299 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x00100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x00100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x00100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x00100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
INC_DIR += $(REP_DIR)/src/bootstrap/spec/odroid_xu | ||
INC_DIR += $(REP_DIR)/src/bootstrap/board/odroid_xu | ||
|
||
SRC_CC += bootstrap/board/odroid_xu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a15_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += bootstrap/spec/odroid_xu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
|
||
vpath bootstrap/board/odroid_xu/platform.cc $(REP_DIR)/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
NR_OF_CPUS = 2 | ||
|
||
INC_DIR += $(REP_DIR)/src/bootstrap/spec/panda | ||
INC_DIR += $(REP_DIR)/src/bootstrap/board/panda | ||
INC_DIR += $(REP_DIR)/src/include | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/board/panda/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += bootstrap/spec/panda/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
CC_MARCH = -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=softfp | ||
|
||
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
|
||
vpath bootstrap/spec/panda/platform.cc $(REP_DIR)/src | ||
vpath bootstrap/board/panda/platform.cc $(REP_DIR)/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TMP := $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/bootstrap-hw.inc=%) | ||
|
||
INC_DIR += $(REP_DIR)/src/bootstrap/board/zynq_parallella | ||
|
||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
SRC_CC += bootstrap/board/zynq_qemu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
vpath bootstrap/board/zynq_qemu/platform.cc $(BASE_HW_DIR)/src/ | ||
|
||
include $(BASE_HW_DIR)/lib/mk/bootstrap-hw.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TMP := $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/bootstrap-hw.inc=%) | ||
|
||
INC_DIR += $(REP_DIR)/src/bootstrap/board/zynq_zc702 | ||
|
||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
SRC_CC += bootstrap/board/zynq_qemu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
vpath bootstrap/board/zynq_qemu/platform.cc $(BASE_HW_DIR)/src/ | ||
|
||
include $(BASE_HW_DIR)/lib/mk/bootstrap-hw.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TMP := $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/bootstrap-hw.inc=%) | ||
|
||
INC_DIR += $(REP_DIR)/src/bootstrap/board/zynq_zc706 | ||
|
||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
SRC_CC += bootstrap/board/zynq_qemu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
vpath bootstrap/board/zynq_qemu/platform.cc $(BASE_HW_DIR)/src/ | ||
|
||
include $(BASE_HW_DIR)/lib/mk/bootstrap-hw.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TMP := $(call select_from_repositories,lib/mk/bootstrap-hw.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/bootstrap-hw.inc=%) | ||
|
||
INC_DIR += $(REP_DIR)/src/bootstrap/board/zynq_zedboard | ||
|
||
SRC_S += bootstrap/spec/arm/crt0.s | ||
|
||
SRC_CC += bootstrap/board/zynq_qemu/platform.cc | ||
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc | ||
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc | ||
SRC_CC += bootstrap/spec/arm/cpu.cc | ||
SRC_CC += bootstrap/spec/arm/gicv2.cc | ||
SRC_CC += hw/spec/32bit/memory_map.cc | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
vpath bootstrap/board/zynq_qemu/platform.cc $(BASE_HW_DIR)/src/ | ||
|
||
include $(BASE_HW_DIR)/lib/mk/bootstrap-hw.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# \brief Build config for Genodes core process | ||
# \author Johannes Schlatow | ||
# \date 2016-05-03 | ||
# | ||
|
||
TMP := $(call select_from_repositories,lib/mk/spec/arm_v7/core-hw-zynq.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/spec/arm_v7/core-hw-zynq.inc=%) | ||
|
||
# add include paths | ||
INC_DIR += $(REP_DIR)/src/core/board/zynq_parallella | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
# include less specific configuration | ||
include $(BASE_HW_DIR)/lib/mk/spec/arm_v7/core-hw-zynq.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# \brief Build config for Genodes core process | ||
# \author Johannes Schlatow | ||
# \date 2016-05-03 | ||
# | ||
|
||
TMP := $(call select_from_repositories,lib/mk/spec/arm_v7/core-hw-zynq.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/spec/arm_v7/core-hw-zynq.inc=%) | ||
|
||
# add include paths | ||
INC_DIR += $(REP_DIR)/src/core/board/zynq_zc702 | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
# include less specific configuration | ||
include $(BASE_HW_DIR)/lib/mk/spec/arm_v7/core-hw-zynq.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# \brief Build config for Genodes core process | ||
# \author Johannes Schlatow | ||
# \date 2016-05-03 | ||
# | ||
|
||
TMP := $(call select_from_repositories,lib/mk/spec/arm_v7/core-hw-zynq.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/spec/arm_v7/core-hw-zynq.inc=%) | ||
|
||
# add include paths | ||
INC_DIR += $(REP_DIR)/src/core/board/zynq_zc706 | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
# include less specific configuration | ||
include $(BASE_HW_DIR)/lib/mk/spec/arm_v7/core-hw-zynq.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# \brief Build config for Genodes core process | ||
# \author Johannes Schlatow | ||
# \date 2016-05-03 | ||
# | ||
|
||
TMP := $(call select_from_repositories,lib/mk/spec/arm_v7/core-hw-zynq.inc) | ||
BASE_HW_DIR := $(TMP:%lib/mk/spec/arm_v7/core-hw-zynq.inc=%) | ||
|
||
# add include paths | ||
INC_DIR += $(REP_DIR)/src/core/board/zynq_zedboard | ||
|
||
NR_OF_CPUS = 2 | ||
|
||
# include less specific configuration | ||
include $(BASE_HW_DIR)/lib/mk/spec/arm_v7/core-hw-zynq.inc | ||
|
||
CC_CXX_WARN_STRICT = |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
ce88df8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nfeske this commit ce88df8 re-enables the additional board declarations in genode-world after the recent changes, and removes the SPEC variables of this repository that were dropped.
ce88df8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, @skalk! Merged to master.