soc/intel/xeon_sp/cpx: Fix PCU device IDs
[coreboot.git] / Documentation / util.md
blobf902ba4fddf4d349e6bb14a903c3a27a36c0b42a
1 <!-- DO NOT EDIT - AUTOGENERATED FILE -->
2 <!-- RUN 'util/util_readme/util_readme.sh' to regenerate -->
4 # Utilities
6 ## List of utils
8 _Scripts and programs found in the coreboot `./util` directory_
10 * __abuild__ - coreboot autobuild script builds coreboot images for all
11 available targets. `bash`
12 * __acpi__ - Walk through all ACPI tables with their addresses. `bash`
13 * __amdfwtool__ - Create AMD Firmware combination `C`
14 * __amdtools__ Various tools for AMD processors
15         * _update_efs_spi_speed_ - Change SPI speed in binary. `Bash`
16         * Tools to compare extended K8 memory settings.
17         * _k8-compare-pci-space.pl_ - Shows differences between values
18 in PCI space and the default value. `Perl`
19         * _k8-interpret-extended-memory-settings.pl_ - Shows
20 differences between memory controller values and the default value.
21 `Perl`
22         * _k8-read-mem-settings.sh_ - Makes data files understood by
23 the k8-interpret-extended-memory-settings script. `Bash`
24         * _parse-bkdg.pl_ - Make bkdg.data file used by above scripts.
25 `Perl`
26         * _example_input_ - Sample input for the above scripts. `Text`
27 * __apcb__ - AMD PSP Control Block tools
28         * _apcb_edit.py_ - This tool allows patching an existing APCB
29 binary with specific SPDs and GPIO selection pins. `Python3`
30         * _apcb_v3_edit.py_ - This tool allows patching an existing
31 APCB v3 binary with up to 16 specific SPDs. `Python3`
32 * __archive__ - Concatenate files and create an archive `C`
33 * __autoport__ - Automated porting coreboot to Sandy Bridge/Ivy
34 Bridge/Haswell platforms `Go`
35 * __bincfg__ - Compiler/Decompiler for data blobs with specs `Lex`
36 `Yacc`
37 * __board_status__ - Tools to collect logs and upload them to the board
38 status repository `Bash` `Go`
39 * __bucts__ - A tool to manipulate the BUC.TS bit on Intel targets. `C`
40 * __cavium__ - Devicetree_convert Tool to convert a DTB to a static C
41 file `Python`
42 * __cbfstool__
43         * _cbfstool_ - For manipulating CBFS file `C`
44         * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C`
45         * _rmodtool_ - Creates rmodules `C`
46         * _ifwitool_ - For manipulating IFWI `C`
47 * __cbmem__ - CBMEM parser to read e.g. timestamps and console log `C`
48 * __chromeos__ - These scripts can be used to access ChromeOS
49 resources, for example to extract System Agent reference code and other
50 blobs (e.g. mrc.bin, refcode, VGA option roms) from a ChromeOS recovery
51 image. `C`
52 * __crossgcc__ - A cross toolchain builder for -elf toolchains (ie. no
53 libc support) `Bash`
54 * __docker__ - Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_,
55 _coreboot.org-status_ and _docs.coreboot.org_ `Make`
56 * __dtd_parser__ - DTD structure parser `Python2`
57 * __ectool__ - Dumps the RAM of a laptop's Embedded/Environmental
58 Controller (EC). `C`
59 * __exynos__ - Computes and fills Exynos ROM checksum (for BL1 or BL2).
60 `Python3`
61 * __find_usbdebug__ - Help find USB debug ports `Bash`
62 * __futility__ - Firmware utility for signing ChromeOS images `Make`
63 * __fuzz-tests__ - Create test cases that crash the jpeg code. `C`
64 * __genbuild_h__ - Generate build system definitions `Shell`
65 * __gitconfig__ - Initialize git repository submodules install git
66 hooks `Bash`
67 * __hda-decoder__ - Dumps decoded HDA default configuration registers
68 into a format which can be used in coreboot's verb table `Go`
69 * __ifdtool__ - Extract and dump Intel Firmware Descriptor information
70 `C`
71 * __intelmetool__ - Dump interesting things about Management Engine
72 even if hidden `C`
73 * __intelp2m__ - convert the configuration DW0/1 registers value from
74 an inteltool dump to coreboot macros. `go`
75 * __inteltool__ - Provides information about the Intel CPU/chipset
76 hardware configuration (register contents, MSRs, etc). `C`
77 * __intelvbttool__ - Parse VBT from VGA BIOS `C`
78 * __kbc1126__ - Tools used to dump the two blobs from the factory
79 firmware of many HP laptops with 8051-based SMSC KBC1098/KBC1126
80 embedded controller and insert them to the firmware image. `C`
81 * __kconfig__ - Build system `Make`
82 * __lint__ - Source linter and linting rules `Shell`
83 * __nixos__ - A script and NixOS configuration files to create an ISO
84 image for testing purposes and for working on firmware. `Bash`
85 * __mainboard__ - mainboard specific scripts
86         * _google_ - Directory for google mainboard specific scripts
87 * __marvell__ - Add U-Boot boot loader for Marvell ARMADA38X `C`
88 * __[me_cleaner](https://github.com/corna/me_cleaner)__ - Tool for
89 partial deblobbing of Intel ME/TXE firmware images `Python`
90 * __mma__ - Memory Margin Analysis automation tests `Bash`
91 * __msrtool__ - Dumps chipset-specific MSR registers. `C`
92 * __mtkheader__ - Generate MediaTek bootload header. `Python3`
93 * __nvidia__ - nvidia blob parsers
94 * __nvramtool__ - Reads and writes coreboot parameters and displaying
95 information from the coreboot table in CMOS/NVRAM. `C`
96 * __pmh7tool__ - Dumps, reads and writes PMH7 registers on Lenovo
97 ThinkPads. PMH7 is used for switching on and off the power of some
98 devices on the board such as dGPU. `C`
99 * __post__ - Userspace utility that can be used to test POST cards. `C`
100 * __qemu__ - Makefile & comprehensive default config for QEMU Q35
101 emulation `Make`
102 * __qualcomm__ - __cmm__
103         * CMM script to debug Qualcomm coreboot environments. `CMM`
104 __ipqheader__
105         * _createxbl.py_ - Concatenates XBL segments into one ELF image
106 `Python`
107         * _ipqheader.py_ - Returns a packed MBN header image with the
108 specified base and size `Python`
109         * _mbncat.py_ - Generate ipq8064 uber SBL `Python`
110         * *mbn_tools.py* - Contains all MBN Utilities for image
111 generation `Python`
112 * __release__ - Generate coreboot release `Bash`
113 * __riscv__
114         * _make-spike-elf.sh_ - Converts a flat file into an ELF, that
115 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
116         * _sifive-gpt.py_ - Wraps the bootblock in a GPT partition for
117 SiFive's bootrom. `Python3`
118 * __rockchip__ - Generate Rockchip idblock bootloader. `Python3`
119 * __sconfig__ - coreboot device tree compiler `Lex` `Yacc`
120 * __scripts__
121         * capture_commands.sh - Write all commands from the build to a
122 file. `Shell`
123         * _config_ - Manipulate options in a .config file from the
124 command line `Bash`
125         * _cross-repo-cherrypick_ - Pull in patches from another tree
126 from a gerrit repository. `Shell`
127         * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files
128 into various human readable formats. `Bash`
129         * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an
130 fmaptool compatible .fmd format `Bash`
131         * _find_new_user_commits.sh_ - Finds new gerrit committers
132 `Bash`
133         * _find-unused-kconfig-symbols.sh_ - Points out Kconfig
134 variables that may be unused. There are some false positives, but it
135 serves as a starting point `Shell`
136         * _gerrit-rebase_ - Applies all commits that from-branch has
137 over to-branch, based on a common ancestor and gerrit meta-data `Bash`
138         * _get_maintainer.pl_ - Print selected MAINTAINERS information
139 for the files modified in a patch or for a file `Perl`
140         * _maintainers.go_ - Build subsystem Maintainers `Go`
141         * _no-fsf-addresses.sh_ - Removes various FSF addresses from
142 license headers `Shell`
143         * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS
144 file `Perl`
145         * _rm_unused_code_ - Remove all code not used for a platform
146 from the local git repository for auditing or release `Bash`
147         * _show_platforms.sh_ - Makes a list of platforms in the tree.
148 Does not show variants. `Shell`
149         * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
150         * _update_submodules_ - Check all submodules for updates `Bash`
151 * __smmstoretool__ - Offline SMMSTORE variable modification tool `C`
152 * __spdtool__ - Dumps SPD ROMs from a given blob to separate files
153 using known patterns and reserved bits. Useful for analysing firmware
154 that holds SPDs on boards that have soldered down DRAM. `python`
155 * __spkmodem_recv__ - Decode spkmodem signals `C`
156 * __superiotool__ - A user-space utility to detect Super I/O of a
157 mainboard and provide detailed information about the register contents
158 of the Super I/O. `C`
159 * __supermicro__ - Tools for supermicro platforms
160         * _smcbiosinfo_ - Generates SMC biosinfo for BMC BIOS updates
162 * __testing__ - coreboot test targets `Make`
163 * __uio_usbdebug__ - Debug coreboot's usbdebug driver inside a running
164 operating system (only Linux at this time). `C`
165 * __util_readme__ - Creates README.md of description files in `./util`
166 subdirectories `Bash`
167 * __vboot_list__ - Tools to generate a list of vboot enabled devices to
168 the documentation `Bash`
169 * __vgabios__ - emulated vga driver for qemu `C`
170 * __x86__ - Generates 32-bit PAE page tables based on a CSV input file.
171 `Go`
172 * __xcompile__ - Cross compile setup `Bash`
173 ## In depth documentation
175 ```{toctree}
176 :maxdepth: 1
178 abuild <util/abuild/index.md>
179 cbfstool <util/cbfstool/index.md>
180 ifdtool <util/ifdtool/index.md>
181 intelp2m <util/intelp2m/index.md>
182 smmstoretool <util/smmstoretool/index.md>
185 ## Generated documentation
187 **Please do not edit the markdown file in the documentation directory
188 *directly.**
190 This file was generated by running util_readme.sh. Please make sure it
191 is rerun when new tools are added or when documentation is updated.
193 To update, edit the markdown files in the util directory, then
194 re-generate this file by running `util/util_readme/util_readme.sh`