2018-05-13 15:47:18 +02:00
|
|
|
# Welcome to the coreboot documentation
|
2018-04-19 16:23:56 +02:00
|
|
|
|
|
|
|
This is the developer documentation for [coreboot](https://coreboot.org).
|
|
|
|
It is built from Markdown files in the
|
|
|
|
[Documentation](https://review.coreboot.org/cgit/coreboot.git/tree/Documentation)
|
|
|
|
directory in the source code.
|
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
2018-05-13 15:47:18 +02:00
|
|
|
* [Getting Started](getting_started/index.md)
|
|
|
|
* [Rookie Guide](lessons/index.md)
|
2018-04-19 16:23:56 +02:00
|
|
|
* [Timestamps](timestamp.md)
|
2018-07-22 23:43:58 +02:00
|
|
|
* [Intel IFD Binary Extraction](Binary_Extraction.md)
|
2018-04-19 16:23:56 +02:00
|
|
|
* [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)
|
|
|
|
* [ABI data consumption](abi-data-consumption.md)
|
|
|
|
* [GPIO toggling in ACPI AML](acpi/gpio.md)
|
|
|
|
* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
|
2018-05-13 15:47:18 +02:00
|
|
|
* [Northbridge-specific documentation](northbridge/index.md)
|
|
|
|
* [System on Chip-specific documentation](soc/index.md)
|
2018-04-17 13:06:49 +02:00
|
|
|
* [Mainboard-specific documentation](mainboard/index.md)
|
2018-06-27 13:09:49 +02:00
|
|
|
* [Payload-specific documentation](lib/payloads/index.md)
|
2018-05-25 11:04:45 +02:00
|
|
|
* [SuperIO-specific documentation](superio/index.md)
|
2018-06-18 13:23:27 +02:00
|
|
|
* [Vendorcode-specific documentation](vendorcode/index.md)
|
2018-07-21 06:23:17 +02:00
|
|
|
* [Utilities](util.md)
|
2018-06-03 23:51:30 +02:00
|
|
|
* [Release notes for past releases](releases/index.md)
|
2018-08-04 10:04:45 +02:00
|
|
|
* [Flashing firmware tutorial](flash_tutorial/index.md)
|