This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-20 06:07:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4b4247f412
genode
/
repos
/
base
/
mk
/
spec
/
arm_v7a.mk
6 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
base: remove cortex* compiler flags (fix #2787)
2018-04-30 12:57:40 +00:00
SPECS
+=
arm_v7
CC_MARCH
?=
-march
=
armv7-a
base/mk: streamline spec includes for ARM This patch sets the -march complile flag in spec/arm_v7a.mk, which enables us to build depot archives for the 'arm_v7a' architecture. It also removes copy-pasted comments that offer no valuable insights but contain grammar errors.
2017-06-26 10:42:35 +00:00
base/mk: include sub specs from BASE_DIR Originally, the spec files for less specific SPEC values were include via the 'select_from_repositories' function. This implies that BASE_DIR must always be present in the list of 'REPOSITORIES'. Otherwise the spec files won't be found. By explicitly including sub specs from '$(BASE_DIR)/mk', we lift this restriction.
2017-04-07 08:48:02 +00:00
i
n
c
l
u
d
e
$(
BASE_DIR
)
/
m
k
/
s
p
e
c
/
a
r
m
_
v
7
.
m
k
Nested init on i.MX31 via base_hw. Rework base_hw. Implies support for the ARMv6 architecture through 'base-hw'. Get rid of 'base/include/drivers' expect of 'base/include/drivers/uart'. Merge with the support for trustzone on VEA9X4 that came from Stefan Kalkowski. Leave board drivers in 'base/include/platform'. Rework structure of the other drivers that were moved to 'base_hw/src/core' and those that came with the trustzone support. Beautify further stuff in 'base_hw'. Test 'nested_init' with 'hw_imx31' (hardware) and 'hw_panda_a2' (hardware), 'demo' and 'signal' with 'hw_pbxa9' (qemu) and 'hw_vea9x4' (hardware, no trustzone), and 'vmm' with 'hw_vea9x4' (hardware, with trustzone).
2012-10-23 15:12:09 +00:00
Reference in New Issue
Copy Permalink