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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
58eea191
You need to sign in or sign up before continuing.
Commit
58eea191
authored
Mar 16, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boot.mk, efi, grub: Add support riscv64
For riscv64 available grub-efi. Needed added support for mkimage (mki-copy-efiboot-chrooted).
parent
724d904c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config.mk
features.in/efi/config.mk
+1
-1
config.mk
features.in/grub/config.mk
+1
-1
boot.mk
lib/boot.mk
+1
-1
No files found.
features.in/efi/config.mk
View file @
58eea191
EFI_ARCHES := x86_64 aarch64
EFI_ARCHES := x86_64 aarch64
riscv64
+efi: use/efi/signed; @:
...
...
features.in/grub/config.mk
View file @
58eea191
# default is plain text prompt
# NB: might be usbflash-ready hybrid iso
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64
riscv64
,$(ARCH)))
use/grub: sub/stage1 $(ISOHYBRID:%=use/isohybrid)
@$(call add_feature)
...
...
lib/boot.mk
View file @
58eea191
...
...
@@ -10,7 +10,7 @@ boot/iso:
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call try,BOOTLOADER,isolinux)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
ifeq (,$(filter-out aarch64
riscv64
,$(ARCH)))
@$(call try,BOOTLOADER,efiboot)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
...
...
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