mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-09 08:56:55 +00:00
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>
This commit is contained in:
parent
827fffedda
commit
07656a9cc6
@ -276,6 +276,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
|
||||
EFPRINTF(fp, "[0001]\t\tLocal Apic ID : %02x\n", i);
|
||||
EFPRINTF(fp, "[0004]\t\tFlags (decoded below) : 00000001\n");
|
||||
EFPRINTF(fp, "\t\t\tProcessor Enabled : 1\n");
|
||||
EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n");
|
||||
EFPRINTF(fp, "\n");
|
||||
}
|
||||
|
||||
@ -305,7 +306,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
|
||||
EFPRINTF(fp, "[0001]\t\tBus : 00\n");
|
||||
EFPRINTF(fp, "[0001]\t\tSource : %02X\n", SCI_INT);
|
||||
EFPRINTF(fp, "[0004]\t\tInterrupt : %08X\n", SCI_INT);
|
||||
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 0000\n");
|
||||
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 000D\n");
|
||||
EFPRINTF(fp, "\t\t\tPolarity : 1\n");
|
||||
EFPRINTF(fp, "\t\t\tTrigger Mode : 3\n");
|
||||
EFPRINTF(fp, "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user