Re: 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-11 Thread Kun Qin via groups.io
Liming/Mike, I think making MM instance to be a base version makes sense, too. Thanks for the suggestion. Regards, Kun -Original Message- From: gaoliming Sent: Sunday, July 10, 2022 11:49 PM To: devel@edk2.groups.io; Kinney, Michael D ; 'Albecki, Mateusz' Cc: 'Liu, Zhiguang' ; Kun Q

Re: [edk2-devel] [PATCH v3 5/6] [edk2-platforms] Silicon/SynQuacer: add DBG2 ACPI table

2022-07-11 Thread Masahisa Kojima
Hi Leif, Ard, A gentle ping again on this. Thanks, Masahisa Kojima On Mon, 23 May 2022 at 13:58, Masahisa Kojima via groups.io wrote: > > Hi Leif, Ard, > > A gentle ping on this on behalf of Masami, since he left Linaro. > > Thanks, > Masahisa Kojima > > > On Fri, 10 Dec 2021 at 15:51, Masami

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 07/12/2022 #cal-reminder

2022-07-11 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* 07/12/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4ed4-8496-4ed77

[edk2-devel] Now: Tools, CI, Code base construction meeting series - 07/11/2022 #cal-notice

2022-07-11 Thread Group Notification
*Tools, CI, Code base construction meeting series* *When:* 07/11/2022 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://github.com/tianocore/edk2/discussions/2614 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1542975 ) *Description:* TianoCore community, Micros

Re: [edk2-devel] CapsuleApp built form 'edk2-platforms' didn't work in Galileo Gen2 board.

2022-07-11 Thread Michael D Kinney
My guess is the flash-missingpdat-release-1.1.1.cap is not compatible with capsules from the latest edk2-platforms repo. If you want to use capsules, I recommend you flash the FW image built from latest edk2-platforms using SF-100 and then use can use capsules to update to newer versions from t

Re: [edk2-devel] [PATCH 4/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Add support for override protocol

2022-07-11 Thread Jeff Brasen via groups.io
Yes we have systems where we will have more than 16 controllers/segments. > -Original Message- > From: Pierre Gondois > Sent: Monday, July 11, 2022 11:15 AM > To: Jeff Brasen ; devel@edk2.groups.io > Cc: sami.muja...@arm.com; alexei.fedo...@arm.com > Subject: Re: [PATCH 4/4] DynamicTables

Re: [edk2-devel] [PATCH 4/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Add support for override protocol

2022-07-11 Thread PierreGondois
On 7/11/22 17:32, Jeff Brasen wrote: We also on some PCIe devices add a device entry under DOO_ w/ it's own _RST and _DSD. If you see the v3 version of the patch where I add a support library that we can override allows us to customize the device as we need. Ok thanks! GeneratePciSlots() s

Re: [edk2-devel] [PATCH 4/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Add support for override protocol

2022-07-11 Thread Jeff Brasen via groups.io
We also on some PCIe devices add a device entry under DOO_ w/ it's own _RST and _DSD. If you see the v3 version of the patch where I add a support library that we can override allows us to customize the device as we need. -Jeff > -Original Message- > From: Pierre Gondois > Sent: Mond

Re: [edk2-devel] [PATCH 4/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Add support for override protocol

2022-07-11 Thread PierreGondois
Hello Jeff, To be sure I understand correctly, the SsdtPcieGenerator currently allows to generate something like this: Scope(_SB) { Device(PCI0) { Device (D00_) { // Device 0 Name(_ADR, 0x) } Method(_OSC,4) { [...] // Generic _OSC method } } } What you wan

Re: [edk2-devel] [PATCH v1 1/1] DynamicTablesPkg: Add support to specify FADT minor revision

2022-07-11 Thread Jagadeesh Ujja
Hi Sami, The patch is tested and looks good to me: Tested-by: Jagadeesh Ujja On Wed, Jul 6, 2022 at 8:57 PM Sami Mujawar wrote: > > Hi Pierre, > > On 06/07/2022 04:03 pm, Pierre Gondois wrote: > > Hello Sami, > > The only configuration manager not using ACPI 6.4 tables is at: > > Platform/NXP/C

[edk2-devel] CapsuleApp built form 'edk2-platforms' didn't work in Galileo Gen2 board.

2022-07-11 Thread gordontcp
Hi all, According to the instructions of edk2-platforms, I built QUARKFIRMWAREUPDATECAPSULEFMPPKCS7.Cap and CapsuleApp.efi, Build command:  build -a IA32 -t VS2019 -p QuarkPlatformPkg/Quark.dsc -D CAPSULE_ENABLE Reference: https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel

Re: [edk2-devel][PATCH v1 1/2] UefiCpuPkg: Update SEC_IDT_TABLE struct

2022-07-11 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: devel@edk2.groups.io On Behalf Of Kuo, Ted > Sent: Monday, June 27, 2022 3:43 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Ni, Ray > ; S, Ashraf Ali ; De, Debkumar > ; Han, Harry > ; West, Catharine > Sub

Re: [edk2-devel] [PATCH] IntelSiliconPkg/VTd: Fix VTd Queued Invalidation IOTLB descriptor

2022-07-11 Thread Sheng Wei
Hi Ray, Could you help to review and merge a VTd driver patch ? Huang, Jenny has given the "review-by". This patch is used to fix/refine code about VTd Queued Invalidation feature. Here are the changes 1) Bug fix: VTd Queued Invalidation IOTLB descriptor need to use CAP_REG.DWD and CAP_RE