Skip to content

Commit 2ec9db5

Browse files
sjg20LeanSheng
authored andcommitted
Use Flattened Image Tree throughout
The real name of FIT is Flattened Image Tree so use this throughout the document. Signed-off-by: Simon Glass <[email protected]>
1 parent b8f4ad1 commit 2ec9db5

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Flat Image Tree Specification
2+
Flattened Image Tree Specification
33

44
Portions of this specification were developed by the following companies:
55

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Document master project for the Flat Image Tree Specification #
1+
# Document master project for the Flattened Image Tree Specification #
22

33
The latest release of the specification can be found at
44
https://github.com/open-source-firmware/flat-image-tree
55

66
This [repository](https://github.com/open-source-firmware/flat-image-tree) holds
7-
the source for the generation of the Flat Image Tree Specification using Sphinx
8-
and LaTeX.
7+
the source for the generation of the Flattened Image Tree Specification using
8+
Sphinx and LaTeX.
99

1010
## Mailing list: [email protected] ##
1111
* Use this mailing list for submitting patches, questions and general discussion
@@ -92,13 +92,14 @@ http://www.apache.org/licenses/LICENSE-2.0
9292
Please submit all patches to the mailing list at
9393
https://lists.osfw.foundation/g/flat-image-tree.
9494
95-
Contributions to the Flat Image Tree Specification are managed by the
95+
Contributions to the Flattened Image Tree Specification are managed by the
9696
gatekeeper, Lean Sheng Tan <[email protected]>
9797
98-
Anyone can contribute to the Flat Image Tree Specification. Contributions to
99-
this project should conform to the `Developer Certificate of Origin` as defined
100-
at http://elinux.org/Developer_Certificate_Of_Origin. Commits to this project
101-
need to contain the following line to indicate the submitter accepts the DCO:
98+
Anyone can contribute to the Flattened Image Tree Specification. Contributions
99+
to this project should conform to the `Developer Certificate of Origin` as
100+
defined at http://elinux.org/Developer_Certificate_Of_Origin. Commits to this
101+
project need to contain the following line to indicate the submitter accepts the
102+
DCO:
102103
```
103104
Signed-off-by: Your Name <[email protected]>
104105
```

source/acknowledgements.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Acknowledgements
44
================
55

6-
FIT (Flat Image Tree) was developed in 2008 by Marian Balakowicz and
6+
FIT (Flattened Image Tree) was developed in 2008 by Marian Balakowicz and
77
Bartlomiej Sieka of Semihalf, under the guidance of Wolfgang Denk,
88
founder of Denx Software Engineering and creator of U-Boot.
99

source/conf.py

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# -*- coding: utf-8 -*-
33
#
4-
# FIT Specification documentation build configuration file
4+
# Flattened Image Tree (FIT) Specification documentation build configuration
5+
# file
56
# Based on file in devicetree.org
67
#
78
# This file does only contain a selection of the most common options. For a
@@ -24,7 +25,7 @@
2425

2526
# -- Project information -----------------------------------------------------
2627

27-
project = u'Flat Image Tree Specification'
28+
project = u'Flattened Image Tree Specification'
2829
copyright = u'2023, Marian Balakowicz <[email protected]>'
2930
author = u'Marian Balakowicz <[email protected]>'
3031

@@ -187,7 +188,8 @@
187188
# (source start file, target name, title,
188189
# author, documentclass [howto, manual, or own class]).
189190
latex_documents = [
190-
(master_doc, 'fit-specification.tex', u'FIT Specification',
191+
(master_doc, 'fit-specification.tex',
192+
u'Flattened Image Tree (FIT) Specification',
191193
u'github.com/open-source-firmware/flat-image-tree', 'manual'),
192194
]
193195

@@ -200,7 +202,7 @@
200202
# One entry per manual page. List of tuples
201203
# (source start file, name, description, authors, manual section).
202204
man_pages = [
203-
(master_doc, 'fit-specification', u'FIT Specification',
205+
(master_doc, 'fit-specification', u'Flattened Image Tree (FIT) Specification',
204206
[author], 1)
205207
]
206208

@@ -211,8 +213,8 @@
211213
# (source start file, target name, title, author,
212214
# dir menu entry, description, category)
213215
texinfo_documents = [
214-
(master_doc, 'fit-specification', u'Fit Specification',
215-
author, 'FITSpecification', 'Flat Image Tree specification.',
216+
(master_doc, 'fit-specification', u'Flattened Image Tree (FIT) Specification',
217+
author, 'FITSpecification', 'Flattened Image Tree specification.',
216218
'Miscellaneous'),
217219
]
218220

source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. FIT Specification documentation master file
1+
.. Flattened Image Tree (FIT) Specification documentation master file
22
33
SPDX-License-Identifier: Apache-2.0
44

source/rst_prolog

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
.. General Macros
99

1010
.. |spec| replace:: FITSpec
11-
.. |spec-fullname| replace:: FIT Specification
11+
.. |spec-fullname| replace:: Flattened Image Tree Specification
1212
.. |dtspec| replace:: Devicetree Specification

0 commit comments

Comments
 (0)