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:
parent
d5c31acee4
commit
74129e5141
|
@ -1,11 +1,13 @@
|
|||
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`
|
||||
* k8-compare-pci-space.pl - Shows differences between values
|
||||
__amdtools__ Various tools for AMD processors
|
||||
|
||||
* _update_efs_spi_speed_ - Change SPI speed in binary. `Bash`
|
||||
|
||||
* Tools to compare extended K8 memory settings.
|
||||
* _k8-compare-pci-space.pl_ - Shows differences between values
|
||||
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`
|
||||
* 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`
|
||||
* parse-bkdg.pl - Make bkdg.data file used by above scripts. `Perl`
|
||||
* example_input - Sample input for the above scripts. `Text`
|
||||
* _parse-bkdg.pl_ - Make bkdg.data file used by above scripts. `Perl`
|
||||
* _example_input_ - Sample input for the above scripts. `Text`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_,
|
||||
_coreboot.org-status_ and _docs.coreboot.org_
|
||||
_coreboot.org-status_ and _docs.coreboot.org_ `Make`
|
||||
|
|
|
@ -1 +1 @@
|
|||
Help find USB debug ports
|
||||
Help find USB debug ports `Bash`
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
convert the configuration DW0/1 registers value from an inteltool dump
|
||||
to coreboot macros. 'go'
|
||||
to coreboot macros. `go`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
__ipqheader__
|
||||
* _createxbl.py_ - Concatentates XBL segments into one ELF image
|
||||
* _createxbl.py_ - Concatenates XBL segments into one ELF image
|
||||
`Python`
|
||||
* _ipqheader.py_ - Returns a packed MBN header image with the
|
||||
specified base and size `Python`
|
||||
|
|
|
@ -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.
|
|
@ -1,9 +1,2 @@
|
|||
# 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.
|
||||
A script and NixOS configuration files to create an ISO image for
|
||||
testing purposes and for working on firmware. `Bash`
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
__qemu__
|
||||
|
||||
- Makefile & comprehensive default config for QEMU Q35 emulation
|
||||
- Makefile & comprehensive default config for QEMU Q35 emulation `Make`
|
||||
|
|
|
@ -4,7 +4,7 @@ __scripts__
|
|||
* _cross-repo-cherrypick_ - Pull in patches from another tree from a
|
||||
gerrit repository. `Shell`
|
||||
* _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
|
||||
compatible .fmd format `Bash`
|
||||
* _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
|
||||
|
|
Loading…
Reference in New Issue