![]() ![]() | ![]() |
version 1.2, 2021/08/31 01:12:04 | version 1.4, 2021/08/31 10:24:08 |
---|---|
Line 6 Initial support was added to NetBSD -cur | Line 6 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. | 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 <http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/gzimg/arm64.img.gz> 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. | - 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`. | - The bootloader will be installed to `/usr/pkg/share/u-boot/apple-m1/u-boot.macho`. |
Line 34 Please note that installation on an Appl | Line 34 Please note that installation on an Appl |
- USB | - USB |
- Ethernet | - Ethernet |
- Framebuffer console | - Framebuffer console |
# Commits | |
Add some missing barriers: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131945.html> | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131946.html> | |
Support EL2 host mode: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131947.html> | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131948.html> | |
Add 10-bit pixel format support: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131949.html> | |
Fix bus_dmamap_sync usage in bge(4): | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131950.html> | |
Fix PCI resource allocation: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131951.html> | |
Disable dwc3 when iommu support is required: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131952.html> | |
Do not touch CNTCTL_IMASK in generic timer driver: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131953.html> | |
Fix incorrect KASSERT in cpu_lwp_fork: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131954.html> | |
Add IOMMU support to arm bus_dma: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131955.html> | |
Identify M1 CPU IDs: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131956.html> | |
Support 64-bit cpu-release-addr for spin-table: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131959.html> | |
Add support for FIQs: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131960.html> | |
Initial Apple M1 support: | |
- <https://mail-index.netbsd.org/source-changes/2021/08/30/msg131961.html> |