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.

39 lines
1.8 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.
  4. * currently only for the [Thinkpad X230](x230/README.md).
  5. SeaBIOS is used, to be compatible with Windows and Linux, and to be easy to use:
  6. simply a boot menu and a few options to tick.
  7. ![seabios_bootmenu](x230/front.jpg)
  8. We want to make it easy to "bootstrap" your laptop to a _working_, _unlocked_,
  9. _up-to-date_ coreboot-based BIOS.
  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 (while only the top 4MB are usable of course) is included here
  18. * The task of [building coreboot](https://www.coreboot.org/Build_HOWTO) is not too difficult
  19. * When doing a release here, we always try to upload to coreboot's [board status project](https://www.coreboot.org/Supported_Motherboards)
  20. * If we add out-of-tree patches, we always [post them for review](http://review.coreboot.org/) upstream
  21. ## Alternatives
  22. We aim to be the easiest possible coreboot distribution - both
  23. to install and to use. And since our images are unlocked to enable easy
  24. software updates, it's easy to try alternative systems too:
  25. * [Heads](https://github.com/osresearch/heads/releases) - coreboot distribution
  26. with pre-built (or reproducibly buildable) flash images (for the X230 and others). Heads
  27. includes Linux, with tools to create a trusted boot chain using your GPG key
  28. and the TPM.
  29. * [libreboot](https://libreboot.org/) - also a coreboot distribution with pre-built
  30. image releases. The X230 is currently not supported (the X200 is) - libreboot
  31. images are built from free software only and include the GRUB bootloader.