diff options
author | Martin Roth <martin@coreboot.org> | 2020-12-28 12:13:03 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-04 23:08:16 +0000 |
commit | b513c53f31678a51111df3b7313dafb976854074 (patch) | |
tree | 4df5c44510fa407ffdee205b85f5c62fd060403b | |
parent | 86e3d748f8bd6e3253490ad6c236c84ab871f703 (diff) |
util: Make sure all util dirs have description files at top level
New util directories have been added with no description.md file.
The description file for supermicro was added at a secondary level,
which doesn't help a user find the util since no path was added. Move
it up to the top level.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I40b4c25dd7706513e96c6b8078a34160f8bb901e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48961
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tom Hiller <thrilleratplay@gmail.com>
-rw-r--r-- | util/apcb/description.md | 4 | ||||
-rw-r--r-- | util/mainboard/description.md | 3 | ||||
-rw-r--r-- | util/qemu/description.md | 3 | ||||
-rw-r--r-- | util/spd_tools/description.md | 11 | ||||
-rw-r--r-- | util/supermicro/description.md | 3 | ||||
-rw-r--r-- | util/supermicro/smcbiosinfo/description.md | 1 |
6 files changed, 24 insertions, 1 deletions
diff --git a/util/apcb/description.md b/util/apcb/description.md new file mode 100644 index 0000000000..674243ac2d --- /dev/null +++ b/util/apcb/description.md @@ -0,0 +1,4 @@ +AMD PSP Control Block tools + +* _apcb_edit.py_ - This tool allows patching an existing APCB binary with + specific SPDs and GPIO selection pins. `Python3` diff --git a/util/mainboard/description.md b/util/mainboard/description.md new file mode 100644 index 0000000000..4050a80406 --- /dev/null +++ b/util/mainboard/description.md @@ -0,0 +1,3 @@ +mainboard specific scripts + +* _google_ - Directory for google mainboard specific scripts diff --git a/util/qemu/description.md b/util/qemu/description.md new file mode 100644 index 0000000000..6e3a16c398 --- /dev/null +++ b/util/qemu/description.md @@ -0,0 +1,3 @@ +__qemu__ + +- Makefile & comprehensive default config for QEMU Q35 emulation diff --git a/util/spd_tools/description.md b/util/spd_tools/description.md new file mode 100644 index 0000000000..aa127816c5 --- /dev/null +++ b/util/spd_tools/description.md @@ -0,0 +1,11 @@ +Tools for generating SPD files for DDR4 memory used in platforms with +memory down configuration. + + + +* _gen_spd.go_ - Generates de-duplicated SPD files using a + global memory part list provided by the + mainboard in JSON format. `Go` + +* _gen_part_id.go_ - Allocates DRAM strap IDs for different + DDR4 memory parts used by the board. `Go` diff --git a/util/supermicro/description.md b/util/supermicro/description.md new file mode 100644 index 0000000000..858401688c --- /dev/null +++ b/util/supermicro/description.md @@ -0,0 +1,3 @@ +Tools for supermicro platforms + +* _smcbiosinfo_ - Generates SMC biosinfo for BMC BIOS updates `C` diff --git a/util/supermicro/smcbiosinfo/description.md b/util/supermicro/smcbiosinfo/description.md deleted file mode 100644 index 21170eb6f0..0000000000 --- a/util/supermicro/smcbiosinfo/description.md +++ /dev/null @@ -1 +0,0 @@ -Generates SMC biosinfo for BMC BIOS updates `C` |