From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 26CB921C8F601 for ; Sun, 18 Jun 2017 18:20:23 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2017 18:21:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,359,1493708400"; d="scan'208";a="99228100" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga004.jf.intel.com with ESMTP; 18 Jun 2017 18:21:42 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Date: Mon, 19 Jun 2017 09:21:24 +0800 Message-Id: <1497835292-34476-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 0/8] Update function comments according to UEFI2.7 spec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 01:20:23 -0000 This patch serial is to update fucntion comments accoding to new UEFI spec. Dandan Bi (8): MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec IntelFrameworkModulePkg: Update comments in SimpleTextInEx MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7 MdePkg/HiiImageDecoder.h: Remove the unnecessary comments MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7 MdePkg: update comments in ResetSystem() according to UEFI2.7 MdePkg: Clean ACPI 2.0 characters in UEFI spec MdeModulePkg: Clean ACPI 2.0 characters in UEFI spec .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 10 ++++++--- .../Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h | 10 ++++++--- .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c | 15 +++++++------ .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h | 16 ++++++++------ MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c | 6 +++--- MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 6 +++--- .../Bus/Pci/PciHostBridgeDxe/PciRootBridge.h | 6 +++--- .../Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c | 6 +++--- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 12 +++++++---- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h | 12 +++++++---- .../Universal/Console/ConSplitterDxe/ConSplitter.c | 11 ++++++---- .../Universal/Console/ConSplitterDxe/ConSplitter.h | 11 ++++++---- .../Universal/Console/TerminalDxe/Terminal.h | 7 ++++-- .../Universal/Console/TerminalDxe/TerminalConIn.c | 11 ++++++---- MdePkg/Include/Library/UefiRuntimeLib.h | 7 +++--- MdePkg/Include/Protocol/HiiImageDecoder.h | 9 -------- MdePkg/Include/Protocol/PciIo.h | 25 +++++++++++----------- MdePkg/Include/Protocol/PciRootBridgeIo.h | 18 ++++++++-------- MdePkg/Include/Protocol/SimpleTextInEx.h | 17 ++++++++------- MdePkg/Include/Uefi/UefiSpec.h | 24 +++++++++++++++------ 20 files changed, 137 insertions(+), 102 deletions(-) -- 1.9.5.msysgit.1