You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

  1. # skulls - coreboot your device the easy way
  2. pre-built [coreboot](https://www.coreboot.org/) image and documentation on
  3. how to flash them; compatible with Windows and Linux, and easy to use.
  4. There's a boot menu and a few options to tick.
  5. ![seabios_bootmenu](x230/front.jpg)
  6. We want to make it easy to "bootstrap" your laptop to a _working_, _unlocked_,
  7. _up-to-date_ coreboot-based BIOS.
  8. ## Supported Laptops
  9. * [Thinkpad X230](x230/README.md).
  10. ## When do we do a release?
  11. Either when
  12. * There is a new SeaBIOS release,
  13. * There is a new Intel microcode release (for our CPU model),
  14. * There is a coreboot issue that affects us, or
  15. * We change the config
  16. ## How we build
  17. * Everything necessary to [build coreboot](https://www.coreboot.org/Build_HOWTO) is included here
  18. * When doing a release, we always try to upload to coreboot's [board status project](https://www.coreboot.org/Supported_Motherboards)
  19. * If we add out-of-tree patches, we always [post them for review](http://review.coreboot.org/) upstream
  20. ## Alternatives
  21. We aim to be the easiest possible coreboot distribution - both
  22. to install and to use. And since our images are unlocked to enable easy
  23. software updates, it's easy to try alternative systems too:
  24. * [Heads](https://github.com/osresearch/heads/releases) - coreboot distribution
  25. with pre-built (or reproducibly buildable) flash images (for the X230 and others). Heads
  26. includes Linux, with tools to create a trusted boot chain using your GPG key
  27. and the TPM.
  28. * [libreboot](https://libreboot.org/) - also a coreboot distribution with pre-built
  29. image releases. The X230 is currently not supported (the X200 is) - libreboot
  30. images are built from free software only and include the GRUB bootloader.