Skip to content

Commit

Permalink
Merge pull request #159 from tlaurion/remove_unmaintained_building_in…
Browse files Browse the repository at this point in the history
…structions

Installing-and-Configuring/Building-Heads/*: remove undocumented boards, point to genral build doc instead
  • Loading branch information
tlaurion authored Jul 19, 2024
2 parents 6d58a58 + 9f027d3 commit 6a6ae83
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 159 deletions.
13 changes: 0 additions & 13 deletions Installing-and-Configuring/Building-Heads/kgpe-d16.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ These boards have a script in the 'blobs/p8z77-m_pro' folder which will automati

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

```Makefile
make BOARD=p8z77-m_pro-tpm1-maximized
```

or

```Makefile
make BOARD=p8z77-m_pro-tpm1-hotp-maximized
```

Please continue with the [flashing guide]({{ site.baseurl }}/Asus-p8z77-m_pro-flashing/)

More options and detail about Heads modules under [Makefile]({{ site.baseurl }}/Makefile/)
13 changes: 0 additions & 13 deletions Installing-and-Configuring/Building-Heads/t420.md

This file was deleted.

13 changes: 0 additions & 13 deletions Installing-and-Configuring/Building-Heads/t430.md

This file was deleted.

12 changes: 0 additions & 12 deletions Installing-and-Configuring/Building-Heads/x220.md

This file was deleted.

24 changes: 2 additions & 22 deletions Installing-and-Configuring/Building-Heads/x230-maximized.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Lenovo X230 Maximized
Please determine the [version]({{ site.baseurl }}/Prerequisites#supported-devices) you want to build (HOTP or not).

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

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

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

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

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

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

```Makefile
make BOARD=x230-maximized bootstrap
make BOARD=x230-maximized
```

or

```Makefile
make BOARD=x230-hotp-maximized bootstrap
make BOARD=x230-hotp-maximized
```

If running a supported OS (Debian-11/Ubuntu 20.04), have installed proper dependencies,
ran the xx30 blobs download script prior of calling the above make commands for your chosen
board flavor, 3 roms should have been created:
- A fully valid 12Mb rom to be flashed internally, also splitted into:
- A top(4Mb) ROM, to be flashed externally on the top SPI flash chip.
- A bottom(8Mb) ROM, to be flashed externally on the bottom SPI flash chip

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

Expand Down
76 changes: 0 additions & 76 deletions Installing-and-Configuring/Building-Heads/x230.md

This file was deleted.

0 comments on commit 6a6ae83

Please sign in to comment.