device-qemu-aarch64: enable support for efi boot (MR 5137)

Copied from qemu-amd64. Enabling support for EFI boot allows me/others
to easily test pmOS EFI boot loader and config changes. Legacy BIOS boot
will still work, see 22c602096 for details.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-05-17 00:40:48 -07:00 committed by jane400
parent 7763bc8113
commit da0f0a306a
No known key found for this signature in database
GPG key ID: 9901C7B82A702241
2 changed files with 7 additions and 4 deletions

View file

@ -2,13 +2,13 @@
# Maintainer: Minecrell <minecrell@minecrell.net>
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-aarch64
pkgver=4
pkgrel=2
pkgver=5
pkgrel=0
pkgdesc="Simulated device in QEMU (aarch64)"
url="https://postmarketos.org"
arch="aarch64"
license="MIT"
depends="postmarketos-base"
depends="postmarketos-base systemd-boot"
makedepends="devicepkg-dev"
subpackages="
$pkgname-kernel-lts:kernel_lts
@ -65,7 +65,7 @@ kernel_edge() {
}
sha512sums="
806e06840e026af6d6da506faaa2617b560eaa27d33c29da2151ebee39fadd783cfe0d30998d64b82a166a1d13830862f32eadf22a1b45465a5951bc05209904 deviceinfo
6848a291cb4c13bc4b064e81d72c2d57b9263cccd133251fc58d496204b6136d0dd86b9c8e8ff5aa2adb10d29d2c381d0279cca84e1aa291c8f40d90cb5c7172 deviceinfo
8129439ec53e76e714b2d3dac97bbe702822d6f6642ea6b631aa26001fec85ca310fbe9eeb04c2bd849145a1137b7934c21b704524f3a98b96b7c6f71c2ca992 modules-initfs
99d32eed6c5cda59e91516e982c5bd5165ff718133e2411a0dbba04e2057d1dfad49a75e5cc67140d0e0adcbe1383671bd2892335929b782a5b19f5472e635ad mce-display-blanking.conf
"

View file

@ -20,3 +20,6 @@ deviceinfo_getty="ttyAMA0;115200"
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=tty1 console=ttyAMA0,38400n8 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
deviceinfo_disable_dhcpd="true"
deviceinfo_partition_type="gpt"
deviceinfo_boot_filesystem="fat32"
deviceinfo_generate_systemd_boot="true"