8c986ab263
* Add documentation for CN81XX SoC * Add documentation for CN81XX EVB SFF mainboard * Add documentation for BDK * Add documentation for BOOTROM and BOOTBLOCK behaviour * Alphabetically sort vendors Change-Id: Ibfcd42788e31f684baed658dc3c4dfe1b8e4f354 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/27150 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
22 lines
991 B
Markdown
22 lines
991 B
Markdown
# Welcome to the coreboot documentation
|
|
|
|
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:
|
|
|
|
* [Getting Started](getting_started/index.md)
|
|
* [Rookie Guide](lessons/index.md)
|
|
* [Timestamps](timestamp.md)
|
|
* [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)
|
|
* [Northbridge-specific documentation](northbridge/index.md)
|
|
* [System on Chip-specific documentation](soc/index.md)
|
|
* [Mainboard-specific documentation](mainboard/index.md)
|
|
* [SuperIO-specific documentation](superio/index.md)
|
|
* [Vendorcode-specific documentation](vendorcode/index.md)
|
|
* [Release notes for past releases](releases/index.md)
|