[edk2-devel] [RFC] Transitioning from Bugzilla to GitHub Issues

2024-07-19 Thread Michael Kubacki
Hello, A topic over the last few weeks in the TianoCore Tools & CI meeting has been establishing a transition from Bugzilla to GitHub issues. I've drafted the following RFC to help explain the rationale and a proposed process to do so. I think it is easier to read with formatting, so I've pl

[edk2-devel] Proposed new file CONTRIBUTORS.md for edk2-platforms

2024-07-19 Thread Rebecca Cran
I've been working on creating CODEOWNERS and REVIEWERS for edk2-platforms so we can move it over to Github PRs. With the new split of maintainers and reviewers into two files, I was wondering if we might want to create a new file, e.g. CONTRIBUTORS.md that lists all maintainers and reviewers a

[edk2-devel] Map File for PEI and DXE Phases

2024-07-19 Thread bagcic via groups.io
I need map files for all phases for debug purpose. How can I generate these files after build? Thanks, -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119984): https://edk2.groups.io/g/devel/message/119984 Mute This Topic: https://groups.

[edk2-devel] Remove Deprecated ArmPsciResetSystemLib #5922

2024-07-19 Thread Leif Lindholm
Hi all, Please see conversation in https://github.com/tianocore/edk2/pull/5922 Would Ampere and Phytium platforms be able to move off EmbeddedPkg/ResetRuntimeDxe to MdeModulePkg/Universal/ResetSystemRuntimeDxe so we can drop the deprecated ArmPsciResetSystemLib? Oh, and could you please provide

Re: [edk2-devel] Error during build the Add_Shell_String

2024-07-19 Thread Adam Liu
Looks like nmake.exe not found. Try to fix this problem first. I recommend to use "Developer Command Prompt for VS 2019" to build when Toolchain is set to VS2019. You could type below command to check if your command prompt could run it without errors. > > nmake.exe /? > Regards, Adam -=-

[edk2-devel] StandaloneMM fixes for x86

2024-07-19 Thread Lean Sheng Tan via groups.io
Hi all, Could anyone help to review this PR? https://github.com/tianocore/edk2/pull/5814 Thank you :) Best Regards, *Lean Sheng Tan* 9elements GmbH, Kortumstraße 19-21, 44787 Bochum, Germany Email: sheng@9elements.com Phone: *+49 234 68 94 188 <+492346894188>* Mobile: *+49 176 76 113842 <+

Re: [edk2-devel] [PATCH 1/3] OvmfPkg/PlatformInitLib: Detect FlashNvVarStore before validate it

2024-07-19 Thread Gerd Hoffmann
On Thu, Jul 18, 2024 at 07:57:27PM GMT, Tom Lendacky wrote: > On 7/16/24 21:30, 韩里洋 wrote: > > Hi Tom, > > > > > > > > > > Thank you for your response. > > > > In fact, I'm unable to proceed with the development of the fix patch > > locally as I don't have a SEV-SNP hardware for experimentati