public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Support PUIS and DEVSLP feature
@ 2018-06-04  7:03 Ruiyu Ni
  2018-06-04  7:03 ` [PATCH v2 1/4] MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devices Ruiyu Ni
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Ruiyu Ni @ 2018-06-04  7:03 UTC (permalink / raw)
  To: edk2-devel

v2: Make sure whole code changes pass ECC check.
  1/4: Remove unneeded comments.
  2/4: Add comments to describe how to deal the value other than 0 and 1.
  4/4: ECC fix. Change AhciEnableDevSlp() to return when "DeviceSleepEnable != 1"
       instead of "DeviceSleepEnable == 0".

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   | 392 ++++++++++++++++++++-
 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                      |   2 +
 7 files changed, 495 insertions(+), 9 deletions(-)
 create mode 100644 MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h

-- 
2.16.1.windows.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-06-05  5:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04  7:03 [PATCH v2 0/4] Support PUIS and DEVSLP feature Ruiyu Ni
2018-06-04  7:03 ` [PATCH v2 1/4] MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devices Ruiyu Ni
2018-06-04  7:03 ` [PATCH v2 2/4] MdeModulePkg: Add AtaAtapiPolicy protocol definition Ruiyu Ni
2018-06-05  2:29   ` Zeng, Star
2018-06-05  3:09     ` Ni, Ruiyu
2018-06-05  3:34       ` Zeng, Star
2018-06-04  7:03 ` [PATCH v2 3/4] MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policy Ruiyu Ni
2018-06-05  3:35   ` Zeng, Star
2018-06-05  3:40     ` Ni, Ruiyu
2018-06-05  5:16       ` Zeng, Star
2018-06-05  5:39         ` Ni, Ruiyu
2018-06-05  5:52           ` Zeng, Star
2018-06-04  7:03 ` [PATCH v2 4/4] MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP " Ruiyu Ni
2018-06-04  7:30   ` Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox