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