Lines Matching +full:arm64 +full:- +full:efi
5 # SPDX-FileCopyrightText: 2023-2024 Linaro Ltd.
6 # SPDX-FileContributor: Philippe Mathieu-Daudé <philmd@linaro.org>
7 # SPDX-FileContributor: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
9 # SPDX-License-Identifier: GPL-2.0-or-later
23 ('https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/'
24 '14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-bootonly.iso'),
27 # This tests the whole boot chain from EFI to Userspace
37 "-drive", f"file={img_path},format=raw,snapshot=on",
40 self.vm.add_args("-cpu", cpu)
46 self.boot_freebsd14("cortex-a57")
57 self.boot_freebsd14("max,pauth-impdef=on")