File: ifwitool.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 (69 lines) | stat: -rw-r--r-- 1,315 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
68
69
.\" SPDX-License-Identifier: GPL-2.0-only
.TH IFWITOOL "8" "November 2024" "" "System Administration Utilities"
.SH NAME
ifwitool \- Utility for IFWI manipulation
.SH SYNOPSIS
.PP
.nf
ifwitool [\-h]
ifwitool FILE COMMAND [PARAMETERS]
.SH DESCRIPTION
ifwitool Utility for IFWI manipulation
.SH "COMMANDS"
.PP
.nf
\fBadd\fR \-f FILE \-n NAME [\-d \-e ENTRY] [\-s]
\fBcreate\fR \-f FILE [\-s]
\fBdelete\fR \-n NAME [\-s]
\fBextract\fR \-f FILE \-n NAME [\-d \-e ENTRY] [\-s]
\fBprint\fR [\-d] [\-s]
\fBreplace\fR \-f FILE \-n NAME [\-d \-e ENTRY] [\-s]
.SH "OPTIONS"
.TP
\fB\-f\fR FILE
File to read/write/create/extract
.TP
\fB\-s\fR
Use the second Logical Boot Partition
.TP
\fB\-d\fR
Perform directory operation
.TP
\fB\-e\fR ENTRY
Name of directory entry to operate on
.TP
\fB\-v\fR
Verbose level
.TP
\fB\-h\fR
Help message
.TP
\fB\-n\fR NAME
Name of sub\-partition to operate on
.TP
.nf
NAME should be one of:
SMIP(SMIP)
RBEP(CSE_RBE)
FTPR(CSE_BUP)
UCOD(Microcode)
IBBP(Bootblock)
S_BPDT(S\-BPDT)
OBBP(OEM boot block)
NFTP(CSE_MAIN)
ISHP(ISH)
DLMP(CSE_IDLM)
IFP_OVERRIDE(IFP_OVERRIDE)
DEBUG_TOKENS(Debug Tokens)
UFS_PHY(UFS Phy)
UFS_GPP(UFS GPP)
PMCP(PMC firmware)
IUNP(IUNIT)
NVM_CONFIG(NVM Config)
UEP(UEP)
UFS_RATE_B(UFS Rate B Config)
.SH "AUTHORS"
.PP
.nf
coresystems GmbH.
Man page written by Ahmad Khalifa.