Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seL4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
seL4
Commits
c6bcf9e4
Commit
c6bcf9e4
authored
5 years ago
by
Gerwin Klein
Browse files
Options
Downloads
Patches
Plain Diff
converted CAVEAT file content into .md
Adjusted headlines and comment syntax to markdown.
parent
0ca696be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CAVEATS-generic.md
+10
-10
10 additions, 10 deletions
CAVEATS-generic.md
CAVEATS-ia32.md
+19
-14
19 additions, 14 deletions
CAVEATS-ia32.md
with
29 additions
and
24 deletions
CAVEATS-generic.md
+
10
−
10
View file @
c6bcf9e4
#
# Copyright 2014, General Dynamics C4 Systems
#
# SPDX-License-Identifier: GPL-2.0-only
#
<!--
Copyright 2014, General Dynamics C4 Systems
This file lists known caveats in the seL4 API and implementation.
SPDX-License-Identifier: GPL-2.0-only
-->
*
Implementation Correctness
# Known caveats in the seL4 API and implementation
## Implementation Correctness
Only the ARMv7 version on the imx6 platform of seL4 has the full stack of
correctness proofs. This proof covers the functional behaviour of the C code of
...
...
@@ -37,7 +37,7 @@ Proofs for the MCS version (mixed-criticality systems) and for seL4 on the
RISC-V architecture are in progress.
*
Real Time
##
Real Time
The default version of seL4 must be configured carefully for use in real-time
requirements. It has a small number of potentially long-running kernel
...
...
@@ -50,7 +50,7 @@ provides principled access control for execution time, but its formal
verification is currently still in progress.
*
IPC buffer in globals frame may be stale
##
IPC buffer in globals frame may be stale
When a thread invokes its own TCB object to (re-)register its IPC buffer and
the thread is re-scheduled immediately, the userland IPC buffer pointer in the
...
...
@@ -58,7 +58,7 @@ globals frame may still show the old value. It is updated on the next thread
switch.
*
Re-using Address Spaces (ARM and x86):
##
Re-using Address Spaces (ARM and x86):
Before an ASID/page directory/page table can be reused, all frame caps
installed in it should be revoked. The kernel will not do this automatically
...
...
This diff is collapsed.
Click to expand it.
CAVEATS-ia32.md
+
19
−
14
View file @
c6bcf9e4
#
# Copyright 2014, General Dynamics C4 Systems
#
# SPDX-License-Identifier: GPL-2.0-only
#
<!--
Copyright 2014, General Dynamics C4 Systems
*
Intel VT-d (I/O MMU) support
SPDX-License-Identifier: GPL-2.0-only
-->
# Caveats specific to seL4 on ia32 and ia64
## Intel VT-d (I/O MMU) support
Intel VT-d support in seL4 was tested for the following chipsets:
-
Intel Q35 Express
-
Intel 5500
-
Intel Q35 Express
-
Intel 5500
On other chipsets with Intel VT-d support, seL4 might:
-
complain and disable IOMMU support
-
hang during bootstrapping
-
have some weird behaviour during runtime
-
complain and disable IOMMU support
-
hang during bootstrapping
-
have some weird behaviour during runtime
In any case, the workaround is to disable VT-d support, either:
-
in the BIOS, or
-
by including "disable_iommu" into the MultiBoot (e.g. GRUB) command line
as described in the seL4 documentation
-
in the BIOS, or
-
by including
`disable_iommu`
into the MultiBoot (e.g. GRUB) command line
as described in the seL4 documentation
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment