From 1330d58fc87f22016cc879302ff473cbe3c4f997 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 11 Sep 2019 16:58:17 +0800 Subject: Support F81866 COM3 ~ COM6 IRQ Sharing Mode Selection / Try to Fix : There're Yellow Mark under Windows --- Board/EM/Setup/Setup.uni | Bin 24786 -> 24786 bytes Board/IO/F81866/F81866.ASL | 2 +- RomImage/FitcBuild.bat | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni index 110b53f..602bfaa 100644 Binary files a/Board/EM/Setup/Setup.uni and b/Board/EM/Setup/Setup.uni differ diff --git a/Board/IO/F81866/F81866.ASL b/Board/IO/F81866/F81866.ASL index 7423aaf..18a0029 100644 --- a/Board/IO/F81866/F81866.ASL +++ b/Board/IO/F81866/F81866.ASL @@ -618,7 +618,7 @@ CreateByteField(CRS3, IO04._LEN, LEN4) //Length 1 0x7 // Store(0x18, IRQS) If( And(OPT0,0x01) ) { // Shared If( And(OPT0,0x02) ) { // Edge - Store(0x11, IRQS) // High, Edge, Share + Store(0x19, IRQS) // High, Edge, Share } Else { // Level Store(0x18, IRQS) // Low, Level, Share diff --git a/RomImage/FitcBuild.bat b/RomImage/FitcBuild.bat index f3dc295..0e909f8 100644 --- a/RomImage/FitcBuild.bat +++ b/RomImage/FitcBuild.bat @@ -103,7 +103,7 @@ GOTO ImageOutput :ImageOutput IF EXIST %DestDir%\OutImage.bin ECHO Rom_%RomSize%%RomSkue%.bin && move /Y %DestDir%\OutImage.bin Rom_%RomSize%%RomSkue%.bin -IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01AR16.bin +IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01AR17.bin IF EXIST %DestDir%\OutImage_1.bin ECHO Rom00%RomSkue%.bin && move /Y %DestDir%\OutImage_1.bin Rom00%RomSkue%.bin IF EXIST %DestDir%\OutImage_2.bin ECHO Rom01%RomSkue%.bin && move /Y %DestDir%\OutImage_2.bin Rom01%RomSkue%.bin echo Rom_%RomSize%%RomSkue%.bin>ForPfatName.txt -- cgit v1.2.3