--- wikisrc/ports/evbarm/apple.mdwn 2021/08/31 01:12:04 1.2 +++ wikisrc/ports/evbarm/apple.mdwn 2021/09/01 23:47:06 1.5 @@ -6,7 +6,7 @@ Initial support was added to NetBSD -cur Please note that installation on an Apple M1 requires macOS 11.2 or later to be installed first. -- Uncompress http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/gzimg/arm64.img.gz and write it to a USB drive. +- Uncompress and write it to a USB drive. *Make sure this file was built after Aug 30, 2021!* - Build and install `sysutils/u-boot-apple-m1` from pkgsrc. - The bootloader will be installed to `/usr/pkg/share/u-boot/apple-m1/u-boot.macho`. @@ -34,3 +34,63 @@ Please note that installation on an Appl - USB - Ethernet - Framebuffer console + +# Commits + +Add some missing barriers: + +- +- + +Support EL2 host mode: + +- +- + +Add 10-bit pixel format support: + +- + +Fix bus_dmamap_sync usage in bge(4): + +- + +Fix PCI resource allocation: + +- + +Disable dwc3 when iommu support is required: + +- + +Do not touch CNTCTL_IMASK in generic timer driver: + +- + +Fix incorrect KASSERT in cpu_lwp_fork: + +- + +Add IOMMU support to arm bus_dma: + +- + +Identify M1 CPU IDs: + +- + +Support 64-bit cpu-release-addr for spin-table: + +- + +Add support for FIQs: + +- + +Initial Apple M1 support: + +- + +Make scheduler aware of efficiency and performance cores: + +-