From nobody Thu May 2 06:10:58 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=intel.com Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1526545570644823.7104209905625; Thu, 17 May 2018 01:26:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 75FE2203BEA2E; Thu, 17 May 2018 01:26:09 -0700 (PDT) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 204DE203B9934 for ; Thu, 17 May 2018 01:26:07 -0700 (PDT) Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 01:26:07 -0700 Received: from zwei4-mobl1.ccr.corp.intel.com ([10.239.193.94]) by orsmga008.jf.intel.com with ESMTP; 17 May 2018 01:26:06 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,390,1520924400"; d="scan'208";a="41966692" From: zwei4 To: edk2-devel@lists.01.org Date: Thu, 17 May 2018 16:26:01 +0800 Message-Id: <20180517082601.15192-1-david.wei@intel.com> X-Mailer: git-send-email 2.14.1.windows.1 Subject: [edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Update SYSTEM_CONFIGURATION and EFI_GLOBAL_NVS_AREA. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add item in SYSTEM_CONFIGURATION and EFI_GLOBAL_NVS_AREA for reporting UART= 1 as PNP0501 COM. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- Vlv2DeviceRefCodePkg/AcpiTablesPCAT/GloblNvs.asl | 5 +++-- Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h | 3 ++- Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/GloblNvs.asl b/Vlv2DeviceR= efCodePkg/AcpiTablesPCAT/GloblNvs.asl index 32cfd9d411..0373e935b7 100644 --- a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/GloblNvs.asl +++ b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/GloblNvs.asl @@ -5,7 +5,7 @@ ;* Family of Customer Reference Boards. = *; ;* = *; ;* = *; -;* Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved = *; +;* Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved = *; ; ; This program and the accompanying materials are licensed and made availa= ble under ; the terms and conditions of the BSD License that accompanies this distri= bution. @@ -349,6 +349,7 @@ Field(GNVS,AnyAcc,Lock,Preserve) DIDX, 32, //(793) Device ID for eDP device IOT, 8, //(794) MinnowBoard Max JP1 is configured for MSFT IOT= project. BATT, 8, //(795) The Flag of RTC Battery Prensent. =20 - LPAD, 8, //(796) =20 + LPAD, 8, //(796)=20 + U1CM, 8, //(797) Report UART1 as PNP0501 COM.=20 } =20 diff --git a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h b/Vlv2TbltDevic= ePkg/Include/Guid/SetupVariable.h index c7c51d0d2a..fc2fc86f77 100644 --- a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h +++ b/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h @@ -1,6 +1,6 @@ /*++ =20 - Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
= =20 =20 This program and the accompanying materials are licensed and made availa= ble under @@ -1310,6 +1310,7 @@ typedef struct { UINT8 GpioWakeCapability; UINT8 RtcBattery; UINT8 LpeAudioReportedByDSDT; + UINT8 Uart1Pnp0501Com; // Report UART1 as PNP0501 COM =20 } SYSTEM_CONFIGURATION; #pragma pack() diff --git a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h b/Vlv2TbltD= evicePkg/Include/Protocol/GlobalNvsArea.h index aa7ec9277e..03468f9357 100644 --- a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h +++ b/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h @@ -1,6 +1,6 @@ /*++ =20 - Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
= =20 =20 This program and the accompanying materials are licensed and made availa= ble under @@ -473,6 +473,7 @@ typedef struct { UINT8 MicrosoftIoT; // (794)JP1 pins are for = Microsoft IoT project. UINT8 RtcBattery; // (795) The Flag of RTC = Battery Present. UINT8 LpeAudioReportedByDSDT; // (796) + UINT8 Uart1Pnp0501Com; // (797) Report UART 1 as= PNP0501 COM. } EFI_GLOBAL_NVS_AREA; #pragma pack () =20 --=20 2.14.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel