Add support for Alibaba cloud on aarch64
[virt-what.git] / tests / alibaba-cloud-arm / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.3
4 Getting SMBIOS data from sysfs.
5 SMBIOS 3.0.0 present.
6 Table at 0x2348C0000.
7
8 Handle 0x0100, DMI type 1, 27 bytes
9 System Information
10         Manufacturer: Alibaba Cloud
11         Product Name: Alibaba Cloud ECS
12         Version: virt-rhel7.6.0
13         Serial Number: 8c43355a-242e-42c2-bdf7-9fae99316221
14         UUID: 8c43355a-242e-42c2-bdf7-9fae99316221
15         Wake-up Type: Power Switch
16         SKU Number: Not Specified
17         Family: Red Hat Enterprise Linux
18
19 Handle 0x0300, DMI type 3, 21 bytes
20 Chassis Information
21         Manufacturer: Alibaba Cloud
22         Type: Other
23         Lock: Not Present
24         Version: virt-rhel7.6.0
25         Serial Number: Not Specified
26         Asset Tag: Not Specified
27         Boot-up State: Safe
28         Power Supply State: Safe
29         Thermal State: Safe
30         Security Status: Unknown
31         OEM Information: 0x00000000
32         Height: Unspecified
33         Number Of Power Cords: Unspecified
34         Contained Elements: 0
35
36 Handle 0x0400, DMI type 4, 42 bytes
37 Processor Information
38         Socket Designation: CPU 0
39         Type: Central Processor
40         Family: Other
41         Manufacturer: Alibaba Cloud
42         ID: 00 00 00 00 00 00 00 00
43         Version: virt-rhel7.6.0
44         Voltage: Unknown
45         External Clock: Unknown
46         Max Speed: 2000 MHz
47         Current Speed: 2000 MHz
48         Status: Populated, Enabled
49         Upgrade: Other
50         L1 Cache Handle: Not Provided
51         L2 Cache Handle: Not Provided
52         L3 Cache Handle: Not Provided
53         Serial Number: Not Specified
54         Asset Tag: Not Specified
55         Part Number: Not Specified
56         Core Count: 2
57         Core Enabled: 2
58         Thread Count: 1
59         Characteristics: None
60
61 Handle 0x1000, DMI type 16, 23 bytes
62 Physical Memory Array
63         Location: Other
64         Use: System Memory
65         Error Correction Type: Multi-bit ECC
66         Maximum Capacity: 8 GB
67         Error Information Handle: Not Provided
68         Number Of Devices: 1
69
70 Handle 0x1100, DMI type 17, 40 bytes
71 Memory Device
72         Array Handle: 0x1000
73         Error Information Handle: Not Provided
74         Total Width: Unknown
75         Data Width: Unknown
76         Size: 8 GB
77         Form Factor: DIMM
78         Set: None
79         Locator: DIMM 0
80         Bank Locator: Not Specified
81         Type: RAM
82         Type Detail: Other
83         Speed: Unknown
84         Manufacturer: Alibaba Cloud
85         Serial Number: Not Specified
86         Asset Tag: Not Specified
87         Part Number: Not Specified
88         Rank: Unknown
89         Configured Memory Speed: Unknown
90         Minimum Voltage: Unknown
91         Maximum Voltage: Unknown
92         Configured Voltage: Unknown
93
94 Handle 0x2000, DMI type 32, 11 bytes
95 System Boot Information
96         Status: No errors detected
97
98 Handle 0x0000, DMI type 0, 26 bytes
99 BIOS Information
100         Vendor: EFI Development Kit II / OVMF
101         Version: 0.0.0
102         Release Date: 02/06/2015
103         Address: 0xE8000
104         Runtime Size: 96 kB
105         ROM Size: 64 kB
106         Characteristics:
107                 BIOS characteristics not supported
108                 Targeted content distribution is supported
109                 UEFI is supported
110                 System is a virtual machine
111         BIOS Revision: 0.0
112
113 Handle 0xFEFF, DMI type 127, 4 bytes
114 End Of Table
115
116 EOF