summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Stojek <kacper.stojek@3mdeb.com>2022-12-16 09:07:20 +0100
committerFelix Singer <felixsinger@posteo.net>2023-02-10 19:04:08 +0000
commit757cdba619bc659e9a36e009416a15df246d64a6 (patch)
tree74d5668b4636fa8260a09005af703dbdef4b9a9b
parentf28f27bc5477026644eb2484cacdadda184db913 (diff)
Documentation/external_docs.md: Add information about ost2
Add links to OpenSecurityTraining2 courses for newcommers Signed-off-by: Kacper Stojek <kacper.stojek@3mdeb.com> Change-Id: Ifd97996579576b35588fc0db42c16ee20d961760 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70853 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r--Documentation/external_docs.md30
1 files changed, 26 insertions, 4 deletions
diff --git a/Documentation/external_docs.md b/Documentation/external_docs.md
index a19834a036..2f34bf6730 100644
--- a/Documentation/external_docs.md
+++ b/Documentation/external_docs.md
@@ -24,11 +24,33 @@ Please add any helpful or informational links and sections as you see fit.
* [OS Dev](https://wiki.osdev.org/Categorized_Main_Page)
* [Interface BUS](http://www.interfacebus.com/)
-* Open course material for a variety of topics such as assembly, firmware,
- security, debugging, and more.
- * [Open Security Training](https://opensecuritytraining.info/Training.html),
- * [Open Security Training 2](https://p.ost2.fyi/)
+## 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](http://creativecommons.org/licenses/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:
+
+* [coreboot design principles and boot process](https://ost2.fyi/Arch4031)
+* [x86-64 Assembly](https://ost2.fyi/Arch1001)
+* [x86-64 OS Internals](https://ost2.fyi/Arch2001)
+* [x86-64 Intel Firmware Attack & Defense](https://ost2.fyi/Arch4001)
+
+There are [additional security courses](https://p.ost2.fyi/courses) at the site
+as well (such as
+[how to avoid writing exploitable code in C/C++](https://ost2.fyi/Vulns1001).)
## Firmware Specifications & Information