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/spd_tools/description.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 util/spd_tools/description.md (limited to 'util/spd_tools/description.md') 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` -- cgit v1.2.3