Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
6279ec89
Commit
6279ec89
authored
Jun 15, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: add the same modules to initrd for riscv64 as for aarch64
To support single board computers on riscv64.
parent
e9aa52e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.mk
features.in/kernel/config.mk
+1
-1
No files found.
features.in/kernel/config.mk
View file @
6279ec89
...
...
@@ -69,7 +69,7 @@ endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
@$(call add,VM_INITRDMODULES,ipr.ko ibmvscsi.ko)
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
ifeq (,$(filter-out aarch64 armh
riscv64
,$(ARCH)))
@$(call add,VM_INITRDMODULES,drivers/dma drivers/reset)
@$(call add,VM_INITRDMODULES,drivers/usb/dwc2 drivers/usb/dwc3)
@$(call add,VM_INITRDMODULES,drivers/phy drivers/usb/phy)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment