Re: [edk2] [PATCH 1/1] ArmPkg/Include: Add standard SMC and SVC function IDs for MM interface.

2017-09-22 Thread Supreeth Venkatesh
On Fri, 2017-09-22 at 22:45 +0100, Achin Gupta wrote: > Hi Supreeth, > > On Fri, Sep 22, 2017 at 08:25:39PM +0100, Supreeth Venkatesh wrote: > > > > This patch adds a list of function IDs that fall under the standard > > SMC range as defined in > >

[edk2] [PATCH 1/1] ArmPkg/Include: Add standard SMC and SVC function IDs for MM interface.

2017-09-22 Thread Supreeth Venkatesh
This patch adds a list of function IDs that fall under the standard SMC range as defined in http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf. SMCs associated with Management Mode are in the range 0xC440 - 0xC45f (64 bit) and 0x8440

Re: [edk2] [PATCH 1/1] ArmPkg/Include: Add standard SMC and SVC function IDs for MM interface.

2017-09-22 Thread Ard Biesheuvel
On 22 September 2017 at 15:12, Supreeth Venkatesh wrote: > On Fri, 2017-09-22 at 22:45 +0100, Achin Gupta wrote: >> Hi Supreeth, >> >> On Fri, Sep 22, 2017 at 08:25:39PM +0100, Supreeth Venkatesh wrote: >> > >> > This patch adds a list of function IDs that fall under

[edk2] multiple paddings in the same PCI resource tree

