diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-02-12 22:59:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-04 15:46:44 +0000 |
commit | 446e4dc238d13ecf22e4aa05d15bf5173f9f547c (patch) | |
tree | 79546ddb990f53bc985101cb5f78a32c5cd86f5d /util/README.md | |
parent | 761dbe228d023984efa1d2761a1611e567c26927 (diff) | |
download | coreboot-446e4dc238d13ecf22e4aa05d15bf5173f9f547c.tar.xz |
util: Remove viatool
It somehow creeps into `make clean`, but is not used at all. Since no
VIA platform remains in coreboot, drop the utility as well.
Change-Id: Ia7e11379a6db650b5190a056226a9101c2be7dec
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38853
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/README.md')
-rw-r--r-- | util/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/README.md b/util/README.md index 66438a9ce9..4656084ad7 100644 --- a/util/README.md +++ b/util/README.md @@ -119,8 +119,6 @@ operating system (only Linux at this time). `C` * __util_readme__ - Creates README.md of description files in `./util` subdirectories `Bash` * __vgabios__ - emulated vga driver for qemu `C` -* __viatool__ - Extract certain configuration bits on VIA chipsets and -CPUs. `C` * __x86__ - Generates 32-bit PAE page tables based on a CSV input file. `Go` * __xcompile__ - Cross compile setup `Bash` |