Skip to content

Commit 4b1b565

Browse files
authored
Merge pull request #324 from 3mdeb/seo_fixes
Add SEO fixes
2 parents c206522 + f27a6b4 commit 4b1b565

8 files changed

+19
-15
lines changed

docs/debug/iommu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document is related to changes submitted to [mainline coreboot](https://rev
1010
* patches under redesign in upstream
1111
* planned firmware release to include patches v4.8.0.3
1212
* tested on Xen 4.8.3 and Debian stretch with Linux 4.14.50
13-
* `xl dmesg` dump with apic and iommu verbose [here](logs/iommu_enabled_xl_dmesg.log)
13+
* `xl dmesg` dump with apic and iommu verbose [here](https://github.com/pcengines/apu2-documentation/blob/master/docs/logs/iommu_enabled_xl_dmesg.log)
1414
* `CPUX: No irq handler for vector e7` log is still visible, but doesn't affect
1515
boot process. We look for solution for that log [here](https://github.com/pcengines/coreboot/pull/186)
1616
* platform survived 100x reboots to Xen without issue
@@ -70,7 +70,7 @@ information about groups in AMD IOMMU spec.
7070
```
7171

7272
# How to check features with Xen
73-
Please [read this blog post](TBD)
73+
Please [read this blog post](https://www.brendangregg.com/blog/2014-05-09/xen-feature-detection.html)
7474

7575
# How to test IOMMU features
7676

docs/debug/usb-debugging.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,10 @@ reboot test immediately after failed cold boot (only one stick was detected).
472472

473473
Full boot logs:
474474

475-
* [tiano.log](../log/tiano.log) - both sticks detected
476-
* [tiano2.log](../log/tiano2.log) - one stick detected
475+
* [tiano.log](https://github.com/pcengines/apu2-documentation/blob/master/docs/logs/tiano.log) -
476+
both sticks detected
477+
* [tiano2.log](https://github.com/pcengines/apu2-documentation/blob/master/docs/logs/tiano2.log) -
478+
one stick detected
477479

478480
The stick that was not detected for some reason is still visible as a boot
479481
option in the second log, but boot order was changed. Note that there are more

docs/ipxe_compile.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ iPXE - compilation, configuration and including in firmware
55
66
## Compilation
77

8-
1. Prepare [build environment](building_env.md), if you haven't done so yet
9-
2. [Build firmware](building_firmware.md), if you haven't done so yet
8+
1. Prepare [build environment](https://github.com/pcengines/apu2-documentation/blob/864294e6c2219d70f174272f2e1b5f99b8b7b1db/docs/building_env.md),
9+
if you haven't done so yet
10+
2. [Build firmware](https://github.com/pcengines/apu2-documentation/blob/864294e6c2219d70f174272f2e1b5f99b8b7b1db/docs/building_firmware.md),
11+
if you haven't done so yet
1012
3. Clone iPXE repository:
1113

1214
```
@@ -29,7 +31,7 @@ iPXE - compilation, configuration and including in firmware
2931
* download proto: TFTP, HTTP, HTTPS, FTP, SLAM, NFS
3032
* image: NBI, ELF, MULTIBOOT, PXE, SCRIPT, BZIMAGE, COMBOOT, SDI, PNM, PNG
3133
32-
For more details please check [general.h](../ipxe/general.h).
34+
For more details please check [general.h](https://github.com/pcengines/apu2-documentation/blob/master/ipxe/general.h).
3335
3436
```
3537
make bin/8086157b.rom EMBED=./shell.ipxe

docs/mpcie_modules.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ with interrupts. Related issues:
117117

118118
- [coreboot #206](https://github.com/pcengines/coreboot/issues/206)
119119
- [coreboot #285](https://github.com/pcengines/coreboot/issues/285)
120-
- [coreboot #323](https://github.com/pcengines/coreboot/issues/323)
120+
- [coreboot #323](https://github.com/pcengines/coreboot/issues/323)
121121

122122
**Compatible slots:**
123123

@@ -222,7 +222,7 @@ operating system.
222222

223223
### AW7915-NP1
224224

225-
![AW7915-NP1](../images/mt7915e.jpg)
225+
![AW7915-NP1](images/mt7915e.jpg)
226226

227227
The AW7915-NP1 is a MediaTek MT7915E based Wi-Fi 6 (802.11ax) card from AsiaRF.
228228
It features 4x4 MIMO and support for 160MHz channels, and a maximum theoretical
@@ -276,7 +276,7 @@ can be done, for example in Debian OS, by performing those steps:
276276
lines:
277277
```
278278
deb http://ftp.pl.debian.org/debian stretch main non-free
279-
deb-src http://ftp.pl.debian.org/debian stretch main non-free
279+
deb-src http://ftp.pl.debian.org/debian stretch main non-free
280280
```
281281
- Update apt-get:
282282
```
@@ -302,11 +302,11 @@ Due to apu boards construction, it is possible to test that module only under
302302
apu2 mPCIe2 slot. Capacitors placed near the mPCIe1 slot prevent connecting the
303303
SATA cables to the module. Therefore, module was tested only in mPCIe2 slot.
304304
After multiple tests performed, it turned out that ASM1061 module is not
305-
supported by PC Engines apu2 platform.
305+
supported by PC Engines apu2 platform.
306306

307307
**Tests results**
308308

309-
Carried out tests and their results are presented in [debug documentation](/debug/mpcie2.md).
309+
Carried out tests and their results are presented in [debug documentation](debug/mpcie2.md).
310310
Detection problem is described more precisely there. Also, possible reasons
311311
of ASM1061 behavior are presented. Anyway, in every case and configuration
312312
that module doesn't work properly.

docs/research/tpm2-triage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Linux 0.10.0 and Debian jessie.
1010

1111
HW used: APU2 with TPM LPC addon
1212

13-
1. Install 4.13.0-rc6 kernel - [config](4_13_rc6_tpm_config)
13+
1. Install 4.13.0-rc6 kernel - [config](https://github.com/pcengines/apu2-documentation/blob/master/docs/research/4_13_rc6_tpm_config)
1414
2. Enable tpm2 module:
1515

1616
```

docs/rs-232.jpg

-1.32 MB
Loading

docs/supported_coreboot_build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Intro
1111
Coreboot ROM building process
1212
-----------------------------
1313

14-
1. [Build environment container](https://github.com/pcengines/apu2-documentation/blob/master/docs/building_env.md).
14+
1. [Build environment container](https://github.com/pcengines/apu2-documentation/blob/864294e6c2219d70f174272f2e1b5f99b8b7b1db/docs/building_env.md).
1515

1616
2. Clone coreboot repository:
1717
```

docs/voyage_image_building_alix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ extracted kernel files are placed.
119119
docker run --rm -v ${PWD}:/workdir -t -i pc-engines/apu2 bash
120120
```
121121

122-
If you don't have `pc-engines/apu2` environment built follow [this instruction](./building_env.md).
122+
If you don't have `pc-engines/apu2` environment built follow [this instruction](https://github.com/pcengines/apu2-documentation/blob/864294e6c2219d70f174272f2e1b5f99b8b7b1db/docs/building_env.md).
123123

124124
6. Read old config file:
125125

0 commit comments

Comments
 (0)