2867534f3d
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
109 lines
823 B
Plaintext
109 lines
823 B
Plaintext
static unsigned char ssdt_pcihp_name[] = {
|
|
0x33
|
|
};
|
|
static unsigned char ssdt_pcihp_adr[] = {
|
|
0x44
|
|
};
|
|
static unsigned char ssdt_pcihp_end[] = {
|
|
0x5b
|
|
};
|
|
static unsigned char ssdp_pcihp_aml[] = {
|
|
0x53,
|
|
0x53,
|
|
0x44,
|
|
0x54,
|
|
0x5b,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x1,
|
|
0xe8,
|
|
0x42,
|
|
0x58,
|
|
0x50,
|
|
0x43,
|
|
0x0,
|
|
0x0,
|
|
0x42,
|
|
0x58,
|
|
0x53,
|
|
0x53,
|
|
0x44,
|
|
0x54,
|
|
0x50,
|
|
0x43,
|
|
0x1,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x49,
|
|
0x4e,
|
|
0x54,
|
|
0x4c,
|
|
0x23,
|
|
0x8,
|
|
0x13,
|
|
0x20,
|
|
0x10,
|
|
0x36,
|
|
0x5c,
|
|
0x2e,
|
|
0x5f,
|
|
0x53,
|
|
0x42,
|
|
0x5f,
|
|
0x50,
|
|
0x43,
|
|
0x49,
|
|
0x30,
|
|
0x5b,
|
|
0x82,
|
|
0x29,
|
|
0x53,
|
|
0x41,
|
|
0x41,
|
|
0x5f,
|
|
0x8,
|
|
0x5f,
|
|
0x53,
|
|
0x55,
|
|
0x4e,
|
|
0xa,
|
|
0xaa,
|
|
0x8,
|
|
0x5f,
|
|
0x41,
|
|
0x44,
|
|
0x52,
|
|
0xc,
|
|
0x0,
|
|
0x0,
|
|
0xaa,
|
|
0x0,
|
|
0x14,
|
|
0x12,
|
|
0x5f,
|
|
0x45,
|
|
0x4a,
|
|
0x30,
|
|
0x1,
|
|
0x50,
|
|
0x43,
|
|
0x45,
|
|
0x4a,
|
|
0x42,
|
|
0x53,
|
|
0x45,
|
|
0x4c,
|
|
0x5f,
|
|
0x53,
|
|
0x55,
|
|
0x4e
|
|
};
|
|
static unsigned char ssdt_pcihp_start[] = {
|
|
0x30
|
|
};
|
|
static unsigned char ssdt_pcihp_id[] = {
|
|
0x3d
|
|
};
|