From b513c53f31678a51111df3b7313dafb976854074 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 28 Dec 2020 12:13:03 -0700 Subject: 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 Change-Id: I40b4c25dd7706513e96c6b8078a34160f8bb901e Reviewed-on: https://review.coreboot.org/c/coreboot/+/48961 Tested-by: build bot (Jenkins) Reviewed-by: Tom Hiller --- util/supermicro/description.md | 3 +++ util/supermicro/smcbiosinfo/description.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 util/supermicro/description.md delete mode 100644 util/supermicro/smcbiosinfo/description.md (limited to 'util/supermicro') 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` -- cgit v1.2.3