2017-09-22 Thread Laszlo Ersek
Hi Ray, I ran into an interesting problem, while working on "OvmfPkg/PciHotPlugInitDxe": It is an assertion failure in CalculateResourceAperture(), in "MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c": > VOID > CalculateResourceAperture ( > IN PCI_RESOURCE_NODE*Bridge > ) > { >

Re: [edk2] [PATCH 1/1] ArmPkg/Include: Add standard SMC and SVC function IDs for MM interface.

2017-09-22 Thread Achin Gupta
Hi Supreeth, On Fri, Sep 22, 2017 at 08:25:39PM +0100, Supreeth Venkatesh wrote: > This patch adds a list of function IDs that fall under the standard > SMC range as defined in > http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf. > > SMCs

Re: [edk2] [PATCH 0/3] Maintainers.txt updates for OvmfPkg/ArmVirtPkg

2017-09-22 Thread Ard Biesheuvel
On 22 September 2017 at 10:45, Jordan Justen wrote: > On 2017-09-22 04:13:48, Laszlo Ersek wrote: >> On 09/22/17 12:15, Leif Lindholm wrote: >> > - Add Ard Biesheuvel as a maintainer for ArmVirtPkg. >> >> s/ArmVirtPkg/OvmfPkg/ >> >> (The actual patch matches your

Re: [edk2] SNP transmit print

2017-09-22 Thread Udit Kumar
Thanks Meenakshi for digging a bit more If we have use like below Library/DxeNetLib/DxeNetLib.c Status = Snp->Transmit (Snp, 0, Length, Packet, NULL, NULL, NULL); if ((Status != EFI_SUCCESS) && (Status != EFI_NOT_READY)) { Status = EFI_DEVICE_ERROR; break; } Then, we can

Re: [edk2] [RFC 1/6] ConfigPkg: add new package for holding common config fragments

2017-09-22 Thread Laszlo Ersek
On 09/21/17 02:05, Ard Biesheuvel wrote: > On 20 September 2017 at 10:27, Leif Lindholm wrote: >> Start with common networking options. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Leif Lindholm >> --- >>

Re: [edk2] [PATCH] ShellPkg/dmpstore: Show name of known variable vendor GUID

2017-09-22 Thread Laszlo Ersek
Hi, this patch breaks the GCC48 build: On 09/18/17 08:42, Ruiyu Ni wrote: > From: Huajing Li > > Change "dmpstore" to show name of known variable vendor GUID. > The name is got from ShellProtocol.GetGuidName(). > > Cc: Jaben Carsey > Reviewed-by:

Re: [edk2] 答复: [PATCH edk2-non-osi v3 6/7] Hisilicon/D05: Update binary file

2017-09-22 Thread Leif Lindholm
On Fri, Sep 22, 2017 at 09:36:48AM +, Huangming (Mark) wrote: > See below reply please > > -邮件原件- > 发件人: Leif Lindholm [mailto:leif.lindh...@linaro.org] > 发送时间: 2017年9月21日 21:00 > 收件人: Heyi Guo > 抄送: linaro-u...@lists.linaro.org; edk2-devel@lists.01.org; >

[edk2] MTFTP file transfer timeout error

2017-09-22 Thread Vabhav Sharma
Hi All, I am facing timeout error with file transfer using tftp on UEFI shell with ARM based SoCs Command used: tftp -s -i File transfer with file size greater 50 or 60 MB is returning timeout(Also depends on type of file like data file, ASCII file, boot sector) I verified by playing

[edk2] [PATCH 1/3] Maintainers.txt: add Ard Biesheuvel as OvmfPkg maintainer

2017-09-22 Thread Leif Lindholm
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index f8ba169edd..c6095266a8 100644 --- a/Maintainers.txt +++ b/Maintainers.txt

[edk2] [PATCH 0/3] Maintainers.txt updates for OvmfPkg/ArmVirtPkg

2017-09-22 Thread Leif Lindholm
- Add Ard Biesheuvel as a maintainer for ArmVirtPkg. - Add Anthony Perard and Julien Grall as Xen reviewers for OvmfPkg, and Julien as reviewer for ArmVirtPkg. Leif Lindholm (3): Maintainers.txt: add Ard Biesheuvel as OvmfPkg maintainer Maintainers.txt: add Xen reviewers to OvmfPkg

Re: [edk2] SNP transmit print

2017-09-22 Thread Meenakshi Aggarwal
Hi Udit, Yes, I think we should print this message is Status is EFI_DEVICE_ERROR because in case of EFI_NOT_READY, we are retrying: // // Transmit the packet through SNP. // Status = Snp->Transmit ( Snp, HeaderSize, Length,

[edk2] [PATCH 3/3] Maintainers.txt: add Xen reviewer for ArmVirtPkg

2017-09-22 Thread Leif Lindholm
Add Julien Grall as a reviewer for ArmVirtPkg for the purpose of reviewing patches affecting Xen. Cc: Julien Grall Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- Maintainers.txt | 1 + 1 file changed, 1

Re: [edk2] [PATCH 0/3] Maintainers.txt updates for OvmfPkg/ArmVirtPkg

2017-09-22 Thread Laszlo Ersek
On 09/22/17 12:15, Leif Lindholm wrote: > - Add Ard Biesheuvel as a maintainer for ArmVirtPkg. s/ArmVirtPkg/OvmfPkg/ (The actual patch matches your intent; it's only the above typo that doesn't.) > - Add Anthony Perard and Julien Grall as Xen reviewers for OvmfPkg, > and Julien as reviewer

[edk2] [PATCH 1/2] MdePkg PiFirmwareFile.h: Add FFS_ATTRIB_DATA_ALIGNMENT_2 definition

2017-09-22 Thread Star Zeng
Follow PI 1.6 spec to add FFS_ATTRIB_DATA_ALIGNMENT_2 definition for FFS alignment extended to support maximum 16MB. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdePkg/Include/Pi/PiFirmwareFile.h

[edk2] [PATCH 0/2] Follow PI 1.6 to support FFS_ATTRIB_DATA_ALIGNMENT_2

2017-09-22 Thread Star Zeng
The BaseTools update patch has been sent at https://lists.01.org/pipermail/edk2-devel/2017-September/015027.html. Cc: Liming Gao Cc: Yonghong Zhu Star Zeng (2): MdePkg PiFirmwareFile.h: Add FFS_ATTRIB_DATA_ALIGNMENT_2 definition MdeModulePkg

[edk2] [PATCH 2/2] MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2

2017-09-22 Thread Star Zeng
Follow PI 1.6 spec to support FFS_ATTRIB_DATA_ALIGNMENT_2 for FFS alignment extended to support maximum 16MB. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c |

Re: [edk2] [RFC 0/6] Create central repository for boilerplate configuration

2017-09-22 Thread Laszlo Ersek
On 09/20/17 23:09, Leif Lindholm wrote: > On Wed, Sep 20, 2017 at 08:14:59PM +0200, Laszlo Ersek wrote: >> (2) Replacing a build define called FOOBAR with CONFIG_FOOBAR will break >> all downstream build scripts. Is the CONFIG_ prefix a requirement? > > It was explicitly intended to break

Re: [edk2] Repeated condition check

2017-09-22 Thread Santhapur Naveen
Hello guys, Any update? Thank you Naveen -Original Message- From: Santhapur Naveen Sent: Wednesday, September 20, 2017 12:05 PM To: edk2-devel@lists.01.org Subject: Repeated condition check Hi all, There is a redundant condition check in the API PxeBcIcmp6ErrorDpcHandle() VOID

[edk2] [PATCH] SecurityPkg\SmmTcg2PhysicalPresenceLib.c Handle reserved or unimplemented PP Operation

2017-09-22 Thread Zhang, Chao B
Several PP operations < 128(Vendor Specific) are reserved or unimplemented. Follow TCG PC Client Platform Physical Presence Interface Specification to return not implemented. https://trustedcomputinggroup.org/wp-content/uploads/Physical-Presence-Interface_1-30_0-52.pdf Cc: Jiewen Yao

Re: [edk2] [Patch] ShellPkg: Update the parameter type to match function interface in DmpStore

2017-09-22 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni Thanks/Ray > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Liming Gao > Sent: Friday, September 22, 2017 2:36 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [edk2]

[edk2] 答复: Shell input redirection question

2017-09-22 Thread Tiger Liu
Hi, experts: How about mm command? I tried to use mm command in a script, but failed. I wrote a script such as below: mm 80 68 -w 1 -IO -n Then I run this script, but failed. Thanks -邮件原件- 发件人: Tiger Liu 发送时间: 2017年9月22日 9:22 收件人: 'Carsey, Jaben'; jim.dai...@dell.com 抄送:

Re: [edk2] [PATCH 1/1] OvmfPkg/QemuBootOrderLib: recognize "usb-storage" devices in XHCI ports

2017-09-22 Thread Laszlo Ersek
On 09/15/17 00:02, Ard Biesheuvel wrote: > On 14 September 2017 at 08:37, Laszlo Ersek wrote: >> The feature is primarily useful for modern AARCH64 guests that have no >> built-in virtio block / SCSI drivers; as on "qemu-system-aarch64 -M virt", >> there are no IDE or AHCI

Re: [edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Ard Biesheuvel
On 22 Sep 2017, at 06:34, Laszlo Ersek wrote: >> ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c:525:66: error: >> passing argument 2 of 'gEfiShellProtocol->GetGuidName' from incompatible >> pointer type [-Werror=incompatible-pointer-types] >> >> Status =

Re: [edk2] SNP transmit print

2017-09-22 Thread Zeng, Star
Cc Ting, Siyuan and Jiaxin. Thanks, Star -Original Message- From: Udit Kumar [mailto:udit.ku...@nxp.com] Sent: Friday, September 22, 2017 7:04 PM To: Meenakshi Aggarwal ; edk2-devel@lists.01.org Cc: Tian, Feng ; Zeng, Star

Re: [edk2] [PATCH 0/2] OvmfPkg/VirtioNetDxe: update TechNotes, log message at ExitBootServices

2017-09-22 Thread Laszlo Ersek
On 09/15/17 10:57, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: vnet_technotes_exitboot_after_map > > Cc: Brijesh Singh > Cc: Jordan Justen > > Laszlo Ersek (2): > OvmfPkg/VirtioNetDxe: document Rx/Tx allocs and

[edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Laszlo Ersek
> ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c:525:66: error: > passing argument 2 of 'gEfiShellProtocol->GetGuidName' from incompatible > pointer type [-Werror=incompatible-pointer-types] > > Status = gEfiShellProtocol->GetGuidName(, ); >

Re: [edk2] [PATCH v3] CryptoPkg: Add new API to retrieve commonName of X.509 certificate

2017-09-22 Thread Laszlo Ersek
On 09/21/17 05:50, Ye, Ting wrote: > Hi Qin, > > I think we might add OPTIONAL attribute to CommonName, as NULL is an valid > input for this API. > In function description, I think we need update below statement to "if *** > and *CommonNameSize is 0." > > "If CommonName is not NULL and

Re: [edk2] [PATCH v2 6/6] OvmfPkg/QemuVideoDxe: Bypass NULL pointer detection during VBE SHIM installing

2017-09-22 Thread Laszlo Ersek
This patch looks great to me, I would like to request a few small updates: On 09/21/17 07:20, Jian J Wang wrote: > QemuVideoDxe driver will install VBE SHIM into page 0. If NULL pointer (1) please replace the word "install" with "link". The VBE Shim is technically installed into the "real-mode"

Re: [edk2] [PATCH 00/14] Refine output of "dh"

2017-09-22 Thread Laszlo Ersek
On 09/22/17 07:50, Ruiyu Ni wrote: > The patches refine the output of "dh": > 1. Support more detailed dump for some protocols. > 2. Refine the output by changing the hilight, indent, EOL > > Huajing Li (13): > ShellPkg/dh: display all the protocol names in a single line > ShellPkg/dh: change

[edk2] [Patch] ShellPkg: Update the parameter type to match function interface in DmpStore

2017-09-22 Thread Liming Gao
This fix can resolve CLANG38 build failure. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Ruiyu Ni --- ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [edk2] [PATCH 00/14] Refine output of "dh"

2017-09-22 Thread Carsey, Jaben
For series. Good changes all. DH is a lifesaver. Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, September 21, 2017 10:50 PM > To: edk2-devel@lists.01.org >

[edk2] [PATCH edk2-platforms v4 11/11] Hisilicon: Fix the drivers use the same GUID issue

2017-09-22 Thread Heyi Guo
The drivers build from separate sources, their GUID should be different. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf

[edk2] [PATCH edk2-platforms v4 10/11] Hisilicon/D05: Fix bug 3061

2017-09-22 Thread Heyi Guo
From: Ming Huang Fix bug 3061(bugs.linaro.org): D05(before EC) boot hangs at "Need Reset"; If the D05 is before EC, then speed of i2c reduce to 100k. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang

Re: [edk2] [Patch] ShellPkg: Update the parameter type to match function interface in DmpStore

2017-09-22 Thread Carsey, Jaben
Liming, I agree this works, but I think Laszlo's change to make the GuidName a CONST CHAR makes more sense. Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Liming Gao > Sent: Thursday, September 21, 2017 11:36 PM > To:

[edk2] [PATCH edk2-non-osi v4 10/10] Hisilicon: Fix the drivers use the same GUID issue

2017-09-22 Thread Heyi Guo
The drivers build from separate sources, their GUID should be different. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf

Re: [edk2] [PATCH v3 1/2] MdePkg: Add UDF volume structure definitions

2017-09-22 Thread Paulo Alcantara
Ruiyu, On 9/21/2017 11:50 PM, Ni, Ruiyu wrote: Paulo, Comments below: #define UDF_TAG_ID(_Tag) \ (UDF_VOLUME_DESCRIPTOR_ID)((_Tag)->TagIdentifier) 1. I prefer to remove the UDF_TAG_ID macro. Adding type-cast to get TAG_ID is very straightforward. Right. I'll remove it. #define

[edk2] [PATCH edk2-platforms v4 05/11] Hisilicon: Update Trusted Firmware binary

2017-09-22 Thread Heyi Guo
From: Ming Huang The Trusted Firmware binary was produced from the commit hash: "14c7bdf" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-platforms v4 09/11] Hisilicon/D05: Update Trusted Firmware binary

2017-09-22 Thread Heyi Guo
From: Ming Huang The Trusted Firmware binary was produced from the commit hash: "14c7bdf" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 05/10] Hisilicon/D05/Net: Update Snp driver

2017-09-22 Thread Heyi Guo
1. Replace SnpPV660Dxe with SnpPV600Dxe; 2. Add SnpPlatform: Install protocol to enable nic port which are using. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 04/10] Hisilicon: Update Trusted Firmware binary

2017-09-22 Thread Heyi Guo
From: Ming Huang The Trusted Firmware binary was produced from the commit hash: "14c7bdf" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-platforms v4 07/11] Hisilicon/D05/Sas: Add SasPlatform

