Skip to content

Commit 68986fe

Browse files
robertpjdayrobherring
authored andcommitted
Aesthetic fixes to Acknowledgements and Chapter 1
Some aesthetic tweaks to DTSpec including * grammar fixes * font fixes Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 96e6b2c commit 68986fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/acknowledgements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The devicetree.org Technical Steering Committee would like to
44
thank the many individuals and companies that contributed to the
5-
development this specification through writing, technical discussions
5+
development of this specification through writing, technical discussions
66
and reviews.
77

88
We want to thank the power.org Platform Architecture Technical Subcommittee who

source/introduction.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ hardware before passing control to software such as an operating system,
1313
bootloader, or hypervisor. Bootloaders and hypervisors can, in turn,
1414
load and transfer control to operating systems. Standard, consistent
1515
interfaces and conventions facilitate the interactions between these
16-
software components. In this document the term boot program is used to
16+
software components. In this document the term *boot program* is used to
1717
generically refer to a software component that initializes the system
1818
state and executes another software component referred to as a *client
19-
program*. Examples of a boot programs include: firmware, bootloaders, and
19+
program*. Examples of a boot program include: firmware, bootloaders, and
2020
hypervisors. Examples of a client program include: bootloaders,
2121
hypervisors, operating systems, and special purpose programs. A piece of
2222
software may be both a client program and a boot program (e.g. a hypervisor).
@@ -101,14 +101,14 @@ IEEE 1275 specification that are omitted from the |spec| include:
101101
* FCode debugging
102102
* Operating system debugging
103103

104-
What is retained from IEEE-1275 are concepts from the devicetree
104+
What is retained from IEEE 1275 are concepts from the devicetree
105105
architecture by which a boot program can describe and communicate system
106106
hardware information to client program, thus eliminating the need for
107107
the client program to have hard-coded descriptions of system hardware.
108108

109109
This specification partially supersedes the |epapr| [EPAPR] specification.
110-
|epapr| documents how devicetree is used by the PowerISA, and covers both
111-
general concepts, as well as PowerISA specific bindings.
110+
|epapr| documents how devicetree is used by the Power ISA, and covers both
111+
general concepts, as well as Power ISA specific bindings.
112112
The text of this document was derived from |epapr|, but either removes architecture specific bindings, or moves them into an appendix.
113113

114114
32-bit and 64-bit Support
@@ -141,7 +141,7 @@ Definition of Terms
141141
boot program
142142
Used to generically refer to a software component that initializes
143143
the system state and executes another software component referred to
144-
as a client program. Examples of a boot programs include: firmware,
144+
as a client program. Examples of a boot program include: firmware,
145145
bootloaders, and hypervisors.
146146

147147
client program

0 commit comments

Comments
 (0)