- 29 Jul, 2022 1 commit
-
-
chenyangyy authored
-
- 02 May, 2022 6 commits
- 01 May, 2022 4 commits
- 30 Apr, 2022 3 commits
- 27 Apr, 2022 1 commit
-
-
leoncoci authored
-
- 24 Mar, 2022 2 commits
-
-
Axel Heider authored
These include files are deprecated for a long time already. Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
Axel Heider authored
Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
- 19 Dec, 2021 1 commit
-
-
Carmelo Pintaudi authored
There we assert that the only file type admitted is FILE_TYPE_CPIO, however libsel4camkes implements support to FILE_TYPE_SOCKET. Signed-off-by:
Carmelo Pintaudi <carmelo.pintaudi@hensoldt-cyber.de>
-
- 08 Dec, 2021 1 commit
-
-
Kent McLeod authored
- Use seL4_Word printf modifier for seL4_CPtr type. - Cast return value to (seL4_Error) as the API defines custom error codes starting after the seL4_Error enum finishes. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
- 28 Nov, 2021 2 commits
-
-
Kent McLeod authored
Use the correct libsel4 print modifier for the seL4 type. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
Kent McLeod authored
Clang warns that this attribute was being ignored. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
- 30 Sep, 2021 2 commits
-
-
Kent McLeod authored
ARMv6 is no longer supported. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
Kent McLeod authored
Remove support for ARMv6 and the only CPU we support for that architecture. This is because support is being removed from the kernel after removal of the only ARMv6 platform, kzm/imx31. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
- 13 Sep, 2021 1 commit
-
-
Gerwin Klein authored
This repository is not yet fully style-clean, and the policy is to update files as we touch them, not in one big go. Until we have reached a fully style-clean state, we should check only the diff on push, not all files. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 09 Sep, 2021 1 commit
-
-
Ben Leslie authored
Signed-off-by:
Ben Leslie <benno@brkawy.com>
-
- 07 Sep, 2021 1 commit
-
-
Curtis Millar authored
If the cycle counter is disabled during a read, the operation can be preempted and lose the count of cycles for the duration of the preemption. Signed-off-by:
Curtis Millar <curtis.millar@data61.csiro.au>
-
- 06 Sep, 2021 1 commit
-
-
Christopher Guikema authored
A kernel bug previously always cached EPT page regardless of the cacheable flag. When the bug was fixed, this function would always map EPT pages as uncacheable, due to the attributes difference between an EPT map and a normal page map. This commit checks if the function is mapping an EPT and provides the proper cache attribute to the kernel. Signed-off-by:
Chris Guikema <chris.guikema@dornerworks.com>
-
- 30 Aug, 2021 1 commit
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 27 Aug, 2021 1 commit
-
-
Gerwin Klein authored
The trigger action sends repository_dispatch events to all main test repositories of the manifests this repo is part of. Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 13 Aug, 2021 2 commits
-
-
Axel Heider authored
The function vspace_map_io() is only used when CONFIG_IOMMU is defined, thus the clang build warning "control reaches end of non-void function [-Wreturn-type]" can be avoided easily when this function only exists when it is needed. Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
Axel Heider authored
Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
- 07 Jul, 2021 1 commit
-
-
Gerwin Klein authored
Signed-off-by:
Gerwin Klein <gerwin.klein@proofcraft.systems>
-
- 19 Jun, 2021 2 commits
-
-
Kent McLeod authored
This elfloading implementation guarantees that it doesn't leave allocations behind in the loader allocators even if it fails. Fix area where this doesn't occur. Signed-off-by:
Kent McLeod <kent@kry10.com>
-
Axel Heider authored
Signed-off-by:
Axel Heider <axel.heider@hensoldt-cyber.de>
-
- 15 May, 2021 1 commit
-
-
Boyd Multerer authored
Update the documented order of the vspace_root parameter so that it matches the function signature Signed-off-by:
Kent McLeod <kent@kry10.com>
-
- 14 May, 2021 3 commits
-
-
Nils Wistoff authored
On RISC-V platforms, perform an instruction fence after copying the text segment into a new vspace. We need to make sure the text segment is written back from the L1D$ to main memory and visible to the I$. Signed-off-by:
Nils Wistoff <nwistoff@iis.ee.ethz.ch>
-
Axel Heider authored
Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
Axel Heider authored
Print the colon after the register name. Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
- 05 Apr, 2021 1 commit
-
-
Axel Heider authored
Add const qualifier wherever applicable and fix existing usage to do it properly. Signed-off-by:
Axel Heider <axelheider@gmx.de>
-
- 30 Mar, 2021 1 commit
-
-
Axel Heider authored
This allows sel4bench for be build for RasPi4 Signed-off-by:
Axel Heider <axel.heider@hensoldt-cyber.de>
-