Christoph Pomaska has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35910 )
Change subject: Documentation: Add basics section ......................................................................
Documentation: Add basics section
As discussed on the coreboot mailing list, I decided to create a section called "basics" for basic hard- and software information and documentation.
Change-Id: Ia7d3b4c6ee203708d4058c4e52550e1ed24c64d1 Signed-off-by: Christoph Pomaska c.pomaska@hosting.de --- A Documentation/basics/index.md 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/35910/1
diff --git a/Documentation/basics/index.md b/Documentation/basics/index.md new file mode 100644 index 0000000..a3ebff7 --- /dev/null +++ b/Documentation/basics/index.md @@ -0,0 +1,8 @@ +# basic and general information about hardware + +This section contains basic information and documentation about hardware +that a coreboot dev has to deal with. + +## x86 +* [Super I/O](superio.md) +