X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FPlatform.asl;fp=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FPlatform.asl;h=35bae8248aa4da5871bc65015ae5f05058c4255a;hp=53633dfbe40b39db27b9a403279dff244bfb4f0d;hb=137cbff041fc93a980a1fac5d7bfbaad2084340d;hpb=5c5d8d0b208657a0e7a37cc3dee226de89bba09c diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl index 53633dfbe4..35bae8248a 100644 --- a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl +++ b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl @@ -1,7 +1,7 @@ /** @file Contains root level name space objects for the platform -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2019 Intel Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent @@ -50,7 +50,7 @@ DefinitionBlock ( "DSDT", 1, "INTEL ", - "QuarkNcSocId", + "QuarkNcS", 3) { // @@ -275,7 +275,7 @@ DefinitionBlock ( Method (_INI) { Store(LINUX, OSTP) // Set the default os is Linux - If (CondRefOf (_OSI, local0)) + If (CondRefOf (_OSI)) { // //_OSI is supported, so it is WinXp or Win2003Server