Skip to content

Commit 07656a9

Browse files
mgcaowenlingz
authored andcommitted
DM: modify acpi for IASL to support ACPI6.3
patch is from Alex Du for IASL tool updated to support ACPI 6.3 version. Tracked-On: #2568 Signed-off-by: Alek Du <alek.du@intel.com> Signed-off-by: Minggui Cao <minggui.cao@intel.com>
1 parent 827fffe commit 07656a9

File tree

1 file changed

+2
-1
lines changed
  • devicemodel/hw/platform/acpi

1 file changed

+2
-1
lines changed

devicemodel/hw/platform/acpi/acpi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
276276
EFPRINTF(fp, "[0001]\t\tLocal Apic ID : %02x\n", i);
277277
EFPRINTF(fp, "[0004]\t\tFlags (decoded below) : 00000001\n");
278278
EFPRINTF(fp, "\t\t\tProcessor Enabled : 1\n");
279+
EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n");
279280
EFPRINTF(fp, "\n");
280281
}
281282

@@ -305,7 +306,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
305306
EFPRINTF(fp, "[0001]\t\tBus : 00\n");
306307
EFPRINTF(fp, "[0001]\t\tSource : %02X\n", SCI_INT);
307308
EFPRINTF(fp, "[0004]\t\tInterrupt : %08X\n", SCI_INT);
308-
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 0000\n");
309+
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 000D\n");
309310
EFPRINTF(fp, "\t\t\tPolarity : 1\n");
310311
EFPRINTF(fp, "\t\t\tTrigger Mode : 3\n");
311312
EFPRINTF(fp, "\n");

0 commit comments

Comments
 (0)