summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-05-22 18:20:02 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-05-28 05:14:22 +0000
commitd5ada6d78162e60b4a984a32eb3689a0f492ee37 (patch)
treed7cd97f28242d7020e95617a5df581d6af1d28dd /Documentation
parent13c8dc5d2364168c8ddd323e355f9a8d86f7ff2e (diff)
downloadcoreboot-d5ada6d78162e60b4a984a32eb3689a0f492ee37.tar.gz
coreboot-d5ada6d78162e60b4a984a32eb3689a0f492ee37.tar.bz2
coreboot-d5ada6d78162e60b4a984a32eb3689a0f492ee37.zip
Documentation: Move cbfstool & ifdtool dirs under util\
Change-Id: If1b263345baf321cde75058f310c96d89a95d62d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64577 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/util.md7
-rw-r--r--Documentation/util/cbfstool/index.md (renamed from Documentation/cbfstool/index.md)0
-rw-r--r--Documentation/util/cbfstool/mmap_windows.md (renamed from Documentation/cbfstool/mmap_windows.md)0
-rw-r--r--Documentation/util/cbfstool/mmap_windows.svg (renamed from Documentation/cbfstool/mmap_windows.svg)0
-rw-r--r--Documentation/util/ifdtool/binary_extraction.md (renamed from Documentation/ifdtool/binary_extraction.md)0
-rw-r--r--Documentation/util/ifdtool/index.md (renamed from Documentation/ifdtool/index.md)0
-rw-r--r--Documentation/util/ifdtool/layout.md (renamed from Documentation/ifdtool/layout.md)2
7 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/util.md b/Documentation/util.md
index b618dccc4482..ddcd2a1191a4 100644
--- a/Documentation/util.md
+++ b/Documentation/util.md
@@ -25,7 +25,7 @@ status repository `Bash` `Go`
* __cavium__ - Devicetree_convert Tool to convert a DTB to a static C
file `Python`
* __cbfstool__
- * [_cbfstool_](cbfstool/index.md) - For manipulating CBFS file
+ * [_cbfstool_](util/cbfstool/index.md) - For manipulating CBFS file
`C`
* _fmaptool_ - Converts plaintext fmd files into fmap blobs `C`
* _rmodtool_ - Creates rmodules `C`
@@ -50,7 +50,7 @@ Controller (EC). `C`
* __genbuild_h__ - Generate build system definitions `Shell`
* __gitconfig__ - Initialize git repository submodules install git
hooks `Bash`
-* [__ifdtool__](ifdtool/index.md) - Extract and dump Intel Firmware
+* [__ifdtool__](util/ifdtool/index.md) - Extract and dump Intel Firmware
Descriptor information `C`
* __intelmetool__ - Dump interesting things about Management Engine
even if hidden `C`
@@ -155,7 +155,8 @@ the documentation `Bash`
## In depth documentation
-* [ifdtool](ifdtool/index.md)
+* [cbfstool](util/cbfstool/index.md)
+* [ifdtool](util/ifdtool/index.md)
## Generated documentation
diff --git a/Documentation/cbfstool/index.md b/Documentation/util/cbfstool/index.md
index f99b612855af..f99b612855af 100644
--- a/Documentation/cbfstool/index.md
+++ b/Documentation/util/cbfstool/index.md
diff --git a/Documentation/cbfstool/mmap_windows.md b/Documentation/util/cbfstool/mmap_windows.md
index 66685f30e89d..66685f30e89d 100644
--- a/Documentation/cbfstool/mmap_windows.md
+++ b/Documentation/util/cbfstool/mmap_windows.md
diff --git a/Documentation/cbfstool/mmap_windows.svg b/Documentation/util/cbfstool/mmap_windows.svg
index 617c60e7432b..617c60e7432b 100644
--- a/Documentation/cbfstool/mmap_windows.svg
+++ b/Documentation/util/cbfstool/mmap_windows.svg
diff --git a/Documentation/ifdtool/binary_extraction.md b/Documentation/util/ifdtool/binary_extraction.md
index fe8c25ca4e08..fe8c25ca4e08 100644
--- a/Documentation/ifdtool/binary_extraction.md
+++ b/Documentation/util/ifdtool/binary_extraction.md
diff --git a/Documentation/ifdtool/index.md b/Documentation/util/ifdtool/index.md
index 4348009f1039..4348009f1039 100644
--- a/Documentation/ifdtool/index.md
+++ b/Documentation/util/ifdtool/index.md
diff --git a/Documentation/ifdtool/layout.md b/Documentation/util/ifdtool/layout.md
index 77319b840ed6..f89cc0308c9f 100644
--- a/Documentation/ifdtool/layout.md
+++ b/Documentation/util/ifdtool/layout.md
@@ -2,7 +2,7 @@
A coreboot image for an Intel SoC contains two separate definitions of the
layout of the flash. The Intel Flash Descriptor (IFD) which defines offsets and
-sizes of various regions of flash and the [coreboot FMAP](../lib/flashmap.md).
+sizes of various regions of flash and the [coreboot FMAP](../../lib/flashmap.md).
The FMAP should define all of the of the regions defined by the IFD to ensure
that those regions are accounted for by coreboot and will not be accidentally