Commit Graph

34 Commits

Author SHA1 Message Date
Gerwin Klein fb50094b7e drop Cogent support
The project is no longer actively developed on top of seL4.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2023-05-26 17:42:29 +10:00
Axel Heider 37a02edf33
use tag instead of raw commit ID for OpenSBI (#11)
Signed-off-by: Axel Heider <axelheider@gmx.de>
2021-09-10 10:34:53 +10:00
Oliver Scott 5702351f56 trivial: add opensbi remove riscv-pk
Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>
2021-03-22 15:22:45 +11:00
Gerwin Klein 930f8e5314 Convert repo to SPDX license identifiers
Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
2020-12-02 14:59:40 +11:00
Jashank Jeremy 41148d1f0f
Update remotes in `repo' manifests after {SEL4PROJ => seL4} move.
Signed-off-by: Jashank Jeremy <jashank.jeremy@unsw.edu.au>
2020-12-01 12:01:00 +11:00
Damon Lee 66be07d0c5 master.xml: Add lwIP remote
This commit adds an entry to the manifest which tells 'repo' to also
pull in the latest stable sources for the lwIP networking library.

Change-Id: I16d4c2328ce862d209e9f1bb68e91691bbf4845f
2020-07-24 10:38:02 +10:00
Kent McLeod 32735d21a8 Setup project directories for new structure
Previously the top level CMakeLists.txt was the entry point for creating
a cmake project that then included kernel/ and each project inside
projects:
./
- CMakeLists.txt -> ./tools/seL4/cmake-tool/default-CMakeLists.txt
- init-build.sh -> ./tools/seL4/cmake-tool/init-build.sh
- settings.cmake -> ./projects/camkes/settings.cmake
- easy-settings.cmake -> ./projects/camkes/easy-settings.cmake
- projects/
  - camkes/
    - CMakeLists.txt
    - settings.cmake
    - easy-settings.cmake
- tools/
- kernel/

Now camkes' CMakeLists.txt is the top level project and the project
structure looks like this, with no default CMakeLists.txt file:
./
- init-build.sh -> ./tools/seL4/cmake-tool/init-build.sh
- easy-settings.cmake -> ./projects/camkes/easy-settings.cmake
- projects/
  - camkes/
    - CMakeLists.txt
    - settings.cmake
    - easy-settings.cmake
- tools/
- kernel/
2019-09-19 21:35:05 +10:00
Kent McLeod d7984542cc Add cogent repository to tools/
This is used for uart_cogent application. It requires that the cogent
compiler is installed on the host system. This compiler can be installed
from tools/cogent.

Change-Id: Ib01404e8b6898a15f51c5f9f428bf613c6558928
2019-07-19 16:50:45 +10:00
Kent McLeod 8abd176e61 Link settings.cmake to top level directory
Helper scripts such as init-build.sh will expect this settings file to
exist here.
2019-07-03 15:58:34 +10:00
Curtis Millar bf06425b37 Add sel4runtime 2019-07-01 11:34:28 +10:00
Kent McLeod 1eea28e02a Move rumprun to tools directory
This is so that it doesn't get automatically imported from ./projects
and we can import it manually.

Change-Id: Ibede9cfc0d36e6436e81982c1dee4cea9b296cd1
2019-06-26 10:43:54 +10:00
G. Branden Robinson ab9b6f9c01 Add griddle support
Update symlinks so griddle can be run successfully.
2019-04-30 12:04:34 +10:00
Damon Lee f5eb318b62 master.xml: Add PicoTCP project
The newly added picoserver CAmkES application requires the PicoTCP
library.

Change-Id: Id5f4f62733e083900a9351097f2b6ae8aacd1f0b
2019-04-26 13:54:33 +10:00
Kent McLeod c8a702c740 Add riscv-pk repository to manifest
This is required for building RISC-V targets

Change-Id: Ib03d1cf6c2a8ee67f4b72bb8cf227ed20dbd6deb
2019-04-15 20:22:53 +10:00
Adam Felizzi cd4d26538e master.xml: Added cakeml_libs repo to manifest 2018-10-29 11:12:11 +11:00
Kent McLeod f25dd4db2d Add projects_libs repository
Change-Id: Ic75795947af212fba602daf308cfee3cda9e0d36
2018-08-13 13:35:32 +10:00
Adam Felizzi e4bbecb301 master.xml: Added seL4_project_libs
Added seL4_project_libs to the manifest since apps inside the
camkes project now rely on its libraries (sel4keyboard & sel4bga).
2018-08-10 10:30:32 +10:00
Adam Felizzi d4b6f42b5b Style: Cleaned up master.xml
Cleaned up whitespace
2018-08-10 10:30:32 +10:00
Adam Felizzi 38213d1b46 Updated the seL4 remote
Updated the path to the seL4 remote.
2018-08-10 10:30:32 +10:00
Adam Felizzi 313c7ec02f Simplified manifest post Kbuild archival
The manifest has been simplified to reflect the removal of the
Kbuild system.
2018-08-10 10:30:32 +10:00
Kent McLeod e3e33fd219 Update project structure for new CMake layout
Change-Id: I6345b5d23eefca733cd4c0ccc11fec18e32100f7
2018-07-25 15:02:45 +10:00
Kent McLeod 0805e4d4bf Update licenses
Change-Id: I479503ad22effc5321653587b243f8655e827bd4
2018-05-25 15:27:08 +10:00
Adrian Danis 578d26a9d9 Symlink helpers for cmake based builds
Change-Id: I85dba292e37fcac9a18f09b4155e6e45e7cdc045
2018-03-05 16:18:35 +11:00
Adrian Danis c2ef28087f Only put symlinks in libs folder
This matches the directory layout of other projects and is intended for future cmake
support. Having all repositories in the projects directory and just having symlinks
in 'libs' allows 'libs' to be 'ignored' as a collection of legacy build system artifacts

Change-Id: Ie07eb4a80bd1d46d1e6ff83615c46c0e6e9b5863
2018-02-28 16:30:19 +11:00
Adrian Danis 6a02241390 Remove symlink for deleted application
Change-Id: Ife5c77535f5cf897f39cf94b57e68d6e4d05e240
2018-02-27 15:05:36 +11:00
Kent McLeod 746f8a4c89 Add testhwdataportlrgpages app
Change-Id: I134a702f5610067816df602935c761d211ae0682
2017-11-27 13:48:31 +11:00
Anna Lyons 2137d04bc5 Remove duplicated global components entry 2017-10-06 09:19:13 +11:00
Kent McLeod 5eda31688c Add more libraries to manifest
Change-Id: I25a89333b96bbfac520a007f731bb3e7ed370e5e
2017-10-05 15:15:32 +11:00
Kent McLeod 6443beee0c Add debug-simple app
Change-Id: I3042560f875e221f63e4715cbe24e951454fd827
2017-09-21 11:51:19 +10:00
Kent McLeod 1ed39ee2e6 Fix typo in path name 2017-08-18 16:55:09 +10:00
Michal Podhradsky f5b722c937 Update apps 2017-08-16 17:01:42 -07:00
Kent McLeod 04d4f5931a Update master.xml for rumprun apps
Change-Id: Ica1eff9eb38997be3113445b4fb4f779176796eb
2017-07-04 12:28:54 +10:00
Kent McLeod 0bc310c7e7 Update master manifest 2017-06-27 13:50:07 +10:00
Stephen Sherratt d9761d2582 Changed default to be symlink to released manifest
A new manifest "master.xml" tracks the tips of all repos.

Change-Id: Iccd9c55cab73e0492e04b1c198a41b9c5c92faf2
2017-06-21 16:36:12 +10:00