feat: baremetalsupport aarch64 - #471
Merged
mkroening merged 3 commits intoAug 7, 2025
Merged
Conversation
identify the binary as bootable by inserting a linux boot header.
fstracke
force-pushed
the
feature-baremetalsupport-aarch64
branch
from
July 2, 2025 08:39
1ffb549 to
8ae0120
Compare
mkroening
self-requested a review
July 2, 2025 08:44
when booting, this commit adds a check to determine the machines current exception level. If it is lower than 1, it changes the EL accordingly. Signed-off-by: Fritz Stracke <fritz.stracke@rwth-aachen.de>
fstracke
force-pushed
the
feature-baremetalsupport-aarch64
branch
3 times, most recently
from
July 31, 2025 13:03
d57dbd3 to
85dadd1
Compare
add drivers for serial devices. recognize drivers based on dtb tag. use appropriate driver in console module. Signed-off-by: Fritz Stracke <fritz.stracke@rwth-aachen.de>
fstracke
force-pushed
the
feature-baremetalsupport-aarch64
branch
from
August 7, 2025 12:37
85dadd1 to
3b177c2
Compare
This file contains hidden or 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
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.
Add support for aarch64 baremetal hardware