@@ -18,7 +18,7 @@
#include "Pv660Platform.h"
-DefinitionBlock("DsdtTable.aml", "DSDT", 1, "HISI", "HISI-D02", EFI_ACPI_ARM_OEM_REVISION) {
+DefinitionBlock("DsdtTable.aml", "DSDT", 1, "HISI", "HISI0660", EFI_ACPI_ARM_OEM_REVISION) {
include ("Mbig.asl")
include ("CPU.asl")
include ("Com.asl")
@@ -10,11 +10,11 @@
[0004] Table Length : 0000010C
[0001] Revision : 00
[0001] Checksum : BC
-[0006] Oem ID : "INTEL "
-[0008] Oem Table ID : "TEMPLATE"
+[0006] Oem ID : "HISI "
+[0008] Oem Table ID : "HISI0660"
[0004] Oem Revision : 00000000
[0004] Asl Compiler ID : "INTL"
-[0004] Asl Compiler Revision : 20150410
+[0004] Asl Compiler Revision : 20151124
[0004] Node Count : 0000000A
[0004] Node Offset : 00000034
@@ -24,10 +24,10 @@
// ACPI table information used to initialize tables.
//
#define EFI_ACPI_ARM_OEM_ID 'H','I','S','I' // OEMID 6 bytes long
-#define EFI_ACPI_ARM_OEM_TABLE_ID SIGNATURE_64('H','I','S','I','-','D','0','2') // OEM table id 8 bytes long
-#define EFI_ACPI_ARM_OEM_REVISION 0x20140727
-#define EFI_ACPI_ARM_CREATOR_ID SIGNATURE_32('H','I','S','I')
-#define EFI_ACPI_ARM_CREATOR_REVISION 0x00000099
+#define EFI_ACPI_ARM_OEM_TABLE_ID SIGNATURE_64('H','I','S','I','0','6','6','0') // OEM table id 8 bytes long
+#define EFI_ACPI_ARM_OEM_REVISION 0x00000000
+#define EFI_ACPI_ARM_CREATOR_ID SIGNATURE_32('I','N','T','L')
+#define EFI_ACPI_ARM_CREATOR_REVISION 0x20151124
// A macro to initialise the common header part of EFI ACPI tables as defined by
// EFI_ACPI_DESCRIPTION_HEADER structure.