forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: amp: add slave port support for AMP (ax25mp + ax25)
ax25mp(dual core) + ax25(UP) AMP architecture need slave port support for ax25mp can access ax25 local memory, also create new device nodes and CONFIG_AMP configure flag in the ioremap_nocache() funtion. ax25mp can only load ELF into ax25 which is in the WFI (wait for interrupt) Add small mailbox for shared status between ax25mp and ax25. Enable CONFIG_AMP in the ae350_rv64_ax25_amp_defconfig. Signed-off-by: Charles Ci-Jyun Wu <dminus@andestech.com> Reviewed-by: Dylan Jhong <dylan@andestech.com> Reviewed-by: Randolph <randolph@andestech.com>
- Loading branch information
Charles Ci-Jyun Wu
authored and
Leo Yu-Chi Liang
committed
Nov 1, 2022
1 parent
5dd08ff
commit 0f3f718
Showing
5 changed files
with
221 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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
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