util: Update description files

- Spelling fix
- Add languages
- Update formatting
- Move notes that shouldn't be in the description file to a README

Change-Id: I4af37327d5834f8546a3f967585658fb5686f17a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64581
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Martin Roth 2022-05-22 20:07:55 -06:00 committed by Martin L Roth
parent d5c31acee4
commit 74129e5141
10 changed files with 28 additions and 24 deletions

View File

@ -1,11 +1,13 @@
Various tools for AMD processors __amdtools__ Various tools for AMD processors
* update_efs_spi_speed - Change SPI speed in binary. `Bash`
* A set of tools to compare extended K8 memory settings. `Perl` * _update_efs_spi_speed_ - Change SPI speed in binary. `Bash`
* k8-compare-pci-space.pl - Shows differences between values
* Tools to compare extended K8 memory settings.
* _k8-compare-pci-space.pl_ - Shows differences between values
in PCI space and the default value. `Perl` in PCI space and the default value. `Perl`
* k8-interpret-extended-memory-settings.pl - Shows differences * _k8-interpret-extended-memory-settings.pl_ - Shows differences
between memory controller values and the default value. `Perl` between memory controller values and the default value. `Perl`
* k8-read-mem-settings.sh - Makes data files understood by the * _k8-read-mem-settings.sh_ - Makes data files understood by the
k8-interpret-extended-memory-settings script. `Bash` k8-interpret-extended-memory-settings script. `Bash`
* parse-bkdg.pl - Make bkdg.data file used by above scripts. `Perl` * _parse-bkdg.pl_ - Make bkdg.data file used by above scripts. `Perl`
* example_input - Sample input for the above scripts. `Text` * _example_input_ - Sample input for the above scripts. `Text`

View File

@ -1 +1 @@
A cross toolchain builder for -elf toolchains (ie. no libc support) A cross toolchain builder for -elf toolchains (ie. no libc support) `Bash`

View File

@ -1,2 +1,2 @@
Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_, Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_,
_coreboot.org-status_ and _docs.coreboot.org_ _coreboot.org-status_ and _docs.coreboot.org_ `Make`

View File

@ -1 +1 @@
Help find USB debug ports Help find USB debug ports `Bash`

View File

@ -1,2 +1,2 @@
convert the configuration DW0/1 registers value from an inteltool dump convert the configuration DW0/1 registers value from an inteltool dump
to coreboot macros. 'go' to coreboot macros. `go`

View File

@ -1,5 +1,5 @@
__ipqheader__ __ipqheader__
* _createxbl.py_ - Concatentates XBL segments into one ELF image * _createxbl.py_ - Concatenates XBL segments into one ELF image
`Python` `Python`
* _ipqheader.py_ - Returns a packed MBN header image with the * _ipqheader.py_ - Returns a packed MBN header image with the
specified base and size `Python` specified base and size `Python`

9
util/liveiso/README.md Normal file
View File

@ -0,0 +1,9 @@
# Live ISO
## What is this?
NixOS configuration files for testing purposes and for working on firmware.
## TODO
- Generate customized bootloader configs; FILO is WIP
- Switch to `programs.neovim` when the module is fixed.

View File

@ -1,9 +1,2 @@
# Live ISO A script and NixOS configuration files to create an ISO image for
testing purposes and for working on firmware. `Bash`
## What is this?
NixOS configuration files for testing purposes and for working on firmware.
## TODO
- Generate customized bootloader configs; FILO is WIP
- Switch to `programs.neovim` when the module is fixed.

View File

@ -1,3 +1,3 @@
__qemu__ __qemu__
- Makefile & comprehensive default config for QEMU Q35 emulation - Makefile & comprehensive default config for QEMU Q35 emulation `Make`

View File

@ -4,7 +4,7 @@ __scripts__
* _cross-repo-cherrypick_ - Pull in patches from another tree from a * _cross-repo-cherrypick_ - Pull in patches from another tree from a
gerrit repository. `Shell` gerrit repository. `Shell`
* _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into
various human readable formats. various human readable formats. `Bash`
* _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
compatible .fmd format `Bash` compatible .fmd format `Bash`
* _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables