[PATCH master 3/5] Documentation: glossary: add some extra info

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Oct 19 23:29:35 EDT 2020


Besides expanding the acronyms, a short description text can be useful.
Add one where appropriate and sort the list alphabetically.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 Documentation/glossary.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/glossary.rst b/Documentation/glossary.rst
index 106dce98a9ef..88d356fbab64 100644
--- a/Documentation/glossary.rst
+++ b/Documentation/glossary.rst
@@ -5,17 +5,17 @@ Glossary
 
 .. glossary:: :sorted:
 
-   FDT
-      Flattened Device Tree
+   DTS
+      Device Tree Source
 
    DTB
-      Device Tree Blob (or Binary)
+      Device Tree Blob (or Binary). The result of compiling a DTS.
 
-   DTS
-      Device Tree Source
+   FDT
+      Flattened Device Tree. A DTB loaded into memory.
 
    PBL
-      Pre BootLoader image
+      Pre BootLoader image. The board-specific entry point attached in front of multi-image barebox binaries.
 
    ESP
       EFI System Partition
-- 
2.28.0




More information about the barebox mailing list