Skip to content

Commit f70e7d5

Browse files
committed
Fix more broken links
Signed-off-by: Davide Cavalca <[email protected]>
1 parent e208e47 commit f70e7d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/HW-ASC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Communication between the M1's main CPU cores and the ASCs/IOPs (I/O processors)
5353

5454
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.
5555

56-
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.
56+
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.
5757

5858
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.
5959

docs/M1-Series-Feature-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
77
* **WIP**: Development work on the feature is actively progressing, however is not yet ready for wider testing, use or distribution
88
* **TBA**: Active work on this feature is not being undertaken at this time
99

10-
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).
10+
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).
1111

1212
## Table of Contents
1313
- [SoC blocks](#soc-blocks)

docs/M2-Series-Feature-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
99
* **dts**: Feature is included as part of the Linux Device Tree system
1010
* **-**: Feature not supported by hardware on this platform
1111

12-
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).
12+
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).
1313

1414
## Table of Contents
1515
- [SoC blocks](#soc-blocks)

docs/M3-Series-Feature-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ their progress towards being upstreamed. The tables herein can be interpreted as
88
* **WIP**: Development work on the feature is actively progressing, however is not yet ready for wider testing, use or distribution
99
* **TBA**: Active work on this feature is not being undertaken at this time
1010

11-
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).
11+
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).
1212

1313
## Table of Contents
1414
- [SoC blocks](#soc-blocks)

0 commit comments

Comments
 (0)