On Fri, Oct 23, 2015 at 04:57:09PM +0200, Igor Mammedov wrote: > + /* copy AML table into ACPI tables blob and patch header there */ > + g_array_append_vals(table_data, table->buf->data, table->buf->len); > + build_header(linker, table_data, > + (void *)(table_data->data + table_data->len - table->buf->len), > + "MHPT", table->buf->len, 2); > + free_aml_allocator(); > +}
Why not just put this in an SSDT? And what guarantees that there won't be an MHPT table in a future version of the spec, conflicting with this use? -- MST