2017-09-22 Thread Heyi Guo
Install protocol to enable sas port which is using and transmit base address info of sas port to SasDriverDxe. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-platforms v4 06/11] Hisilicon/D05/Net: Update Snp driver

2017-09-22 Thread Heyi Guo
1. Replace SnpPV660Dxe with SnpPV600Dxe; 2. Add SnpPlatform: Install protocol to enable nic port which are using. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 07/10] Hisilicon/D05: Update binary file

2017-09-22 Thread Heyi Guo
From: Ming Huang Update binary file for edk2 upgrade. 1. Replace UncachedMemoryAllocationLib with DmaLib; 2. Remove ArmCpuLib dependenc; 3. Remove ConvertToPhysicalAddress; Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang

[edk2] [PATCH edk2-non-osi v4 08/10] Hisilicon/D05: Update Trusted Firmware binary

2017-09-22 Thread Heyi Guo
From: Ming Huang The Trusted Firmware binary was produced from the commit hash: "14c7bdf" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 09/10] Hisilicon/D05: Fix bug 3061

2017-09-22 Thread Heyi Guo
From: Ming Huang Fix bug 3061(bugs.linaro.org): D05(before EC) boot hangs at "Need Reset"; If the D05 is before EC, then speed of i2c reduce to 100k. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang

