qemu-uefi-x86 board: new board introduced for x86 on virtualized env
This commit is contained in:
parent
22df643222
commit
d1ee68731a
24
config/boards/qemu-uefi-x86.conf
Normal file
24
config/boards/qemu-uefi-x86.conf
Normal file
@ -0,0 +1,24 @@
|
||||
# x86_64 via UEFI/BIOS for generic virtual board
|
||||
#
|
||||
# Usage: Use this board to run armbian on a
|
||||
# virtualized environment (eg: QEMU/KVM)
|
||||
#
|
||||
# Notes:
|
||||
# - Differences with the 'uefi-x86' board:
|
||||
# - support kernel boot messages on graphical
|
||||
# and console/serial devices
|
||||
# - support prompt on graphical/console devices
|
||||
# - Patches targeting virtualized env on x86
|
||||
# should be added here - when it make sense :)
|
||||
#
|
||||
declare -g BOARD_NAME="UEFI x86 (QEMU)"
|
||||
declare -g BOARDFAMILY="uefi-x86"
|
||||
declare -g BOARD_MAINTAINER="@davidandreoletti"
|
||||
declare -g KERNEL_TARGET="legacy,current,edge"
|
||||
declare -g SERIALCON="tty1,ttyS0"
|
||||
|
||||
declare -g BOOT_LOGO=desktop
|
||||
|
||||
declare -g GRUB_CMDLINE_LINUX_DEFAULT="earlyprintk=ttyS0,115200,keep"
|
||||
declare -g DEFAULT_CONSOLE="both"
|
||||
declare -g UEFI_GRUB_TERMINAL="gfxterm vga_text console serial"
|
||||
@ -1,7 +1,8 @@
|
||||
# x86_64 via UEFI/BIOS for all boards
|
||||
# x86_64 via UEFI/BIOS for a generic hardware board
|
||||
declare -g BOARD_NAME="UEFI x86"
|
||||
declare -g BOARDFAMILY="uefi-x86"
|
||||
declare -g BOARD_MAINTAINER="rpardini"
|
||||
declare -g KERNEL_TARGET="legacy,current,edge"
|
||||
declare -g SERIALCON="tty1"
|
||||
|
||||
declare -g BOOT_LOGO=desktop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user