summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-01-12 21:12:14 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-02-14 22:07:56 +0000
commit7c31352a4717bd7638f08e4ad956781fe3e693e1 (patch)
tree81360c8d07cc7e8bfbbf56dc112210ee69069273 /Documentation
parent2981e7999e0bf2203c31701c4df5cd3164fa6d65 (diff)
downloadcoreboot-7c31352a4717bd7638f08e4ad956781fe3e693e1.tar.gz
coreboot-7c31352a4717bd7638f08e4ad956781fe3e693e1.tar.bz2
coreboot-7c31352a4717bd7638f08e4ad956781fe3e693e1.zip
util/showdevicetree: drop unmaintained tool
This tool doesn't have a makefile, when trying to compile it manually with the given instructions it even fails to compile after fixing the paths in the given command, and it references the non-existing PCI_BUS_SEGN_BITS Kconfig symbol, so just drop this. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8ca75db281a215bf3f194ab72a107f666dc0694e Reviewed-on: https://review.coreboot.org/c/coreboot/+/79934 Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/util.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/util.md b/Documentation/util.md
index a23a965f9cc8..b4ebc9226331 100644
--- a/Documentation/util.md
+++ b/Documentation/util.md
@@ -144,7 +144,6 @@ from the local git repository for auditing or release `Bash`
Does not show variants. `Shell`
* _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
* _update_submodules_ - Check all submodules for updates `Bash`
-* __showdevicetree__ - Compile and dump the device tree `C`
* __spdtool__ - Dumps SPD ROMs from a given blob to separate files
using known patterns and reserved bits. Useful for analysing firmware
that holds SPDs on boards that have soldered down DRAM. `python`