Skip to content

Commit 6a6ae83

Browse files
authored
Merge pull request #159 from tlaurion/remove_unmaintained_building_instructions
Installing-and-Configuring/Building-Heads/*: remove undocumented boards, point to genral build doc instead
2 parents 6d58a58 + 9f027d3 commit 6a6ae83

File tree

7 files changed

+2
-159
lines changed

7 files changed

+2
-159
lines changed

Installing-and-Configuring/Building-Heads/kgpe-d16.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Installing-and-Configuring/Building-Heads/p8z77-m_pro-tpm1.maximized.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ These boards have a script in the 'blobs/p8z77-m_pro' folder which will automati
2323

2424
You can also [download the ROMs directly from CircleCI]({{ site.baseurl }}/Downloading)
2525

26-
```Makefile
27-
make BOARD=p8z77-m_pro-tpm1-maximized
28-
```
29-
30-
or
31-
32-
```Makefile
33-
make BOARD=p8z77-m_pro-tpm1-hotp-maximized
34-
```
35-
3626
Please continue with the [flashing guide]({{ site.baseurl }}/Asus-p8z77-m_pro-flashing/)
3727

3828
More options and detail about Heads modules under [Makefile]({{ site.baseurl }}/Makefile/)

Installing-and-Configuring/Building-Heads/t420.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Installing-and-Configuring/Building-Heads/t430.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Installing-and-Configuring/Building-Heads/x220.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

Installing-and-Configuring/Building-Heads/x230-maximized.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Lenovo X230 Maximized
1313
Please determine the [version]({{ site.baseurl }}/Prerequisites#supported-devices) you want to build (HOTP or not).
1414

1515
For the Thinkpad x230 there are multiple maximized boards under `./boards`,
16-
x230-maximized, x230-hotp-maximized and x230-hotp-maximized_usb-kb.
16+
x230-maximized, x230-hotp-maximized and usb-kb or edp-fhd variations.
1717

1818
All those roms are externally flashable through their top and bottom rom images.
1919

@@ -24,32 +24,12 @@ As opposed to Legacy boards produced ROM images, Maximized boards produced ROMs
2424
space is given back to the BIOS (coreboot+payload) region.
2525

2626
x230 maximized boards need blobs to be downloaded and extracted from Lenovo prior
27-
of building the board configuration.
27+
of building the board configuration but those are managed by the board build, so see general builds instructions.
2828

2929
Please refer to the [xx30 blobs documentation](https://github.com/osresearch/heads/blob/master/blobs/xx30/README),
30-
debian-11 [dependencies tested working per CircleCI](https://github.com/osresearch/heads/blob/7327f3524eadfa9fe77d0477d63d8e42c692c83a/.circleci/config.yml#L16)
31-
and [how CircleCI call the blobs download script](https://github.com/osresearch/heads/blob/7327f3524eadfa9fe77d0477d63d8e42c692c83a/.circleci/config.yml#L96) to produce ROMs.
3230

3331
You can also [download the ROMs directly from CircleCI]({{ site.baseurl }}/Downloading)
3432

35-
```Makefile
36-
make BOARD=x230-maximized bootstrap
37-
make BOARD=x230-maximized
38-
```
39-
40-
or
41-
42-
```Makefile
43-
make BOARD=x230-hotp-maximized bootstrap
44-
make BOARD=x230-hotp-maximized
45-
```
46-
47-
If running a supported OS (Debian-11/Ubuntu 20.04), have installed proper dependencies,
48-
ran the xx30 blobs download script prior of calling the above make commands for your chosen
49-
board flavor, 3 roms should have been created:
50-
- A fully valid 12Mb rom to be flashed internally, also splitted into:
51-
- A top(4Mb) ROM, to be flashed externally on the top SPI flash chip.
52-
- A bottom(8Mb) ROM, to be flashed externally on the bottom SPI flash chip
5333

5434
Please continue with the [flashing guide]({{ site.baseurl }}/x230-maximized-flashing/)
5535

Installing-and-Configuring/Building-Heads/x230.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)