Module Name: src Committed By: martin Date: Sun Aug 4 11:37:56 UTC 2019
Modified Files: src/sys/arch/arm/acpi [netbsd-9]: acpi_machdep.c src/sys/stand/efiboot [netbsd-9]: efiacpi.c efifdt.c version Log Message: Pull up following revision(s) (requested by jmcneill in ticket #3): sys/stand/efiboot/efiacpi.c: revision 1.4 sys/stand/efiboot/efifdt.c: revision 1.18 sys/stand/efiboot/version: revision 1.12 sys/arch/arm/acpi/acpi_machdep.c: revision 1.7 sys/arch/arm/acpi/acpi_machdep.c: revision 1.8 Add full UEFI memory map to the /chosen node. - acpi_md_OsMapMemory can be used for both normal and device memory. Use the UEFI memory map to determine how to map a given region. Always map ACPI table memory as normal memory. Always map device memory as device memory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.6.1 src/sys/arch/arm/acpi/acpi_machdep.c cvs rdiff -u -r1.3 -r1.3.6.1 src/sys/stand/efiboot/efiacpi.c cvs rdiff -u -r1.17 -r1.17.2.1 src/sys/stand/efiboot/efifdt.c cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/stand/efiboot/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.