Re: [edk2-devel] [PATCH 0/2] BoardModulePkg: BoardBdsHookLib GCC fix

2023-01-17 Thread Attar, AbdulLateef (Abdul Lateef) via groups.io
; Liming Gao ; Isaac Oram Subject: [edk2-devel] [PATCH 0/2] BoardModulePkg: BoardBdsHookLib GCC fix Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Patch 1: Fix the GCC boot time page fault exception

[edk2-devel] [PATCH 0/2] BoardModulePkg: BoardBdsHookLib GCC fix

2022-11-15 Thread Abdul Lateef Attar via groups.io
Patch 1: Fix the GCC boot time page fault exception, by copying PcdGetPtr to local variables. Patch 2: Adds PCD to hold the UEFI shell GUID value and description, to provide flexibility to load any UEFI application as UEFI shell. PR : https://github.com/tianocore/edk2-platforms/pull/50