CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2025/04/21 15:11:04
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/acpi : files.acpi Added files: sys/dev/acpi : qcscm_acpi.c Log message: Make qcscm(4) attach at acpi(4). This lets qcom machines which use qcscm(4) also access EFI variables in ACPI mode. Some arm64/qcom machines, like for example the Samsung Galaxy Book4 Edge, require to set the EFI variables during the installation procedure in ACPI mode, so that the BIOS can successfully boot OpenBSD. As agreed with deraadt@, this will make it in to the 7.7 release to fix the installation procedure of the impacted arm64/qcom machines. Input from miod@. Tested by kettenis@, kirill@. Collaboration and ok kettenis@