On Thu, Jul 02, 2020 at 10:48:46PM +0200, Gerd Hoffmann wrote: > + /* copy AML table into ACPI tables blob and patch header there */ > + g_array_append_vals(table_data, dsdt->buf->data, dsdt->buf->len); > + build_header(linker, table_data, > + (void *)(table_data->data + table_data->len - dsdt->buf->len), > + "DSDT", dsdt->buf->len, 5, NULL, NULL);
Why 5? Just curious ... -- MST