mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-08 21:04:18 +00:00
dm: acpi: set SCI_INT polarity to high active
set SCI_INT default polarity to high active Tracked-On: #1269 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
parent
064e5344e9
commit
ce961e79a5
@ -278,7 +278,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
|
||||
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, "\t\t\tPolarity : 3\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