Skip to content
Snippets Groups Projects
Commit ce4de96a authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

qemuarm64-efi.conf: Introduce qemuarm64 machine equivalent with EFI


This machine is based on Cortex-A57. For the EFI side, it uses
edk2-firmware.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent ed2ebb5c
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
#@TYPE: Machine
#@NAME: qemuarm64-efi
#@DESCRIPTION: Qemu Arm64 machine that boots via EFI.
require conf/machine/include/arm/armv8a/tune-cortexa57.inc
require conf/machine/include/qemu-efi.inc
KERNEL_IMAGETYPE ?= "Image"
# For runqemu
QB_SYSTEM_NAME = "qemu-system-aarch64"
QB_MACHINE_VIRT_HIGHMEM = "on"
QB_CPU = "-cpu cortex-a57"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment