Re: [edk2-devel] [edk2/master PATCH RISC-V CI v2 2/5] RiscVPkg: Add RiscVPkg yaml file for EDK2 CI.

2020-03-21 Thread Abner Chang
Yes. agree. Abner > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael D Kinney > Sent: Friday, March 20, 2020 8:52 AM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > ; Kinney, Michael D > Cc: Bret Barkelew ; Sean Brog

Re: [edk2-devel] [EXTERNAL] [edk2-devel] Information about the VMs used to do EDK2 CI?

2020-03-21 Thread Rebecca Cran
Thank you. I think we probably do want to detect the number of threads available: I'll see if I can work on that. I'll plan to set up my own Azure self-hosted agent for doing more extensive testing for FreeBSD and Bhyve. -- Rebecca Cran On 3/21/20 10:41 AM, Sean via Groups.Io wrote: Rebecc

Re: [edk2-devel] [PATCH 1/4] EdkRepo: Installer should remove obsolete dependencies

2020-03-21 Thread Nate DeSimone
I’m reading between the lines a little bit… but it seems like your response amounts to: Acked-by: Bret Barkelew Which I added to the commit: https://github.com/tianocore/edk2-staging/commit/79ba022e Hope that’s cool 😊. From: Bret Barkelew Sent: Friday, March 20, 2020 3:07 PM To: Desimone, A

Re: [edk2-devel] CLANGPDB binary debugging

2020-03-21 Thread Andrew Fish via Groups.Io
> On Mar 21, 2020, at 11:36 AM, Vitaly Cheptsov wrote: > > Andrew, > > Thanks once again, but unfortunately it is not that simple. Below I answered > inline explaining the particular issues, which mostly seem to be specific to > CLANGPDB. LLVM stack emits PDB debug files, and even though LLD

Re: [edk2-devel] CLANGPDB binary debugging

2020-03-21 Thread Vitaly Cheptsov
21 марта 2020 г., в 20:13, Andrew Fish написал(а):On Mar 21, 2020, at 3:28 AM, Vitaly Cheptsov wrote:Hello,Andrey, thanks for the hint, it was very helpful. I rewrote the GDB scripts to work with LLDB[1] and was able to debug OVMF built with CLANGPDB. While it

Re: [edk2-devel] CLANGPDB binary debugging

2020-03-21 Thread Andrew Fish via Groups.Io
> On Mar 21, 2020, at 3:28 AM, Vitaly Cheptsov wrote: > > Hello, > > Andrey, thanks for the hint, it was very helpful. I rewrote the GDB scripts > to work with LLDB[1] and was able to debug OVMF built with CLANGPDB. While it > is still quite dirty, at the very least it works. > > Unfortunat

Re: [edk2-devel] [PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers

2020-03-21 Thread Javeed, Ashraf
These set of two patches introduces the CXL Base Specification register definitions to the MDE; the Cxl11.h has the register definitions for revi- sion 1.1, and the header Cxl.h shall be the main header file to support all versions of CXL Base Specification register definitions. Feature Request: h

[edk2-devel] [PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers

2020-03-21 Thread Javeed, Ashraf
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56067): https://edk2.groups.io/g/devel/message/56067 Mute This Topic: https://groups.io/mt/72449748/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

[edk2-devel] [PATCH V2 1/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers

2020-03-21 Thread Javeed, Ashraf
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2611 Register definitions from chapter 7 of CXL Base Specification Rev.1.1 are ported into the new Cxl11.h. The CXL Flex Bus registers are based on the PCIe Extended Capability DVSEC structure headers, hence the Pci.h has to upgraded. Signed-off-

[edk2-devel] [PATCH V2 2/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers

2020-03-21 Thread Javeed, Ashraf
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2611 Introducing the Cxl.h as the main header file to support all versions of CXL Base Specification register definitions. Signed-off-by: Ashraf Javeed Cc: Michael D Kinney Cc: Liming Gao --- MdePkg/Include/IndustryStandard/Cxl.h | 18 +++

Re: [edk2-devel] [EXTERNAL] [edk2-devel] Information about the VMs used to do EDK2 CI?

2020-03-21 Thread Sean via Groups.Io
Rebecca - I think for any platform testing it would make more sense to use self hosted agents.  They could even be your own VM.  QEMU and emulator might be the two where we could explore using the DevOps VMs but I worry we will spend too much time downloading and install dependencies since the V

Re: [edk2-devel] CLANGPDB binary debugging

2020-03-21 Thread Vitaly Cheptsov
Hello, Andrey, thanks for the hint, it was very helpful. I rewrote the GDB scripts to work with LLDB[1] and was able to debug OVMF built with CLANGPDB. While it is still quite dirty, at the very least it works. Unfortunately the experience was close to terrible. I may certainly do something wr