We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c063de8 commit 593c2abCopy full SHA for 593c2ab
src/intro.md
@@ -1,4 +1,4 @@
1
-# Platform System Interface Specification
+## Introduction
2
3

4
@@ -8,7 +8,8 @@ a collection of documents for [hardware and software co-design](
8
set up an environment for an operating system or otherwise
9
bare-metal applications, typically through intermediate,
10
rewritable code that initializes clocks, DRAM and peripherals,
11
-commomly referred to as [firmware](#).
+commonly referred to as boot firmware or [platform initialization firmware](
12
+platform-initialization.md).
13
14
In the following sections, _psi-spec_ describes principles and
15
abstractions that apply agnostic of vendors and products.
0 commit comments