-
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
axel-h
force-pushed
the
patch-axel-12
branch
7 times, most recently
from
February 3, 2022 15:22
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 <[email protected]>
axel-h
force-pushed
the
patch-axel-12
branch
from
February 26, 2022 16:01
e86bd6c
to
7793b23
Compare
axel-h
force-pushed
the
patch-axel-12
branch
8 times, most recently
from
March 16, 2022 12:22
8b82793
to
b8a1895
Compare
axel-h
force-pushed
the
patch-axel-12
branch
7 times, most recently
from
March 22, 2022 14:21
2ecde9f
to
85233e1
Compare
axel-h
changed the title
Patch axel 12 (rework physical address space limits)
[patch-axel-12] rework physical address space limits
Mar 26, 2022
axel-h
force-pushed
the
patch-axel-12
branch
from
September 14, 2022 23:57
a202a20
to
05c4324
Compare
Signed-off-by: Axel Heider <[email protected]>
Since we have Python 3.7 now, the usage of type hints can be improved further. Signed-off-by: Axel Heider <[email protected]>
axel-h
force-pushed
the
patch-axel-12
branch
from
September 15, 2022 10:07
05c4324
to
fd02464
Compare
Signed-off-by: Axel Heider <[email protected]>
- pass a dict - add type information for parameters Signed-off-by: Axel Heider <[email protected]>
- merge functions to simplify control flow - clarify variable names - add comments - Improve code readability Signed-off-by: Axel Heider <[email protected]>
Config is already part of the hardware YAML object, take it from there. Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
- 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 <[email protected]>
axel-h
force-pushed
the
patch-axel-12
branch
from
September 15, 2022 10:10
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