File: ifittool.8

package info (click to toggle)
coreboot 25.09%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 217,084 kB
  • sloc: ansic: 1,685,313; sh: 15,803; python: 11,200; perl: 10,186; asm: 8,519; makefile: 5,179; cpp: 4,724; pascal: 2,327; ada: 1,985; yacc: 1,264; lex: 731; sed: 75; ruby: 5; lisp: 5; awk: 4
file content (67 lines) | stat: -rw-r--r-- 1,557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\" SPDX-License-Identifier: GPL-2.0-only
.TH IFITTOOL "8" "November 2024" "" "System Administration Utilities"
.SH NAME
ifittool \- Utility for modifying Intel Firmware Interface Table
.SH SYNOPSIS
.sp
.nf
ifittool [\-h]
ifittool [\-H] [\-v] [\-D] [\-c] <\-f|\-\-file name> <\-s|\-\-max\-table\-size size> <\-r|\-\-region fmap region> OPERATION
.SH DESCRIPTION
Utility for modifying Intel Firmware Interface Table
.IP
.SH "OPTIONS"
.TP
\fB\-a\fR|\-\-add\-entry
Add a CBFS file as new entry to FIT
.TP
\fB\-A\fR|\-\-add\-region
Add region as new entry to FIT (for microcodes)
.TP
\fB\-d\fR|\-\-del\-entry number :
Delete existing <number> entry
.TP
\fB\-F\fR|\-\-set\-fit\-pointer
Set the FIT pointer to a CBFS file
.TP
\fB\-t\fR|\-\-fit\-type
Type of new entry
.TP
\fB\-n\fR|\-\-name
The CBFS filename or region to add to table
.SH
OPTIONAL ARGUMENTS:
.TP
\fB\-h\fR|\-\-help
Display this text
.TP
\fB\-H\fR|\-\-header\-offset
Do not search for header, use this offset
.TP
\fB\-v\fR|\-\-verbose
Be verbose (\fB\-v\fR=\fI\,INFO\/\fR \fB\-vv\fR=\fI\,DEBUG\/\fR output)
.TP
\fB\-D\fR|\-\-dump
Dump FIT table (at end of operation)
.TP
\fB\-c\fR|\-\-clear\-table
Remove all existing entries (do not update)
.TP
\fB\-j\fR|\-\-topswap\-size
Use second FIT table if non zero
.SH
REQUIRED ARGUMENTS:
.TP
\fB\-f\fR|\-\-file name
The file containing the CBFS
.TP
\fB\-s\fR|\-\-max\-table\-size
The number of possible FIT entries in table
.TP
\fB\-r\fR|\-\-region
The FMAP region to operate on
.SH "AUTHORS"
.PP
.nf
coresystems GmbH.
Man page written by Ahmad Khalifa.