Skip to content

Commit

Permalink
Fix more broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Cavalca <[email protected]>
  • Loading branch information
davide125 committed Feb 18, 2025
1 parent e208e47 commit f70e7d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/HW-ASC.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Communication between the M1's main CPU cores and the ASCs/IOPs (I/O processors)

While protocols differ between processors, a common element appears to be that the low-order 8 bits of the second 64-bit half of the message encode the endpoint at the IOP side of the message. The first 64 bits appear to be passed through by the mailbox without further changes and very different encodings are used for them.

The hardware side of the mailbox is located at offset +0x8000 in MMIO space, and uses four interrupts numbered consecutively at the [AIC|HW-AIC](HW-AIC.md), two of which are useful to us.
The hardware side of the mailbox is located at offset +0x8000 in MMIO space, and uses four interrupts numbered consecutively at the [AIC](HW-AIC.md), two of which are useful to us.

Data is sent from the main CPU to the IOP when two 64-bit writes target offsets +0x8800 and +0x8808. Once the IOP reads the data and removes it from the queue, the interrupt with the lowest number at the AIC will trigger until it is disabled or further data is written.

Expand Down
2 changes: 1 addition & 1 deletion docs/M1-Series-Feature-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
* **WIP**: Development work on the feature is actively progressing, however is not yet ready for wider testing, use or distribution
* **TBA**: Active work on this feature is not being undertaken at this time

If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)|"When-will-Asahi-Linux-be-done?"](When-will-Asahi-Linux-be-done.md).
If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)](When-will-Asahi-Linux-be-done.md).

## Table of Contents
- [SoC blocks](#soc-blocks)
Expand Down
2 changes: 1 addition & 1 deletion docs/M2-Series-Feature-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
* **dts**: Feature is included as part of the Linux Device Tree system
* **-**: Feature not supported by hardware on this platform

If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)|"When-will-Asahi-Linux-be-done?"](When-will-Asahi-Linux-be-done.md).
If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)](When-will-Asahi-Linux-be-done.md).

## Table of Contents
- [SoC blocks](#soc-blocks)
Expand Down
2 changes: 1 addition & 1 deletion docs/M3-Series-Feature-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
* **WIP**: Development work on the feature is actively progressing, however is not yet ready for wider testing, use or distribution
* **TBA**: Active work on this feature is not being undertaken at this time

If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)|"When-will-Asahi-Linux-be-done?"](When-will-Asahi-Linux-be-done.md).
If a feature is not ready, then there is no estimation on when it will be ready. [Please do not ask for estimations in support channels (e.g. IRC)](When-will-Asahi-Linux-be-done.md).

## Table of Contents
- [SoC blocks](#soc-blocks)
Expand Down

0 comments on commit f70e7d5

Please sign in to comment.