-
Notifications
You must be signed in to change notification settings - Fork 59
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
(kernel-rolling) arch: Add LoongArch Old BPI (old-world firmware interface) support #179
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @MingcongBai. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: liuyun <[email protected]> Signed-off-by: Yanteng Si <[email protected]>
Signed-off-by: liuyun <[email protected]> Signed-off-by: Yanteng Si <[email protected]>
Signed-off-by: liuyun <[email protected]> Signed-off-by: maobibo <[email protected]> Signed-off-by: Yanteng Si <[email protected]>
Resolve the problem that the multi-node cpus fail to boot. Signed-off-by: yangqiming <[email protected]> Signed-off-by: Yanteng Si <[email protected]>
To be compatible with OLD firmware which has no _DMA method, we should use arch specific phys_to_dma. Signed-off-by: Hongchen Zhang <[email protected]> Signed-off-by: Yanteng Si <[email protected]>
The current config can't boot fedora, let's update it. Signed-off-by: Yanteng Si <[email protected]>
670cb3e
to
39b82fe
Compare
deepin pr auto reviewloongarch: Fix interrupt routing on EIOCP Prior to this commit, the interrupt routing on EIOCP was done loongarch: Fix interrupt routing on EIOCP Prior to this commit, the interrupt routing on EIOCP was done |
Fails to build on arch/loongarch/kernel/legacy_boot.c:94:6: error: no previous prototype for 'register_default_pic' [-Werror=missing-prototypes]
94 | void register_default_pic(int id, u32 address, u32 irq_base)
| ^~~~~~~~~~~~~~~~~~~~
arch/loongarch/kernel/legacy_boot.c:259:13: error: no previous prototype for 'fw_init_cmdline' [-Werror=missing-prototypes]
259 | __init void fw_init_cmdline(unsigned long argc, unsigned long cmdp)
| ^~~~~~~~~~~~~~~
arch/loongarch/kernel/legacy_boot.c:358:14: error: no previous prototype for 'bpi_init' [-Werror=missing-prototypes]
358 | unsigned int bpi_init(void)
| ^~~~~~~~
cc1: all warnings being treated as errors |
Picked and rebased from #130.
From original pull request:
Builds tested