mb/google/brask/variants/moli: disable ASPM on pcie_rp 6
[coreboot.git] / util / README.md
blob004da04e9f074dd0df0e00254c23347e9b403cfa
1 * __abuild__ - coreboot autobuild script builds coreboot images for all
2 available targets. `bash`
3 * __acpi__ - Walk through all ACPI tables with their addresses. `bash`
4 * __amdfwtool__ - Create AMD Firmware combination `C`
5 * __amdtools__ - A set of tools to compare extended) K8 memory
6 settings. `Perl`
7 * __apcb__ - AMD PSP Control Block tools
8         * _apcb_edit.py_ - This tool allows patching an existing APCB
9 binary with specific SPDs and GPIO selection pins. `Python3`
10 * __archive__ - Concatenate files and create an archive `C`
11 * __autoport__ - Automated porting coreboot to Sandy Bridge/Ivy Bridge
12 platforms `Go`
13 * __bincfg__ - Compiler/Decompiler for data blobs with specs `Lex`
14 `Yacc`
15 * __board_status__ - Tools to collect logs and upload them to the board
16 status repository `Bash` `Go`
17 * __bucts__ - A tool to manipulate the BUC.TS bit on Intel targets. `C`
18 * __cavium__ - Devicetree_convert Tool to convert a DTB to a static C
19 file `Python`
20 * __cbfstool__
21         * _cbfstool_ - For manipulating CBFS file `C`
22         * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C`
23         * _rmodtool_ - Creates rmodules `C`
24         * _ifwitool_ - For manipulating IFWI `C`
25 * __cbmem__ - CBMEM parser to read e.g. timestamps and console log `C`
26 * __chromeos__ - These scripts can be used to access Chrome OS
27 resources, for example to extract System Agent reference code and other
28 blobs (e.g. mrc.bin, refcode, VGA option roms) from a Chrome OS
29 recovery image. `C`
30 * __crossgcc__ - A cross toolchain builder for -elf toolchains (ie. no
31 libc support)
32 * __docker__ - Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_,
33 _coreboot.org-status_ and _docs.coreboot.org_
34 * __dtd_parser__ - DTD structure parser `Python2`
35 * __ectool__ - Dumps the RAM of a laptop's Embedded/Environmental
36 Controller (EC). `C`
37 * __exynos__ - Computes and fills Exynos ROM checksum (for BL1 or BL2).
38 `Python3`
39 * __find_usbdebug__ - Help find USB debug ports
40 * __futility__ - Firmware utility for signing ChromeOS images `Make`
41 * __fuzz-tests__ - Create test cases that crash the jpeg code. `C`
42 * __genbuild_h__ - Generate build system definitions `Shell`
43 * __gitconfig__ - Initialize git repository submodules install git
44 hooks `Bash`
45 * __ifdtool__ - Extract and dump Intel Firmware Descriptor information
46 `C`
47 * __intelmetool__ - Dump interesting things about Management Engine
48 even if hidden `C`
49 * __intelp2m__ - Intel Pad to Macro (intelp2m) converter 'Go'
50 * __inteltool__ - Provides information about the Intel CPU/chipset
51 hardware configuration (register contents, MSRs, etc). `C`
52 * __intelvbttool__ - Parse VBT from VGA BIOS `C`
53 * __ipqheader__
54         * _createxbl.py_ - Concatentates XBL segments into one ELF
55 image `Python`
56         * _ipqheader.py_ - Returns a packed MBN header image with the
57 specified base and size `Python`
58         * _mbncat.py_ - Generate ipq8064 uber SBL `Python`
59         * *mbn_tools.py* - Contains all MBN Utilities for image
60 generation `Python`
61 * __kbc1126__ - Tools used to dump the two blobs from the factory
62 firmware of many HP laptops with 8051-based SMSC KBC1098/KBC1126
63 embedded controller and insert them to the firmware image. `C`
64 * __kconfig__ - Build system `Make`
65 * __lint__ - Source linter and linting rules `Shell`
66 * __mainboard__ - mainboard specific scripts
67         * _google_ - Directory for google mainboard specific scripts
68 * __marvell__ - Add U-Boot boot loader for Marvell ARMADA38X `C`
69 * __[me_cleaner](https://github.com/corna/me_cleaner)__ - Tool for
70 partial deblobbing of Intel ME/TXE firmware images `Python`
71 * __mma__ - Memory Margin Analysis automation tests `Bash`
72 * __msrtool__ - Dumps chipset-specific MSR registers. `C`
73 * __mtkheader__ - Generate MediaTek bootload header. `Python3`
74 * __nvidia__ - nvidia blob parsers
75 * __nvramtool__ - Reads and writes coreboot parameters and displaying
76 information from the coreboot table in CMOS/NVRAM. `C`
77 * __pgtblgen__ - Generates page tables based on fixed physical address.
78 `C`
79 * __pmh7tool__ - Dumps, reads and writes PMH7 registers on Lenovo
80 ThinkPads. PMH7 is used for switching on and off the power of some
81 devices on the board such as dGPU. `C`
82 * __post__ - Userspace utility that can be used to test POST cards. `C`
83 * __qemu__ - Makefile & comprehensive default config for QEMU Q35
84 emulation
85 * __qualcomm__ - CMM script to debug Qualcomm coreboot environments.
86 `CMM`
87 * __release__ - Generate coreboot release `Bash`
88 * __riscv__
89         * _make-spike-elf.sh_ - Converts a flat file into an ELF, that
90 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
91         * _sifive-gpt.py_ - Wraps the bootblock in a GPT partition for
92 SiFive's bootrom. `Python3`
93 * __rockchip__ - Generate Rockchip idblock bootloader. `Python3`
94 * __sconfig__ - coreboot device tree compiler `Lex` `Yacc`
95 * __scripts__
96         * _config_ - Manipulate options in a .config file from the
97 command line `Bash`
98         * _cross-repo-cherrypick_ - Pull in patches from another tree
99 from a gerrit repository. `Shell`
100         * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files
101 into various human readable formats.
102         * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an
103 fmaptool compatible .fmd format `Bash`
104         * _find-unused-kconfig-symbols.sh_ - Points out Kconfig
105 variables that may be unused. There are some false positives, but it
106 serves as a starting point `Shell`
107         * _gerrit-rebase_ - Applies all commits that from-branch has
108 over to-branch, based on a common ancestor and gerrit meta-data `Bash`
109         * _get_maintainer.pl_ - Print selected MAINTAINERS information
110 for the files modified in a patch or for a file `Perl`
111         * _maintainers.go_ - Build subsystem Maintainers `Go`
112         * _no-fsf-addresses.sh_ - Removes various FSF addresses from
113 license headers `Shell`
114         * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS
115 file `Perl`
116         * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
117         * _update_submodules_ - Check all submodules for updates `Bash`
118 * __showdevicetree__ - Compile and dump the device tree `C`
119 * __spdtool__ - Dumps SPD ROMs from a given blob to separate files
120 using known patterns and reserved bits. Useful for analysing firmware
121 that holds SPDs on boards that have soldered down DRAM. `python`
122 * __spd_tools__ - Tools for generating SPD files for DDR4 memory used
123 in platforms with memory down configuration.
124         * _gen_spd.go_ - Generates de-duplicated SPD files using a
125 global memory part list provided by the mainboard in JSON format. `Go`
126         * _gen_part_id.go_ - Allocates DRAM strap IDs for different
127 DDR4 memory parts used by the board. `Go`
128 * __spkmodem_recv__ - Decode spkmodem signals `C`
129 * __superiotool__ - A user-space utility to detect Super I/O of a
130 mainboard and provide detailed information about the register contents
131 of the Super I/O. `C`
132 * __supermicro__ - Tools for supermicro platforms
133         * _smcbiosinfo_ - Generates SMC biosinfo for BMC BIOS updates
135 * __testing__ - coreboot test targets `Make`
136 * __uio_usbdebug__ - Debug coreboot's usbdebug driver inside a running
137 operating system (only Linux at this time). `C`
138 * __util_readme__ - Creates README.md of description files in `./util`
139 subdirectories `Bash`
140 * __vboot_list__ - Tools to generate a list of vboot enabled devices to
141 the documentation `Bash`
142 * __vgabios__ - emulated vga driver for qemu `C`
143 * __x86__ - Generates 32-bit PAE page tables based on a CSV input file.
144 `Go`
145 * __xcompile__ - Cross compile setup `Bash`