--- wikisrc/ports/evbarm/apple.mdwn 2021/08/31 10:14:31 1.3 +++ wikisrc/ports/evbarm/apple.mdwn 2021/09/01 23:47:06 1.5 @@ -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: + +-