summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2019-09-11 16:58:17 +0800
committerraywu <raywu@aaeon.com.tw>2019-09-11 16:58:17 +0800
commit1330d58fc87f22016cc879302ff473cbe3c4f997 (patch)
treee5b026167e39f9b90aba0c7595e5a8df89b20fe0
parent08b70ceba17623a1c020ddfad1ce687c5e767f7b (diff)
downloadzprj-1330d58fc87f22016cc879302ff473cbe3c4f997.tar.xz
Support F81866 COM3 ~ COM6 IRQ Sharing Mode Selection / Try to Fix : There're Yellow Mark under Windows
-rw-r--r--Board/EM/Setup/Setup.unibin24786 -> 24786 bytes
-rw-r--r--Board/IO/F81866/F81866.ASL2
-rw-r--r--RomImage/FitcBuild.bat2
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
--- a/Board/EM/Setup/Setup.uni
+++ b/Board/EM/Setup/Setup.uni
Binary files 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