From 7f8525b643796c6e72e0f1512d1c156322582e04 Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 14 Sep 2018 17:55:26 +0800 Subject: Release [DW01AR02] - Fixed SLP2.0 --- CRB/CSP.sdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CRB') 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 -- cgit v1.2.3