[edk2] [PATCH edk2-non-osi v4 06/10] Hisilicon/D05/Sas: Add SasPlatform

2017-09-22 Thread Heyi Guo
Install protocol to enable sas port which is using and transmit base address info of sas port to SasDriverDxe. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 00/10] Update D03/D05 binary for edk2 update and bug fix.

2017-09-22 Thread Heyi Guo
Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git branch: rp-1710-osi-v4 Note: Maybe There are some bug in NonDiscoverablePciDeviceDxe. D05/3 console hang at boot, It's boot successfully by switch the VirtualEhciPciIo with old one. Heyi Guo (5):

[edk2] [PATCH edk2-platforms v4 00/11] Update D03/D05 binary for edk2 update and bug fix.

2017-09-22 Thread Heyi Guo
Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git branch: rp-1710-platforms-v4 Note: Maybe There are some bug in NonDiscoverablePciDeviceDxe. D05/3 console hang at boot, It's boot successfully by switch the VirtualEhciPciIo with old one. Heyi Guo (5):

[edk2] [PATCH edk2-non-osi v4 02/10] Hisilicon/D03/Sas: Add SasPlatform

2017-09-22 Thread Heyi Guo
Install protocol to enable sas port which is using and transmit base address info of sas port to SasDriverDxe. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 03/10] Hisilicon/D03: Update binary file

