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
78ac727d
You need to sign in or sign up before continuing.
Commit
78ac727d
authored
Aug 02, 2017
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: initial implementation
Elbrus 2000 only takes us a few lines to get up and running ;-)
parent
db1d0ee5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
README
features.in/e2k/README
+1
-0
config.mk
features.in/e2k/config.mk
+3
-0
boot.conf
features.in/e2k/rootfs/files/boot/boot.conf
+7
-0
50-e2k-serial
features.in/e2k/rootfs/image-scripts.d/50-e2k-serial
+9
-0
No files found.
features.in/e2k/README
0 → 100644
View file @
78ac727d
Эта фича содержит необходимое для поддержки систем архитектуры "Эльбрус".
features.in/e2k/config.mk
0 → 100644
View file @
78ac727d
use/e2k:
@$(call add_feature)
@$(call set,KFLAVOURS,mcst-def)
features.in/e2k/rootfs/files/boot/boot.conf
0 → 100644
View file @
78ac727d
default
=
auto
label
=
auto
partition
=
0
image
=/
image
-@
KVER
@
initrd
=/
initrd
-@
KVER
@.
img
cmdline
=
console
=
tty0
consoleblank
=
0
hardreset
root
=
UUID
=@
ROOTUUID
@
features.in/e2k/rootfs/image-scripts.d/50-e2k-serial
0 → 100755
View file @
78ac727d
#!/bin/sh
CFG
=
"/boot/boot.conf"
[
-f
"
$CFG
"
]
||
exit
1
[
-n
"
$GLOBAL_TTY_DEV
"
-a
-n
"
$GLOBAL_TTY_RATE
"
]
||
exit
0
# tty0 first
sed
-i
"s/console=tty0 /console=
$GLOBAL_TTY_DEV
,
$GLOBAL_TTY_RATE
&/"
"
$CFG
"
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