From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 75088210E2A6D for ; Thu, 31 May 2018 22:39:11 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2018 22:39:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,464,1520924400"; d="scan'208";a="55664517" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.4]) by orsmga003.jf.intel.com with ESMTP; 31 May 2018 22:39:10 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Fri, 1 Jun 2018 13:39:17 +0800 Message-Id: <20180601053921.34724-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.16.1.windows.1 Subject: [PATCH 0/4] Support PUIS and DEVSLP feature 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: , X-List-Received-Date: Fri, 01 Jun 2018 05:39:11 -0000 Ruiyu Ni (4): MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devices MdeModulePkg: Add AtaAtapiPolicy protocol definition MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policy MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP per policy MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c | 391 ++++++++++++++++++++- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h | 23 +- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c | 19 +- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h | 6 +- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf | 3 +- MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h | 59 ++++ MdeModulePkg/MdeModulePkg.dec | 3 + 7 files changed, 495 insertions(+), 9 deletions(-) create mode 100644 MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h -- 2.16.1.windows.1