2017-09-22 Thread Heyi Guo
From: Ming Huang Update binary file for edk2 upgrade. 1. Replace UncachedMemoryAllocationLib with DmaLib; 2. Remove ArmCpuLib dependenc; 3. Remove ConvertToPhysicalAddress; Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang

[edk2] [PATCH edk2-platforms v4 02/11] Hisilicon/D03/Net: Update Snp driver

2017-09-22 Thread Heyi Guo
1. Replace SnpPV660Dxe with SnpPV600Dxe; 2. Add SnpPlatform: Install protocol to enable nic port which are using. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-non-osi v4 01/10] Hisilicon/D03/Net: Update Snp driver

2017-09-22 Thread Heyi Guo
1. Replace SnpPV660Dxe with SnpPV600Dxe; 2. Add SnpPlatform: Install protocol to enable nic port which are using. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

[edk2] [PATCH edk2-platforms v4 03/11] Hisilicon/D03/Sas: Add SasPlatform

2017-09-22 Thread Heyi Guo
Install protocol to enable sas port which is using and transmit base address info of sas port to SasDriverDxe. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo ---

Re: [edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Laszlo Ersek
On 09/22/17 16:00, Carsey, Jaben wrote: > Reviewed-by: Jaben Carsey Thank you both; pushed as commit ba30d5f05121. Laszlo >> -Original Message- >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> Sent: Friday, September 22, 2017 6:44 AM >> To: Laszlo

Re: [edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Friday, September 22, 2017 6:44 AM > To: Laszlo Ersek > Cc: edk2-devel@lists.01.org; Carsey, Jaben ; Ni, >

Re: [edk2] [PATCH 2/3] Maintainers.txt: add Xen reviewers to OvmfPkg

2017-09-22 Thread Anthony PERARD
On Fri, Sep 22, 2017 at 11:15:09AM +0100, Leif Lindholm wrote: > A lack of reviewers with Xen experience for OvmfPkg has been expressed. > The Xen community has put forward two volunteers. > > Cc: Anthony Perard > Cc: Julien Grall > >

Re: [edk2] [PATCH v2 6/6] OvmfPkg/QemuVideoDxe: Bypass NULL pointer detection during VBE SHIM installing

2017-09-22 Thread Laszlo Ersek
On 09/22/17 13:50, Laszlo Ersek wrote: > This patch looks great to me, I would like to request a few small > updates: > > On 09/21/17 07:20, Jian J Wang wrote: >> QemuVideoDxe driver will install VBE SHIM into page 0. If NULL pointer > > (1) please replace the word "install" with "link". > > The

[edk2] [PATCH 1/2] ArmPlatformPkg: Store initial timer value

2017-09-22 Thread evan . lloyd
From: Alexei Fedorov This commit adds support for storing initial timer value logged at the beginning of firmware image execution. This timer value is required for firmware basic boot performance data record referenced by Firmware Performance Data Table (FPDT).

[edk2] [PATCH 0/2] Add FPDT Acpi table

2017-09-22 Thread evan . lloyd
From: EvanLloyd Paired patches for edk2 and edk2-platforms that add an FPDT acpi table. This is useful for monitoring firmware performance, etc. Alexei Fedorov (1): ArmPlatformPkg: Store initial timer value ArmPlatformPkg/PrePi/PeiMPCore.inf | 3 ++-

[edk2] [PATCH 2/2] [edk2-platforms] ARM/JunoPkg: Add support for FPDT table.

2017-09-22 Thread evan . lloyd
From: Alexei Fedorov This commmit adds support for building FPDT table with firmware basic boot performance record data. Change-Id: Ib62b7c829e7891769f88e747343d4fed846e1acb Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Alexei Fedorov

Re: [edk2] [PATCH] BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchain

2017-09-22 Thread Marvin H?user
Hey, I just noticed this patch as it recently has been pushed. I found this has been a reaction to https://bugzilla.tianocore.org/show_bug.cgi?id=410 Though as Clang correctly detected, this is Undefined Behavior per the C specification, so why was the warning hidden? In context of the issue in

Re: [edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Ni, Ruiyu
Sorry about the failure and thank you all for the quick fix. Sent from a small-screen device 在 2017年9月22日,下午10:53,Laszlo Ersek > 写道: On 09/22/17 16:00, Carsey, Jaben wrote: Reviewed-by: Jaben Carsey

[edk2] [PATCH v4 0/2] UDF partition driver fix

2017-09-22 Thread Paulo Alcantara
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=707 Hi, This patchset fixes a bug in Partition driver that created UDF logical partitions by using entire block device space and thus polluting protocol database with broken handles. v1->v2: - Followed Laszlo's suggestions to submit a proper

[edk2] [PATCH v4 2/2] MdeModulePkg/UDF: Fix creation of UDF logical partition

2017-09-22 Thread Paulo Alcantara
Do not reserve entire block device size for an UDF file system - instead, reserve the appropriate space (UDF logical volume space) for it. Additionally, only create a logical partition for UDF logical volumes that are currently supported by EDK2 UDF file system implementation. For instance, an

[edk2] [PATCH v4 1/2] MdePkg: Add UDF volume structure definitions

2017-09-22 Thread Paulo Alcantara
This patch adds a few more UDF volume structures in order to detect an UDF file system which is supported by current EDK2 UDF file system implementation in Partition driver. Cc: Michael D Kinney Cc: Liming Gao Cc: Laszlo Ersek

Re: [edk2] [PATCH 0/3] Maintainers.txt updates for OvmfPkg/ArmVirtPkg

2017-09-22 Thread Jordan Justen
On 2017-09-22 04:13:48, Laszlo Ersek wrote: > On 09/22/17 12:15, Leif Lindholm wrote: > > - Add Ard Biesheuvel as a maintainer for ArmVirtPkg. > > s/ArmVirtPkg/OvmfPkg/ > > (The actual patch matches your intent; it's only the above typo that > doesn't.) > > > - Add Anthony Perard and Julien