External Resources

This is a list of resources that could be useful to coreboot developers. These are not endorsed or officially recommended by the coreboot project, but simply listed here in the hopes that someone will find something useful.

Please add any helpful or informational links and sections as you see fit.

General Information

OpenSecurityTraining2

OpenSecurityTraining2 is dedicated to sharing training material for any topic related to computer security, including coreboot.

There are various ways to learn firmware, some are more efficient than others, depending on the people. Before going straight to practice and experimenting with hardware, it can be beneficial to learn the basics of computing. OST2 focuses on conveying computer architecture and security information in the form of structured instructor-led classes, available to everyone for free.

All material is licensed CC BY-SA 4.0, allowing anyone to use the material however they see fit, so long as they share modified works back to the community.

Below is a list of currently available courses that can help understand the inner workings of coreboot and other firmware-related topics:

There are additional security courses at the site as well (such as how to avoid writing exploitable code in C/C++.)

Hardware information

Hardware Specifications & Standards

Software

  • Fiedka - A graphical Firmware Editor
  • IOTools - Command line tools to access hardware registers
  • UEFITool - Editor for UEFI PI compliant firmware images
  • CHIPSEC - Framework for analyzing platform level security & configuration
  • SPDEditor - GUI to edit DDR3 SPD files
  • DDR4XMPEditor - Editor for DDR4 SPD and XMP
  • overclockSPD - Fast and easy way to read and write data to RAM SPDs.
  • VBiosFinder - This tool attempts to extract a VBIOS from a BIOS update.

Infrastructure software