Looks good to me Reviewed-by: Feng Tian <[email protected]>
Thanks Feng -----Original Message----- From: Wu, Hao A Sent: Tuesday, May 10, 2016 10:25 AM To: [email protected]; Tian, Feng <[email protected]> Cc: Wu, Hao A <[email protected]> Subject: [PATCH v2 0/6] ATA PassThru & SATA device path PortMultiplier update Changes compared with V1: 1. Update the commit log messages to reflect the correct UEFI spec version that the 'PortMultiplier' semantic change is introduced. 2. Update two OVMF library instances to adapt to the 'PortMultiplier' semantic change. The UEFI 2.5 & 2.5 Errata spec updated the description of the port multiplier port number parameter in SATA Device Path Node and ATA Pass-Through Protocol. Now, this parameter should be set to 0xFFFF instead of 0 to indicate that an ATA device is directly attached on the controller port. Hao Wu (4): MdePkg Protocol/DevicePath.h: Update SATA Device Path comments MdePkg Protocol/AtaPassThru.h: Update PortMultiplierPort related comments MdeModulePkg Ata: Use the new (incompatible) PortMultiplierPort semantics MdeModulePkg AtaAtapiPassThru: Fix incorrect parameter description comment Laszlo Ersek (2): OvmfPkg/QemuNewBootOrderLib: adapt Q35 SATA PMPN to UEFI spec Mantis 1353 OvmfPkg/QemuBootOrderLib: adapt Q35 SATA PMPN to UEFI spec Mantis 1353 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c | 14 ++-- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c | 75 +++++++++++++++++----- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h | 12 ++-- MdePkg/Include/Protocol/AtaPassThru.h | 8 +-- MdePkg/Include/Protocol/DevicePath.h | 4 +- .../Library/QemuBootOrderLib/QemuBootOrderLib.c | 10 +-- .../Library/QemuNewBootOrderLib/QemuBootOrderLib.c | 10 +-- 7 files changed, 88 insertions(+), 45 deletions(-) -- 1.9.5.msysgit.0 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

