summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-09-14 17:55:26 +0800
committerraywu <raywu@aaeon.com.tw>2018-09-14 17:55:26 +0800
commit7f8525b643796c6e72e0f1512d1c156322582e04 (patch)
tree6de29bdcf52984099c8a2632e48331abaf8aca7e
parent85dc743bdb246b92bb6c24eeff9ccc5cb7308ed2 (diff)
downloadzprj-7f8525b643796c6e72e0f1512d1c156322582e04.tar.xz
Release [DW01AR02] - Fixed SLP2.0
-rw-r--r--BIOS_CUSTOM/OA20Marker.binbin182 -> 182 bytes
-rw-r--r--CRB/CSP.sdl4
-rw-r--r--RomImage/FitcBuild.bat2
3 files changed, 3 insertions, 3 deletions
diff --git a/BIOS_CUSTOM/OA20Marker.bin b/BIOS_CUSTOM/OA20Marker.bin
index 1488eeb..9e65faa 100644
--- a/BIOS_CUSTOM/OA20Marker.bin
+++ b/BIOS_CUSTOM/OA20Marker.bin
Binary files differ
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index b45b47d..5c6b4bf 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -1628,7 +1628,7 @@ TOKEN
End
TOKEN
Name = "T_ACPI_OEM_ID"
- Value = "{'G','R','G','B',00,00}"
+ Value = "{'G','R','G','B',0x20,0x20}"
Help = "ACPI OEM Id -\a string value to be filled into ACPI table headers.\ If you want use spaces as leading or and trailing symbols \you must surround the whole expression in '|'. \For example | ABC |. This will result in the generation of a \ #define ACPI_OEM_ID_MAK ' ABC ' in the file Build\AcpiOemElinks.h \(created by Acpi.mak file). All tables generated by the \Acpi eModule will have the IDs with the values from \the generated file. To see how this works, refer to \the AcpiCore.c file and search for the string ACPI_OEM_ID_MAK. \Some modules which submit their own ACPI tables may \use the old method: CONVERT_TO_STRING(T_ACPI_OEM_ID). \If they are using this method, either '|' will be included \in their table's ID fields, or a build error will \occur because the two additional '|' characters \will make the string larger than the TableId size \of 6 characters. Contact the owners of the offending modules and /ask them to use ACPI_OEM_ID_MAK as it is used in AcpiCore.c."
TokenType = Expression
TargetMAK = Yes
@@ -1637,7 +1637,7 @@ TOKEN
End
TOKEN
Name = "T_ACPI_OEM_TBL_ID"
- Value = "{'G','R','G','B','I','P','C',00}"
+ Value = "{'G','R','G','B','I','P','C',0x20}"
Help = "ACPI OEM TBL Id -\a string value to be filled into ACPI table headers.\ If you want use spaces as leading or and trailing symbols \you must surround the whole expression in '|'. \For example | ABC |. This will result in the generation of a \ #define ACPI_OEM_TBL_ID_MAK ' ABC ' in the file Build\AcpiOemElinks.h \(created by Acpi.mak file). All tables generated by the \Acpi eModule will have the IDs with the values from \the generated file. To see how this works, refer to \the AcpiCore.c file and search for the string ACPI_OEM_ID_MAK. \Some modules which submit their own ACPI tables may \use the old method: CONVERT_TO_STRING(T_ACPI_OEM_ID). \If they are using this method, either '|' will be included \in their table's ID fields, or a build error will \occur because the two additional '|' characters \will make the string larger than the TableId size \of 8 characters. Contact the owners of the offending modules and /ask them to use ACPI_OEM_TBL_ID_MAK as it is used in AcpiCore.c."
TokenType = Expression
TargetMAK = Yes
diff --git a/RomImage/FitcBuild.bat b/RomImage/FitcBuild.bat
index 4ea8e04..e4987a7 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 DW01AR01.bin
+IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01AR02.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