summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2019-09-12 11:49:11 +0800
committerraywu <raywu@aaeon.com.tw>2019-09-12 11:49:11 +0800
commit63b0d43c6a6591792a328c838ac2640b83f555ef (patch)
tree60cc05ab92e4d813ec52f19d8e3b3f9cb1ca3dcb
parentfa59068514e85be67ddc37db18a08853d074e72f (diff)
downloadzprj-63b0d43c6a6591792a328c838ac2640b83f555ef.tar.xz
[Fixed] Prepare to Release DW01AR18 / F81866 COM3 ~ COM6 are not be Shared normally
-rw-r--r--Board/EM/Setup/Setup.unibin24786 -> 24786 bytes
-rw-r--r--Board/IO/F81866/F81866.ASL3
-rw-r--r--RomImage/FitcBuild.bat2
3 files changed, 3 insertions, 2 deletions
diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni
index 602bfaa..a5a2224 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 18a0029..7230595 100644
--- a/Board/IO/F81866/F81866.ASL
+++ b/Board/IO/F81866/F81866.ASL
@@ -811,11 +811,12 @@ CreateByteField(CRS3, IO04._LEN, LEN4) //Length 1 0x7
If( LEqual(CIS1, 0) ) {
And( OPT6, 0xF7, OPT6 )
And( OPT0, 0xFC, OPT0 )
+ Or( OPT0, 0x01, OPT0 )
}
Else {
And( OPT6, 0xF7, OPT6 )
And( OPT0, 0xFC, OPT0 )
- Or( OPT0, 0x02, OPT0 )
+ Or( OPT0, 0x03, OPT0 )
}
//ray_override / Support F81866 COM3 ~ COM6 IRQ Sharing Mode Selection / Modified <<
}Else{
diff --git a/RomImage/FitcBuild.bat b/RomImage/FitcBuild.bat
index 0e909f8..ab41f6b 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 DW01AR17.bin
+IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01AR18.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