Commit 528d55e4 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

tty: add ttyAMA0 and ttySI0 support

ttyAMA0 needed for qemu on aarch64 and armh. ttySI0 needed for HiFive Unleashed (riscv64).
parent de8a578f
...@@ -7,8 +7,8 @@ ifeq (distro,$(IMAGE_CLASS)) ...@@ -7,8 +7,8 @@ ifeq (distro,$(IMAGE_CLASS))
@$(call add,BASE_PACKAGES,installer-feature-serial-stage3) @$(call add,BASE_PACKAGES,installer-feature-serial-stage3)
endif endif
use/tty/S0: use/tty use/tty/S0 use/tty/SI0 use/tty/AMA0: use/tty/%: use/tty
@$(call add,THE_PACKAGES,agetty) @$(call add,THE_PACKAGES,agetty)
@$(call add,TTY_DEV,ttyS0) @$(call add,TTY_DEV,tty$*)
@$(call set,TTY_RATE,115200) @$(call set,TTY_RATE,115200)
@$(call add,SYSLINUX_CFG,ttyS0) @$(call add,SYSLINUX_CFG,tty$*)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment