-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfru.ini
75 lines (59 loc) · 987 Bytes
/
fru.ini
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
70
71
72
73
74
75
[common]
; Version of FRU spec
version = 1
; Size of FRU
size = 1024
; Is Internal Use Area section to be populated
internal = 0
; Is Chassis Info Area to be populated
chassis = 0
; Is Board Info Area to be populated
board = 0
; Is Product Info Area to be populated
product = 0
; Is Multi-Record Info Area to be populated
; not implemented
multirecord = 0
[internal]
; Data entered here will directly go into Internal Use Area
data =
; Either/or - not both data and file
; Contents of file mentioned will go into Internal Use Area
file =
[chassis]
; Hexadecimal
type = 17
; Strings
part =
serial =
extra1 =
extra2 =
extra3 =
extra4 =
[board]
; Hexadecimal
language = 0
; 3 bytes - #minutes since Jan 1, 1996 00:00:00
date =
; Strings
manufacturer =
product =
serial =
part =
fileid =
extra1 =
extra2 =
[product]
; Hexadecimal
language = 0
; Strings
manufacturer =
product =
part =
version =
serial =
asset =
fileid =
extra1 =
extra2 =
extra3 =