tests: Add test for Google Cloud Engine
[virt-what.git] / tests / google-cloud / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.3
4 Getting SMBIOS data from sysfs.
5 SMBIOS 2.4 present.
6 16 structures occupying 588 bytes.
7 Table at 0xFFFE0000.
8
9 Handle 0x0000, DMI type 0, 24 bytes
10 BIOS Information
11         Vendor: Google
12         Version: Google
13         Release Date: 06/20/2022
14         Address: 0xE8000
15         Runtime Size: 96 kB
16         ROM Size: 64 kB
17         Characteristics:
18                 BIOS characteristics not supported
19                 Targeted content distribution is supported
20         BIOS Revision: 1.0
21
22 Handle 0x0097, DMI type 1, 27 bytes
23 System Information
24         Manufacturer: Google
25         Product Name: Google Compute Engine
26         Version: Not Specified
27         Serial Number: GoogleCloud-957EDC416C53B28F6DA35168B6F8648D
28         UUID: 957edc41-6c53-b28f-6da3-5168b6f8648d
29         Wake-up Type: Power Switch
30         SKU Number: Not Specified
31         Family: Not Specified
32
33 Handle 0x0098, DMI type 2, 15 bytes
34 Base Board Information
35         Manufacturer: KVM
36         Product Name: Google Compute Engine
37         Version: Not Specified
38         Serial Number: Board-GoogleCloud-957EDC416C53B28F6DA35168B6F8648D
39         Asset Tag: 957EDC41-6C53-B28F-6DA3-5168B6F8648D
40         Features:
41                 Board is a hosting board
42         Location In Chassis: Not Specified
43         Chassis Handle: 0x0099
44         Type: Motherboard
45         Contained Object Handles: 0
46
47 Handle 0x0099, DMI type 3, 20 bytes
48 Chassis Information
49         Manufacturer: Google
50         Type: Other
51         Lock: Not Present
52         Version: Not Specified
53         Serial Number: Not Specified
54         Asset Tag: Not Specified
55         Boot-up State: Safe
56         Power Supply State: Safe
57         Thermal State: Safe
58         Security Status: Unknown
59         OEM Information: 0x00000000
60         Height: Unspecified
61         Number Of Power Cords: Unspecified
62
63 Handle 0x3001, DMI type 7, 17 bytes
64 Cache Information
65         Socket Designation: L1 Cache
66         Configuration: Disabled, Not Socketed, Level 1
67         Operational Mode: Write Through
68         Location: Internal
69         Installed Size: 0 kB
70         Maximum Size: 1 kB
71         Supported SRAM Types: None
72         Installed SRAM Type: None
73
74 Handle 0x3002, DMI type 7, 17 bytes
75 Cache Information
76         Socket Designation: L2 Cache
77         Configuration: Disabled, Not Socketed, Level 1
78         Operational Mode: Write Back
79         Location: Internal
80         Installed Size: 0 kB
81         Maximum Size: 0 kB
82         Supported SRAM Types: None
83         Installed SRAM Type: None
84
85 Handle 0x3003, DMI type 7, 17 bytes
86 Cache Information
87         Socket Designation: L3 Cache
88         Configuration: Disabled, Not Socketed, Level 1
89         Operational Mode: Varies With Memory Address
90         Location: Internal
91         Installed Size: 256 kB
92         Maximum Size: 256 kB
93         Supported SRAM Types: None
94         Installed SRAM Type: None
95
96 Handle 0x1000, DMI type 4, 42 bytes
97 Processor Information
98         Socket Designation: CPU 1
99         Type: Central Processor
100         Family: ARMv8
101         Manufacturer: Google
102         ID: 00 00 00 00 00 00 00 00
103         Version: Not Specified
104         Voltage: Unknown
105         External Clock: Unknown
106         Max Speed: 3000 MHz
107         Current Speed: 3000 MHz
108         Status: Populated, Enabled
109         Upgrade: Other
110         L1 Cache Handle: 0x3001
111         L2 Cache Handle: 0x3002
112         L3 Cache Handle: 0x3003
113         Serial Number: Not Specified
114         Asset Tag: Not Specified
115         Part Number: Not Specified
116         Core Count: 1
117         Core Enabled: 1
118         Thread Count: 1
119         Characteristics:
120                 64-bit capable
121
122 Handle 0x0200, DMI type 16, 15 bytes
123 Physical Memory Array
124         Location: Other
125         Use: System Memory
126         Error Correction Type: Multi-bit ECC
127         Maximum Capacity: 4 GB
128         Error Information Handle: Not Provided
129         Number Of Devices: 1
130
131 Handle 0x7000, DMI type 17, 21 bytes
132 Memory Device
133         Array Handle: 0x0200
134         Error Information Handle: Not Provided
135         Total Width: 64 bits
136         Data Width: 64 bits
137         Size: 4 GB
138         Form Factor: DIMM
139         Set: None
140         Locator: DIMM 0
141         Bank Locator: Not Specified
142         Type: RAM
143         Type Detail: Synchronous
144
145 Handle 0x0300, DMI type 19, 15 bytes
146 Memory Array Mapped Address
147         Starting Address: 0x00000000000
148         Ending Address: 0x000BFFFFFFF
149         Range Size: 3 GB
150         Physical Array Handle: 0x0200
151         Partition Width: 1
152
153 Handle 0x0301, DMI type 19, 15 bytes
154 Memory Array Mapped Address
155         Starting Address: 0x00100000000
156         Ending Address: 0x0013FFFFFFF
157         Range Size: 1 GB
158         Physical Array Handle: 0x0200
159         Partition Width: 1
160
161 Handle 0x4000, DMI type 20, 19 bytes
162 Memory Device Mapped Address
163         Starting Address: 0x00000000000
164         Ending Address: 0x000BFFFFFFF
165         Range Size: 3 GB
166         Physical Device Handle: 0x7000
167         Memory Array Mapped Address Handle: 0x0300
168         Partition Row Position: 1
169
170 Handle 0x4001, DMI type 20, 19 bytes
171 Memory Device Mapped Address
172         Starting Address: 0x00100000000
173         Ending Address: 0x0013FFFFFFF
174         Range Size: 1 GB
175         Physical Device Handle: 0x7000
176         Memory Array Mapped Address Handle: 0x0301
177         Partition Row Position: 1
178
179 Handle 0x0100, DMI type 32, 11 bytes
180 System Boot Information
181         Status: No errors detected
182
183 Handle 0xFEFF, DMI type 127, 4 bytes
184 End Of Table
185
186 EOF