-
Notifications
You must be signed in to change notification settings - Fork 163
Added Vicharak Axon Support (Depends on PR#237 and PR#238) #242
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
Open
peonix0
wants to merge
12
commits into
edk2-porting:master
Choose a base branch
from
vicharak-in:axon-port
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 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
Vicharak Axon is a high performance single board computers developed by Vicharak that is based upon Rockchip's RK3588 SoC. Change-Id: I70a87b7df84740540ebd8be315ad0fa8ed485b48 Signed-off-by: UtsavBalar1231 <[email protected]>
This commit updates the Axon platform in EDK2 with changes aligned to recent upstream developments adds several platform-specific changes. Signed-off-by: Ajit Singh <[email protected]>
This commit formats C source files according to the EDK II coding conventions using Uncrustify, and updates the line endings to DOS format. Signed-off-by: Ajit Singh <[email protected]>
Signed-off-by: Ajit Singh <[email protected]>
The Axon.dsc file references the vendor DTB as rk3588-axon-linux.dtb. This commit fix this naming inconsistency and also corrects file permission for dtb. Signed-off-by: Ajit Singh <[email protected]>
This commit adds the necessary PCDs to enable the PCA9554 GPIO expander, which is required to support USB Type-C functionality on the Axon. Signed-off-by: Ajit Singh <[email protected]>
This commit enables USB Type-C support on the Axon board using the PCA95xx GPIO expander protocol. Signed-off-by: Ajit Singh <[email protected]>
Signed-off-by: Ajit Singh <[email protected]>
Add missing PCD values required for Ethernet (GMAC) functionality and perform minor code refactoring. Signed-off-by: Ajit Singh <[email protected]>
Signed-off-by: Ajit Singh <[email protected]>
Signed-off-by: Ajit Singh <[email protected]>
Collaborator
|
Hey, please drop me an email at [email protected]. There are a few requirements for new platforms. |
Author
hey thanks, I've dropped you the mail. Also there are these independent PRs #237 #238 |
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.
The PR adds the initial platform bring-up for the Vicharak Axon board as well as multiple follow-up fixes and enablements required to achieve a functional and stable EDK2 build for Axon.
This PR requires two other PRs to be merged first: #237 #238