-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch-axel-12] rework physical address space limits #52
Open
axel-h
wants to merge
11
commits into
master
Choose a base branch
from
patch-axel-12
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e58f770
to
e86bd6c
Compare
Instead of special handling for the SBI region in the kernel, which can be platform specific, treat it as a reserved memory region in the device tree which is sufficient to prevent the kernel from turning the reserved region into kernel untyped caps. Signed-off-by: Kent McLeod <kent@kry10.com>
e86bd6c
to
7793b23
Compare
8b82793
to
b8a1895
Compare
2ecde9f
to
85233e1
Compare
a202a20
to
05c4324
Compare
Signed-off-by: Axel Heider <axelheider@gmx.de>
Since we have Python 3.7 now, the usage of type hints can be improved further. Signed-off-by: Axel Heider <axelheider@gmx.de>
05c4324
to
fd02464
Compare
Signed-off-by: Axel Heider <axelheider@gmx.de>
- pass a dict - add type information for parameters Signed-off-by: Axel Heider <axelheider@gmx.de>
- merge functions to simplify control flow - clarify variable names - add comments - Improve code readability Signed-off-by: Axel Heider <axelheider@gmx.de>
Config is already part of the hardware YAML object, take it from there. Signed-off-by: Axel Heider <axelheider@gmx.de>
Signed-off-by: Axel Heider <axelheider@gmx.de>
Signed-off-by: Axel Heider <axelheider@gmx.de>
- add KernelPhysAddressSpaceBits and PHYS_ADDR_SPACE_BITS - add KernelPhysAddrTop and CONFIG_PHYS_ADDR_TOP - make CONFIG_PADDR_USER_DEVICE_TOP an alias - remove KernelPaddrUserTop from CMake - remove KernelArmPASizeBits40 from CMake - remove KernelArmPASizeBits44 from CMake - improve comment why the last page is always excluded Signed-off-by: Axel Heider <axelheider@gmx.de>
fd02464
to
da7da58
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test with: seL4/seL4_tools#135