Re: [edk2-devel] [PATCH v1 1/1] Add BaseRiscVFpuLib.inf in SG2042.dsc it is necessary to build SG2042.fv

2024-11-18 Thread Sunil V L
Hi, On Mon, Nov 18, 2024 at 11:20:21PM +0800, DennisDing2003 via groups.io wrote: > Cc: dahogn > Cc: caiyuqing379 > Cc: meng-cz > Cc: USER0FISH > Signed-off-by: DennisDing2003 > Reviewed-by: Sunil V L Please add this tag only after some reviewer actually gives this. In this case, I didn't r

[edk2-devel] Now: Tools and CI meeting - W- US / ASIA TZ friendly - Monday, November 18, 2024 #cal-notice

2024-11-18 Thread Group Notification
*Tools and CI meeting - W- US / ASIA TZ friendly* *When:* Monday, November 18, 2024 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles *Organizer:* Sean spbro...@outlook.com ( spbro...@outlook.com?subject=Re:%20Event:%20Tools%20and%20CI%20meeting%20-%20W-%20US%20%2F%20ASIA%20TZ%20friendly ) View

Re: [edk2-devel] [BUG] Extremely slow boot times with CPU and GPU passthrough and host phys-bits > 40

2024-11-18 Thread Ard Biesheuvel via groups.io
(cc Gerd) On Mon, 18 Nov 2024 at 20:26, mitchell.augustin via groups.io wrote: > > Hello! > We've identified an issue with OVMF that causes the boot time of VMs to be > considerably slower (usually taking 10+ minutes more) under (at least) the > following conditions: > * CPU passthrough is use

[edk2-devel] Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, November 20, 2024 #cal-cancelled

2024-11-18 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCEL REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20240422T053451Z TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang

[edk2-devel] Event: Tools and CI meeting - W- US / ASIA TZ friendly - Monday, November 18, 2024 #cal-reminder

2024-11-18 Thread Group Notification
*Reminder: Tools and CI meeting - W- US / ASIA TZ friendly* *When:* Monday, November 18, 2024 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles *Organizer:* Sean spbro...@outlook.com ( spbro...@outlook.com?subject=Re:%20Event:%20Tools%20and%20CI%20meeting%20-%20W-%20US%20%2F%20ASIA%20TZ%20friendl

Re: [edk2-devel] Capsule validation tool?

2024-11-18 Thread Michael D Kinney via groups.io
There is a shell app that can be used to apply a capsule. https://github.com/tianocore/edk2/tree/master/MdeModulePkg/Application/CapsuleApp Mike From: devel@edk2.groups.io On Behalf Of james.last via groups.io Sent: Monday, November 18, 2024 11:15 AM To: devel@edk2.groups.io Subject: [edk2-dev

[edk2-devel] [PATCH v1 0/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-11-18 Thread Ann Cheng via groups.io
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4847 PR: https://github.com/tianocore/edk2-test/pull/110 EFI_ACCESS_DENIED (The action violated a system policy) is an acceptable status for ExtractConfig in UEFI specification. SCT now marks the test case as a warning instead of failure, when E

[edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-11-18 Thread Ann Cheng via groups.io
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4847 EFI_ACCESS_DENIED (The action violated a system policy) is an acceptable status for ExtractConfig in UEFI specification. SCT now marks the test case as a warning instead of failure, when EFI_ACCESS_DENIED is returned. Cc: G Edhaya Chandran

[edk2-devel] [PATCH v1 0/1] *** Add BaseRiscVFpuLib.inf in SG2042.dsc ***

2024-11-18 Thread DennisDing2003 via groups.io
*** BLURB HERE *** DennisDing2003 (1): Add BaseRiscVFpuLib.inf in SG2042.dsc it is necessary to build SG2042.fv Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc | 1 + 1 file changed, 1 insertion(+) Cc: dahogn Cc: caiyuqing379 Cc: meng-cz Cc: USER0FISH Signed-off-by: DennisDing2003 <18669

[edk2-devel] [PATCH v1 1/1] Add BaseRiscVFpuLib.inf in SG2042.dsc it is necessary to build SG2042.fv

2024-11-18 Thread DennisDing2003 via groups.io
Cc: dahogn Cc: caiyuqing379 Cc: meng-cz Cc: USER0FISH Signed-off-by: DennisDing2003 <18669755...@163.com> Reviewed-by: Sunil V L --- Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc b/Platform/Sophgo/S

[edk2-devel] Capsule validation tool?

2024-11-18 Thread james.last via groups.io
Hi folks, We're working on a tool similar to GenerateCapsule but uses HSM-based keys to perform the signing instead of a local key file. Is there a standalone tool or recommended method to validate the capsules are generated correctly using the cert chain? Thanks, Jim -=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] ArmPlatformPkg: does SecureBootDefaultKeys.fdf.inc need updated to add more DB files?

2024-11-18 Thread Doug Flick via groups.io
I don't think there's any immediate consideration, but I'm certainly not opposed to it if the community is up for it. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120785): https://edk2.groups.io/g/devel/message/120785 Mute This Topic:

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-11-18 Thread G Edhaya Chandran via groups.io
Reviewed-by: G Edhaya Chandran The changes are reviewed OK. Thank you, Ann for the solution. With Warm Regards, Edhay > -Original Message- > From: Ann Cheng > Sent: 15 November 2024 08:19 > To: devel@edk2.groups.io > Cc: G Edhaya Chandran ; Barton Gao > ; Carolyn Gjertsen > Subject