aarch64-dbm: initial feature for support DBM board (Baikal M1)

This commit is contained in:
Dmitriy Terekhin 2019-10-29 16:02:36 +04:00 committed by Michael Shigorin
parent d571fb794b
commit 85f857dfc9
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
Настраивает систему для загрузки на плате DBM с SoC BE-M1000 (aarch64).

View File

@ -0,0 +1,6 @@
ifeq (,$(filter-out aarch64,$(ARCH)))
use/aarch64-dbm: use/efi/grub
@$(call add_feature)
@$(call set,KFLAVOURS,bfkm)
endif

View File

@ -0,0 +1,9 @@
Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection