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-22 15:02:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f051065582
genode
/
repos
/
base
/
mk
/
spec
/
imx6.mk
6 lines
96 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_v7a gpio
hw: support Wandboard Quad (i.MX6) The port uses the Cortex-A9 private timer for the kernel and an EPIT as user timer. It was successfully tested on the Wandboard Quad and the CuBox-i with the signal test. It lacks L2-cache and Trustzone support by now. Thanks to Praveen Srinivas (IIT Madras, India) and Nikolay Golikov (Ksys Labs LLC, Russia). This work is partially based on their contributions. Fix #1467
2015-03-25 18:30:37 +00:00
Introduce 'spec' subdirectories to outline aspects Instead of holding SPEC-variable dependent files and directories inline within the repository structure, move them into 'spec' subdirectories at the corresponding levels, e.g.: repos/base/include/spec repos/base/mk/spec repos/base/lib/mk/spec repos/base/src/core/spec ... Moreover, this commit removes the 'platform' directories. That term was used in an overloaded sense. All SPEC-relative 'platform' directories are now named 'spec'. Other files, like for instance those related to the kernel/architecture specific startup library, where moved from 'platform' directories to explicit, more meaningful places like e.g.: 'src/lib/startup'. Fix #1673
2015-09-03 12:55:05 +00:00
REP_INC_DIR
+=
include/spec/imx6
hw: support Wandboard Quad (i.MX6) The port uses the Cortex-A9 private timer for the kernel and an EPIT as user timer. It was successfully tested on the Wandboard Quad and the CuBox-i with the signal test. It lacks L2-cache and Trustzone support by now. Thanks to Praveen Srinivas (IIT Madras, India) and Nikolay Golikov (Ksys Labs LLC, Russia). This work is partially based on their contributions. Fix #1467
2015-03-25 18:30:37 +00:00
base: remove cortex* compiler flags (fix #2787)
2018-04-30 12:57:40 +00:00
i
n
c
l
u
d
e
$(
BASE_DIR
)
/
m
k
/
s
p
e
c
/
a
r
m
_
v
7
a
.
m
k
Reference in New Issue
Copy Permalink