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
Anton Palgunov
mkimage-profiles
Commits
e09d7bef
Commit
e09d7bef
authored
Jul 25, 2019
by
Anton Midyukov
Committed by
Michael Shigorin
Sep 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
armh-mcom02: initial features for ELVIS Salute board
parent
944c8cfc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
README
features.in/armh-mcom02/README
+2
-0
config.mk
features.in/armh-mcom02/config.mk
+7
-0
01-uboot-prepare
features.in/armh-mcom02/image-scripts.d/01-uboot-prepare
+15
-0
99-extlinux-conf-fix
features.in/armh-mcom02/image-scripts.d/99-extlinux-conf-fix
+4
-0
No files found.
features.in/armh-mcom02/README
0 → 100644
View file @
e09d7bef
Фича предназначена для обеспечения поддержки процессорного модуля
"ЭЛВИС Салют ЭЛ24ПМ2". Подробнее: http://altlinux.org/mcom02
features.in/armh-mcom02/config.mk
0 → 100644
View file @
e09d7bef
ifeq (,$(filter-out armh,$(ARCH)))
use/armh-mcom02: use/uboot use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)
endif
features.in/armh-mcom02/image-scripts.d/01-uboot-prepare
0 → 100755
View file @
e09d7bef
#!/bin/sh
# Rewrite extlinux.conf
mkdir
-p
/boot/extlinux
cat
>
/boot/extlinux/extlinux.conf
<<
EOF
menu title ALT Boot Options
default linux
timeout 20
label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
append root=LABEL=ROOT ro console=ttyS0,115200 video=HDMI:1920x1080
EOF
features.in/armh-mcom02/image-scripts.d/99-extlinux-conf-fix
0 → 100755
View file @
e09d7bef
#!/bin/sh
# Drop fdtdir PATH
sed
-i
'/fdtdir/d'
/boot/extlinux/extlinux.conf
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