drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count()
[coreboot.git] / util / README.md
blob470013ed25fc995cbba40a5fc2aa03691ceb422b
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 * __archive__ - Concatenate files and create an archive `C`
8 * __mksunxiboot__ - A simple tool to generate bootable image for sunxi
9 platform. `C`
10 * __autoport__ - Automated porting coreboot to Sandy Bridge/Ivy Bridge
11 platforms `Go`
12 * __bimgtool__ - A simple tool which generates and verifies boot images
13 in the BIMG format, used in systems designed by Imagination
14 Technologies, for example the Pistachio SoC. `C`
15 * __bincfg__ - Compiler/Decompiler for data blobs with specs `Lex`
16 `Yacc`
17 * __board_status__ - Tools to collect logs and upload them to the board
18 status repository `Bash` `Go`
19 * __bucts__ - A tool to manipulate the BUC.TS bit on Intel targets. `C`
20 * __cavium__ - Devicetree_convert Tool to convert a DTB to a static C
21 file `Python`
22 * __cbfstool__
23         * _cbfstool_ - For manipulating CBFS file `C`
24         * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C`
25         * _rmodtool_ - Creates rmodules `C`
26         * _ifwitool_ - For manipulating IFWI `C`
27 * __cbmem__ - Cbmem console log reader `C`
28 * __checklist__ - Board implementation checklist generator `Make`
29 * __chromeos__ - These scripts can be used to extract System Agent
30 reference code and other blobs (e.g. mrc.bin, refcode, VGA option roms)
31 from a Chrome OS recovery image. `C`
32 * __crossgcc__ - A cross toolchain builder for -elf toolchains (ie. no
33 libc support)
34 * __docker__ - Dockerfiles for _coreboot-sdk_, _coreboot-jenkins-node_,
35 _coreboot.org-status_ and _docs.coreboot.org_
36 * __dtd_parser__ - DTD structure parser `Python2`
37 * __ectool__ - Dumps the RAM of a laptop's Embedded/Environmental
38 Controller (EC). `C`
39 * __exynos__ - Computes and fills Exynos ROM checksum (for BL1 or BL2).
40 `Python2`
41 * __find_usbdebug__ - Help find USB debug ports
42 * __futility__ - Firmware utility for signing ChromeOS images `Make`
43 * __fuzz-tests__ - Create test cases that crash the jpeg code. `C`
44 * __genbuild_h__ - Generate build system definitions `Shell`
45 * __genprof__ - Format function tracing logs `Bash` `C`
46 * __gitconfig__ - Initialize git repository submodules install git
47 hooks `Bash`
48 * __ifdtool__ - Extract and dump Intel Firmware Descriptor information
49 `C`
50 * __intelmetool__ - Dump interesting things about Management Engine
51 even if hidden `C`
52 * __inteltool__ - Provides information about the Intel CPU/chipset
53 hardware configuration (register contents, MSRs, etc). `C`
54 * __intelvbttool__ - Parse VBT from VGA BIOS `C`
55 * __ipqheader__
56         * _createxbl.py_ - Concatentates XBL segments into one ELF
57 image `Python`
58         * _ipqheader.py_ - Returns a packed MBN header image with the
59 specified base and size `Python`
60         * _mbncat.py_ - Generate ipq8064 uber SBL `Python`
61         * *mbn_tools.py* - Contains all MBN Utilities for image
62 generation `Python`
63 * __k8resdump__ - This program will dump the IO/memory/PCI resources
64 from the K8 memory controller `C`
65 * __kbc1126__ - Tools used to dump the two blobs from the factory
66 firmware of many HP laptops with 8051-based SMSC KBC1098/KBC1126
67 embedded controller and insert them to the firmware image. `C`
68 * __kconfig__ - Build system `Make`
69 * __lint__ - Source linter and linting rules `Shell`
70 * __marvell__ - Add U-Boot boot loader for Marvell ARMADA38X `C`
71 * __[me_cleaner](https://github.com/corna/me_cleaner)__ - Tool for
72 partial deblobbing of Intel ME/TXE firmware images `Python`
73 * __mma__ - Memory Margin Analysis automation tests `Bash`
74 * __msrtool__ - Dumps chipset-specific MSR registers. `C`
75 * __mtkheader__ - Generate MediaTek bootload header. `Python2`
76 * __nvidia__ - nvidia blob parsers
77 * __nvramtool__ - Reads and writes coreboot parameters and displaying
78 information from the coreboot table in CMOS/NVRAM. `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 * __qualcomm__ - CMM script to debug Qualcomm coreboot environments.
84 `CMM`
85 * __release__ - Generate coreboot release `Bash`
86 * __riscv__
87         * _make-spike-elf.sh_ - Converts a flat file into an ELF, that
88 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
89         * _sifive-gpt.py_ - Wraps the bootblock in a GPT partition for
90 SiFive's bootrom. `Python3`
91 * __rockchip__ - Generate Rockchip idblock bootloader. `Python2`
92 * __romcc__ - Compile a C source file generating a binary that does not
93 implicitly use RAM. `C`
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         * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an
101 fmaptool compatible .fmd format `Bash`
102         * _find-unused-kconfig-symbols.sh_ - Points out Kconfig
103 variables that may be unused. There are some false positives, but it
104 serves as a starting point `Shell`
105         * _gerrit-rebase_ - Applies all commits that from-branch has
106 over to-branch, based on a common ancestor and gerrit meta-data `Bash`
107         * _get_maintainer.pl_ - Print selected MAINTAINERS information
108 for the files modified in a patch or for a file `Perl`
109         * _maintainers.go_ - Build subsystem Maintainers `Go`
110         * _no-fsf-addresses.sh_ - Removes various FSF addresses from
111 license headers `Shell`
112         * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS
113 file `Perl`
114         * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
115         * _update_submodules_ - Check all submodules for updates `Bash`
116 * __showdevicetree__ - Compile and dump the device tree `C`
117 * __spkmodem_recv__ - Decode spkmodem signals `C`
118 * __superiotool__ - A user-space utility to detect Super I/O of a
119 mainboard and provide detailed information about the register contents
120 of the Super I/O. `C`
121 * __testing__ - coreboot test targets `Make`
122 * __uio_usbdebug__ - Debug coreboot's usbdebug driver inside a running
123 operating system (only Linux at this time). `C`
124 * __util_readme__ - Creates README.md of description files in `./util`
125 subdirectories `Bash`
126 * __vgabios__ - emulated vga driver for qemu `C`
127 * __viatool__ - Extract certain configuration bits on VIA chipsets and
128 CPUs. `C`
129 * __x86__ - Generates 32-bit PAE page tables based on a CSV input file.
130 `Go`
131 * __xcompile__ - Cross compile setup `Bash`