aarch64-dbm: initial feature for support DBM board (Baikal M1)
This commit is contained in:
parent
d571fb794b
commit
85f857dfc9
1
features.in/aarch64-dbm/README
Normal file
1
features.in/aarch64-dbm/README
Normal file
@ -0,0 +1 @@
|
||||
Настраивает систему для загрузки на плате DBM с SoC BE-M1000 (aarch64).
|
6
features.in/aarch64-dbm/config.mk
Normal file
6
features.in/aarch64-dbm/config.mk
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
ifeq (,$(filter-out aarch64,$(ARCH)))
|
||||
use/aarch64-dbm: use/efi/grub
|
||||
@$(call add_feature)
|
||||
@$(call set,KFLAVOURS,bfkm)
|
||||
endif
|
@ -0,0 +1,9 @@
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Device0"
|
||||
DefaultDepth 24
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
Modes "1280x720"
|
||||
EndSubSection
|
||||
EndSection
|
Loading…
Reference in New Issue
Block a user