summaryrefslogtreecommitdiff
path: root/CRB
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 /CRB
parent85dc743bdb246b92bb6c24eeff9ccc5cb7308ed2 (diff)
downloadzprj-7f8525b643796c6e72e0f1512d1c156322582e04.tar.xz
Release [DW01AR02] - Fixed SLP2.0
Diffstat (limited to 'CRB')
-rw-r--r--CRB/CSP.sdl4
1 files changed, 2 insertions, 2 deletions
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