Commit 51115ac
committed
Changes for Bob
Summary:
This revision contains all the adjustments to build the Muen SK
toolchain (arm64, x86_64) with bob.
The most important changes are as follows.
Remove relative paths from library with clauses and use external
GENERATED_DIR instead of hardcoded value. This allows the specification
of the directory for generated sources via the GENERATED_DIR
project/environment variable.
Make Object_Dir settable in gnattest*_.gpr files. When building the test
out of tree the object_dir must be in the build-directory. Otherwise
"cannot relocate deeper then object directory" error is thrown.
Adapt mucheckstack-test to lower stack usage.
Unify PT ending in Mucfgexpand SMMU expander: use _pt instead of .pt
like in the kernel and subject PT expanders.
Set unit.engine to GNATtestEngineBob in arcconfig and switch from pep8
to black linter/formatter in arclint.
Remove strange character in vcpu.xsd documentation.
Make solo5-muen-gencspec.py work with bob and lief 0.17.1.
Docker: Pin solo5 to current version. Contains sinfo update to version
0x4. Also build https.muen and unipi unikernels during docker image build.
Drop now obsolete Dockerfile.muen-dev-env. System images are built by
bob now.
Remove sbs submodule.
Publish docker container if branch is devel and also tag image with
branch-shortref.
Finally, delete all Makefiles.
Reviewers: ken
Reviewed By: ken
Differential Revision: https://dev.codelabs.ch/D1225File tree
121 files changed
+243
-865
lines changed- .github/workflows
- docker
- liballoc
- libmucfgcheck
- libmucfgvcpu
- libmulog
- libmutools
- libmuxml
- schema/system_src
- libpaging
- libtest
- mucbinsplit
- mucfgalloc
- mucfgcjoin
- mucfgcvresalloc
- mucfgexpand
- data
- src
- mucfgmemhashes
- mucfgmerge
- mucfgucode
- mucfgvalidate
- mucfgvresalloc
- mucgenspec
- mucheckelf
- mucheckstack
- tests
- mugenacpi
- mugends
- mugendts
- mugenmsrstore
- mugenpt
- mugensinfo
- mugensolo5
- mugenspec
- mugentau0cmds
- mugenzp
- thin
- mupcspkrdbg
- mureadshmemlog
- muwalkpt
- muxmlfilter
- plugins/documentation
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+243
-865
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
18 | 32 | | |
19 | 33 | | |
20 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
21 | 38 | | |
22 | 39 | | |
This file was deleted.
This file was deleted.
0 commit comments