soc/intel/{apollolake, geminilake}: Add option to skip coreboot MP init
[coreboot.git] / Documentation / index.md
blobafe892da6aa4466b53ae0b7a24869bebf71bf99d
1 # Welcome to the coreboot documentation
3 This is the developer documentation for [coreboot](https://coreboot.org).
4 It is built from Markdown files in the
5 [Documentation](https://review.coreboot.org/cgit/coreboot.git/tree/Documentation)
6 directory in the source code.
8 Contents:
10 * [Getting Started](getting_started/index.md)
11 * [Rookie Guide](lessons/index.md)
12 * [Timestamps](timestamp.md)
13 * [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)
14 * [ABI data consumption](abi-data-consumption.md)
15 * [GPIO toggling in ACPI AML](acpi/gpio.md)
16 * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
17 * [Northbridge-specific documentation](northbridge/index.md)
18 * [System on Chip-specific documentation](soc/index.md)
19 * [Mainboard-specific documentation](mainboard/index.md)
20 * [SuperIO-specific documentation](superio/index.md)