Added Vicharak Axon Support (Depends on PR#237 and PR#238)#242
Open
peonix0 wants to merge 12 commits intoedk2-porting:masterfrom
Open
Added Vicharak Axon Support (Depends on PR#237 and PR#238)#242peonix0 wants to merge 12 commits intoedk2-porting:masterfrom
peonix0 wants to merge 12 commits intoedk2-porting:masterfrom
Conversation
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 <utsavbalar1231@gmail.com>
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 <ajeetsinghchahar2@gmail.com>
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 <ajeetsinghchahar2@gmail.com>
Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
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 <ajeetsinghchahar2@gmail.com>
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 <ajeetsinghchahar2@gmail.com>
This commit enables USB Type-C support on the Axon board using the PCA95xx GPIO expander protocol. Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
Add missing PCD values required for Ethernet (GMAC) functionality and perform minor code refactoring. Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
Collaborator
|
Hey, please drop me an email at admin@worproject.com. 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 |
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.
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