From 671bbeddf29ab5e7c538433c11400614eb1d2e7a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 1 Jul 2026 12:59:14 +0200 Subject: [PATCH 1/2] blog: fix a 404 --- content/blog/2026/06/30-progress-report-7.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2026/06/30-progress-report-7.1.md b/content/blog/2026/06/30-progress-report-7.1.md index fb57e87..dd6662f 100644 --- a/content/blog/2026/06/30-progress-report-7.1.md +++ b/content/blog/2026/06/30-progress-report-7.1.md @@ -199,7 +199,7 @@ handling of Apple's non-macOS boot mode and support for new power domain metadat in the Apple Device Tree. ## Thanks again! -As always, we would like to thank our generous supporters on [GitHub Sponsors](https://github.com/sponsor/AsahiLinux) +As always, we would like to thank our generous supporters on [GitHub Sponsors](https://github.com/sponsors/AsahiLinux) and [Open Collective](https://opencollective.com/asahilinux), without whom we would not be able to continue working on unfinished M1 and M2 features or work on M3, M4 and A18 Pro support while supporting our enthusiastic new contributors! From 44ecf7461fbb4074ca2c063d0e8ca63b0c876766 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 1 Jul 2026 13:07:35 +0200 Subject: [PATCH 2/2] blog: explicit two acronyms --- content/blog/2026/06/30-progress-report-7.1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/blog/2026/06/30-progress-report-7.1.md b/content/blog/2026/06/30-progress-report-7.1.md index dd6662f..e4cb605 100644 --- a/content/blog/2026/06/30-progress-report-7.1.md +++ b/content/blog/2026/06/30-progress-report-7.1.md @@ -116,8 +116,9 @@ is rapid so watch this space! Most of the complicated hardware on this platform uses complicated firmware blobs. Most of this is based on RTKit, an RTOS-like firmware framework used by Apple to present a mostly standardised interface for the kernel to talk to the various bits of hardware. There are -exceptions to this, however. Some blocks, like DCP and AOP, use RTKit as the basis for their -firmware, but layer yet another set of abstractions called EPIC on top of it. Others still, +exceptions to this, however. Some blocks, like DCP (Display CoProcessor) and +AOP (Always-On Processor), use RTKit as the basis for their firmware, but layer +yet another set of abstractions called EPIC on top of it. Others still, like the Broadcom WiFi/Bluetooth chipset, use third-party firmware that Apple has no direct control over. Then, there's the Apple Video Decoder (AVD).