Re: [edk2-devel] [PATCH edk2-platforms v2 0/3] JunoPkg: Fix AcpiSsdtRootPci.asl to use spaces and reserve ECAM area

2022-04-01 Thread Rebecca Cran
Could someone review these, and if they look good push them please? Thanks. Rebecca Cran On 3/19/22 14:13, Rebecca Cran wrote: I noticed Linux reports a firmware bug with the current Juno ACPI tables. These patches fix it by reserving the ECAM area with a RES0 device, while also converting

[edk2-devel] CryptoPkg build broken using XCODE5 (Availability.h not found)

2022-03-29 Thread Rebecca Cran
(defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200) || \ (defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 8) #   define OPENSSL_APPLE_CRYPTO_RANDOM 1 #   include #   include # 

Re: [edk2-devel] [PATCH 3/3] Basetools: turn off gcc12 warning

2022-03-28 Thread Rebecca Cran
] -- Rebecca Cran On 3/24/22 6:04 AM, Gerd Hoffmann wrote: In function ‘SetDevicePathEndNode’, inlined from ‘FileDevicePath’ at DevicePathUtilities.c:857:5: DevicePathUtilities.c:321:3: error: writing 4 bytes into a region of size 1 [-Werror=stringop-overflow=] 321 | memcpy (Node

[edk2-devel] JunoPkg: RELEASE boot hangs at "Press ESCAPE for boot options" (SiI3132AtaPassThruCommand)

2022-03-24 Thread Rebecca Cran
emoved (so I can build NOOPT and debug without optimizations getting in the way). -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88011): https://edk2.groups.io/g/devel/message/88011 Mute This Topic: https://groups.io/m

[edk2-devel] [PATCH v2 3/3] BaseTools: Scripts/efi_lldb.py: Add lldb EFI commands and pretty Print

2022-03-21 Thread Rebecca Cran
Lindholm Cc: Michael D Kinney Cc: Hao A Wu Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Rebecca Cran --- BaseTools/Scripts/efi_lldb.py | 1044 1 file changed, 1044 insertions(+) diff --git a/BaseTools/Scripts/efi_lldb.py b/BaseTools/Scripts/efi_lldb

[edk2-devel] [PATCH v2 0/3] BaseTools: Add support for gdb and lldb

2022-03-21 Thread Rebecca Cran
of "RISCV" as "RISKV". Testing: - Tested gdb on Ubuntu and lldb on macOS for IA32 and X64. - Tested gdb on openSUSE for AARCH64. Rebecca Cran (3): BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pret

[edk2-devel] [PATCH v2 2/3] BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pretty Print

2022-03-21 Thread Rebecca Cran
Gao Cc: Yuwei Chen Signed-off-by: Rebecca Cran --- BaseTools/Scripts/efi_gdb.py | 918 1 file changed, 918 insertions(+) diff --git a/BaseTools/Scripts/efi_gdb.py b/BaseTools/Scripts/efi_gdb.py new file mode 100755 index ..e9bae8e9b913 --- /dev/null +++

[edk2-devel] [PATCH v2 1/3] BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes

2022-03-21 Thread Rebecca Cran
Add Scripts/efi_debugging.py to provide debugger agnostic debugging utility Python classes. Cc: Leif Lindholm Cc: Michael D Kinney Cc: Hao A Wu Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Rebecca Cran --- BaseTools/Scripts/efi_debugging.py | 2185 1 file

[edk2-devel] [PATCH edk2-platforms 3/3] Platform/Qemu: Update SbsaQemu Readme.md with current TF-A build PLAT

2022-03-19 Thread Rebecca Cran
To build TF-A for QEMU Sbsa PLAT=qemu_sbsa should now be specified. Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md index 692f9702de56

[edk2-devel] [PATCH edk2-platforms 2/3] Platform/Qemu: Update SbsaQemu Readme.md with current QEMU git URL

2022-03-19 Thread Rebecca Cran
The canonical QEMU Git URL isn't GitHub, but GitLab. Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md index c514c33b7c2f..692f9702de56 100644

[edk2-devel] [PATCH edk2-platforms 0/3] Platform/Qemu/SbsaQemu: Update Readme.md

2022-03-19 Thread Rebecca Cran
Fix some issues with the SbsaQemu Readme.md file. Rebecca Cran (3): Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A' Platform/Qemu: Update SbsaQemu Readme.md with current QEMU git URL Platform/Qemu: Update SbsaQemu Readme.md with current TF-A build PLAT Platform/Qemu

[edk2-devel] [PATCH edk2-platforms 1/3] Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A'

2022-03-19 Thread Rebecca Cran
Trusted Firmware is no longer called ATF (ARM Trusted Firmware) but is now TF-A (Trusted Firmware for A-profile architecture). Update Readme.md to match. Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[edk2-devel] [PATCH edk2-platforms v2 3/3] Platform/ARM/JunoPkg: Reserve the ECAM area in ACPI with RES0 device

2022-03-19 Thread Rebecca Cran
nt warning is displayed: "system 00:00: [mem 0x4000-0x4fff window] could not be reserved" It appears this is a harmless message though: a discussion about it can be seen at https://lore.kernel.org/all/20210603141641.GA17284@lpieralisi/#t Signed-off-by: Rebecca Cran Tested-by: Sa

[edk2-devel] [PATCH edk2-platforms v2 2/3] Platform/ARM/JunoPkg: Use MdePkg PcdPciExpressBaseAddress for ECAM addr

2022-03-19 Thread Rebecca Cran
Instead of using a custom Pcd for the ECAM address (gArmJunoTokenSpaceGuid.PcdPciConfigurationSpaceBaseAddress), use the Pcd from MdePkg. Signed-off-by: Rebecca Cran Reviewed-by: Sami Mujawar --- Platform/ARM/JunoPkg/ArmJuno.dec | 4

[edk2-devel] [PATCH edk2-platforms v2 1/3] Platform/ARM/JunoPkg: Convert AcpiSsdtRootPci.asl from tabs to spaces

2022-03-19 Thread Rebecca Cran
Other .asl files in Platform/ARM/JunoPkg/AcpiTables use spaces, while AcpiSsdtRootPci.asl uses tabs. To be consistent, convert it to spaces. Signed-off-by: Rebecca Cran Reviewed-by: Sami Mujawar --- Platform/ARM/JunoPkg/AcpiTables/AcpiSsdtRootPci.asl | 288 ++-- 1 file changed

[edk2-devel] [PATCH edk2-platforms v2 0/3] JunoPkg: Fix AcpiSsdtRootPci.asl to use spaces and reserve ECAM area

2022-03-19 Thread Rebecca Cran
: - Removed the namespace prefix from the Pcd call in 2/3. - Updated the commit message in 3/3 to link to discussion about the new warning message. Rebecca Cran (3): Platform/ARM/JunoPkg: Convert AcpiSsdtRootPci.asl from tabs to spaces Platform/ARM/JunoPkg: Use MdePkg PcdPciExpressBaseAddress

Re: [edk2-devel] [PATCH edk2-platforms 3/3] Platform/ARM/JunoPkg: Reserve the ECAM area in ACPI with RES0 device

2022-03-19 Thread Rebecca Cran
On 3/17/22 03:55, Sami Mujawar wrote: On 05/03/2022 04:19 AM, Rebecca Cran wrote: Add a RES0 device to the SSDT to reserve the PCI ECAM area. This fixes the warning that Linux prints: acpi PNP0A08:00: [Firmware Bug]: ECAM area [mem 0x4000-0x4fff] not reserved in ACPI namespace [SAMI

Re: [edk2-devel] [PATCH edk2-platforms 2/3] Platform/ARM/JunoPkg: Use MdePkg PcdPciExpressBaseAddress for ECAM addr

2022-03-19 Thread Rebecca Cran
(PcdPciExpressBaseAddress). Oops, yes. I've fixed it in v2. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87762): https://edk2.groups.io/g/devel/message/87762 Mute This Topic: https://groups.io/mt/89565201/21656 Group Owner: devel+ow

Re: [edk2-devel] Debugging scripts: "Add support for gdb and lldb"

2022-03-15 Thread Rebecca Cran
Given the lack of progress on this for many months, I was wondering if I should perhaps take this over and work on the changes needed to get this functionality committed? -- Rebecca Cran On 2/10/22 12:13, Rebecca Cran wrote: Andrew: We discussed your patch from August last year in today's

Re: [edk2-devel] [PATCH edk2-platforms 0/3] JunoPkg: Fix AcpiSsdtRootPci.asl to use spaces and reserve ECAM area

2022-03-14 Thread Rebecca Cran
Could someone review this please? Thanks. Rebecca Cran On 3/4/22 21:19, Rebecca Cran wrote: I noticed Linux reports a firmware bug with the current Juno ACPI tables. These patches fix it by reserving the ECAM area with a RES0 device, while also converting AcpiSsdtRootPci.asl from tabs

[edk2-devel] [PATCH edk2-platforms 3/3] Platform/ARM/JunoPkg: Reserve the ECAM area in ACPI with RES0 device

2022-03-04 Thread Rebecca Cran
Add a RES0 device to the SSDT to reserve the PCI ECAM area. This fixes the warning that Linux prints: acpi PNP0A08:00: [Firmware Bug]: ECAM area [mem 0x4000-0x4fff] not reserved in ACPI namespace Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/AcpiTables/AcpiTables.inf | 4

[edk2-devel] [PATCH edk2-platforms 1/3] Platform/ARM/JunoPkg: Convert AcpiSsdtRootPci.asl from tabs to spaces

2022-03-04 Thread Rebecca Cran
Other .asl files in Platform/ARM/JunoPkg/AcpiTables use spaces, while AcpiSsdtRootPci.asl uses tabs. To be consistent, convert it to spaces. Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/AcpiTables/AcpiSsdtRootPci.asl | 288 ++-- 1 file changed, 144 insertions(+), 144

[edk2-devel] [PATCH edk2-platforms 0/3] JunoPkg: Fix AcpiSsdtRootPci.asl to use spaces and reserve ECAM area

2022-03-04 Thread Rebecca Cran
I noticed Linux reports a firmware bug with the current Juno ACPI tables. These patches fix it by reserving the ECAM area with a RES0 device, while also converting AcpiSsdtRootPci.asl from tabs to spaces and using the standard Pcd from MdePkg for the ECAM base address. Rebecca Cran (3

[edk2-devel] [PATCH edk2-platforms 2/3] Platform/ARM/JunoPkg: Use MdePkg PcdPciExpressBaseAddress for ECAM addr

2022-03-04 Thread Rebecca Cran
Instead of using a custom Pcd for the ECAM address (gArmJunoTokenSpaceGuid.PcdPciConfigurationSpaceBaseAddress), use the Pcd from MdePkg. Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/ArmJuno.dec | 4 ++-- Platform/ARM

[edk2-devel] [PATCH edk2-platforms v2 1/1] Readme.md: Fix link to the edk2 Readme.rst file

2022-02-25 Thread Rebecca Cran
The Readme file in the edk2 repo was changed from Readme.md to Readme.rst. Signed-off-by: Rebecca Cran --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 62876b4b7d75..991acd53ae03 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7

[edk2-devel] [PATCH edk2-platforms 1/1] Readme.md: Fix links to the edk2 Readme.rst file

2022-02-25 Thread Rebecca Cran
The Readme file in the edk2 repo was changed from Readme.md to Readme.rst. Signed-off-by: Rebecca Cran --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 62876b4b7d75..58ab835b1174 100644 --- a/Readme.md +++ b/Readme.md @@ -4,12

[edk2-devel] CI: install qemu failing with timeout connecting to azure.archive.ubuntu.com

2022-02-24 Thread Rebecca Cran
onnect to azure.archive.ubuntu.com:80 (52.250.76.244), connection timed out -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86994): https://edk2.groups.io/g/devel/message/86994 Mute This Topic: https://groups.io/mt/89377682/21656 Group Owner: de

Re: [edk2-devel] [PATCH v3] MdeModulePkg: Correct high-memory use in NvmExpressDxe

2022-02-24 Thread Rebecca Cran
ontrollerInit. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86991): https://edk2.groups.io/g/devel/message/86991 Mute This Topic: https://groups.io/mt/89364574/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [PATCH edk2-platforms 1/1] Maintainers.txt: update email for Leif Lindholm

2022-02-23 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 2/7/22 05:21, Leif Lindholm wrote: NUVIA inc. was acquired by Qualcomm in March 2021, but we continued contributions under the existing IDs until the start of this year. We are now switching to use Qualcomm Innovation Center email, so update Maintainers.txt

Re: [edk2-devel] [PATCH v1 1/1] .pytool/Plugin/UncrustifyCheck: Output file diffs by default

2022-02-23 Thread Rebecca Cran
any formatted_files? -- Rebecca Cran On 2/10/22 09:19, Michael Kubacki wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3808 Changes the default for the "OutputFileDiffs" configuration option to "True" so the formatting suggestions detected by Un

[edk2-devel] Debugging scripts: "Add support for gdb and lldb"

2022-02-10 Thread Rebecca Cran
there weren't actually any reviews on it, so it'll need to wait until after the freeze. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86572): https://edk2.groups.io/g/devel/message/86572 Mute This Topic: https://groups.io/mt

Re: [edk2-devel] [PATCH v1 1/1] .pytool/Plugin/UncrustifyCheck: Output file diffs by default

2022-02-10 Thread Rebecca Cran
Thanks! Reviewed-by: Rebecca Cran -- Rebecca Cran On 2/10/22 09:19, Michael Kubacki wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3808 Changes the default for the "OutputFileDiffs" configuration option to "True" so the formatting

Re: [edk2-devel] Intel Tigerlake build issue using EDK2

2022-02-08 Thread Rebecca Cran
What version of iasl are you using? — Rebecca Cran On Mon, Feb 7, 2022, at 10:38 PM, Akber Basha J via groups.io wrote: > Team, > > We are facing build issues while trying to build BIOS image on "EDK2 > for Intel TigerlakeURvp platform". > > Have attached "

Re: [edk2-devel] [PATCH v3 1/4] ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct

2022-02-04 Thread Rebecca Cran
did notice thatDmaLib is missing from ArmPkg/ArmPkg.dsc. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86398): https://edk2.groups.io/g/devel/message/86398 Mute This Topic: https://groups.io/mt/87760630/21656 Group Owner

[edk2-devel] [PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5

2022-02-04 Thread Rebecca Cran
XCODE5 reported the following warning: OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: note: uninitialized use occurs here Compacted ^ Initialize the 'Compacted' variable to fix the warning. Signed-off-by: Rebecca Cran --- OvmfPkg/Library/VmgExitLib

[edk2-devel] [PATCH 1/1] BaseTools: Update CLANG{35,38}_WARNING_OVERRIDES to ignore unused vars

2022-02-04 Thread Rebecca Cran
. Signed-off-by: Rebecca Cran --- BaseTools/Conf/tools_def.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index 2e6b382ab623..e839e8602a0b 100755 --- a/BaseTools/Conf/tools_def.template +++ b

Re: [edk2-devel] [PATCH v3 1/8] MdePkg: IORT header update for IORT Rev E.b spec

2022-02-03 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 11/10/21 03:55, Sami Mujawar wrote: Bugzilla: 3458 - Add support IORT Rev E.b specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.b, Feb 2021 (https

Re: [edk2-devel] OvmfPkg VmgExitLib fails to build with CLANG38 (clang 13.0.0)

2022-02-02 Thread Rebecca Cran
with the file in general, excluding the patch? No, the patch is wrong: Uncrustify wants the equals signs to line up. XssMsr.Uint64 = 0; +Compacted = FALSE; Should be: XssMsr.Uint64 = 0; +Compacted = FALSE; -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

[edk2-devel] OvmfPkg VmgExitLib fails to build with CLANG38 (clang 13.0.0)

2022-02-02 Thread Rebecca Cran
/Library/VmgExitLib/VmgExitVcHandler.c:1871:37: note: initialize the variable 'Compacted' to silence this warning    BOOLEAN    Compacted;    ^ = '\0' -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You

[edk2-devel] MdePkg fails to build in RELEASE mode with clang 13 (CLANG38 toolset)

2022-02-02 Thread Rebecca Cran
: variable 'Status' set but not used [-Werror,-Wunused-but-set-variable]  EFI_STATUS  Status; -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86344): https://edk2.groups.io/g/devel/message/86344 Mute This Topic: https

Re: [edk2-devel] [PATCH v3 3/3] DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function

2022-02-02 Thread Rebecca Cran
code, before merging. [/SAMI] Yes, please do. Thanks. Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86340): https://edk2.groups.io/g/devel/message/86340 Mute This Topic: https://groups.io/mt/88400646/21656 Group Owner

Re: [edk2-devel] [PATCH v3 1/3] DynamicTablesPkg: Add Memory32Fixed function

2022-02-02 Thread Rebecca Cran
change the above line to RangeDesc.Header.Length = sizeof (EFI_ACPI_32_BIT_FIXED_MEMORY_RANGE_DESCRIPTOR) - sizeof (ACPI_LARGE_RESOURCE_HEADER); before merging? [/SAMI] Yes, that would be good. Thanks. Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io

Re: [edk2-devel] [PATCH 1/3] Platform/AMD: Move VariablePolicyHelperLib into LibraryClasses.common

2022-02-01 Thread Rebecca Cran
Sorry, I forgot to add a cover letter. I noticed some breakages in Arm platforms caused by additions of VariablePolicyHelperLib: the 3 patches fix them by adding it to LibraryClasses.common. -- Rebecca Cran On 2/1/22 09:56, Rebecca Cran wrote: The VariablePolicyHelperLib is now used

[edk2-devel] [PATCH 2/3] Platform/Socionext: Move VariablePolicyHelperLib to LibraryClasses.common

2022-02-01 Thread Rebecca Cran
The VariablePolicyHelperLib is now used by a number of driver types, so instead of duplicating it, move it into the LibraryClasses.common section. Signed-off-by: Rebecca Cran --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions

[edk2-devel] [PATCH 1/3] Platform/AMD: Move VariablePolicyHelperLib into LibraryClasses.common

2022-02-01 Thread Rebecca Cran
The VariablePolicyHelperLib is now used by a number of driver types, so instead of duplicating it, move it into the LibraryClasses.common section. Signed-off-by: Rebecca Cran --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[edk2-devel] [PATCH 3/3] Silicon/Marvell: Move VariablePolicyHelperLib into LibraryClasses.common

2022-02-01 Thread Rebecca Cran
The VariablePolicyHelperLib is now used by a number of driver types, so instead of duplicating it, move it into the LibraryClasses.common section. Signed-off-by: Rebecca Cran --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [edk2-devel] [PATCH v1 1/1] ShellPkg: Fix incorrect PPTT FlagName dereference

2022-01-31 Thread Rebecca Cran
It looks like this hasn't been committed yet - I still get a crash when running acpiview on my Overdrive 1000 system, and see the original code is still on the latest master. Could someone commit it please? -- Rebecca Cran On 12/14/21 09:08, Sami Mujawar wrote: Hi Chris, Thanks

[edk2-devel] [PATCH 1/1] Platform/SoftIron: Move VariablePolicyHelperLib into LibraryClasses.common

2022-01-31 Thread Rebecca Cran
The VariablePolicyHelperLib is now used by a number of driver types, so instead of duplicating it, move it into the LibraryClasses.common section. Signed-off-by: Rebecca Cran --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-01-31 Thread Rebecca Cran
interpreter to use full 64-bit integers and math. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86255): https://edk2.groups.io/g/devel/message/86255 Mute This Topic: https://groups.io/mt/88746974/21656 Group Owner: devel

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning

2022-01-30 Thread Rebecca Cran
I'm still seeing this error when building using XCode 13.2.1, so I guess this patch hasn't been committed yet. -- Rebecca Cran On 12/13/21 12:38 PM, Brijesh Singh via groups.io wrote: The XCODE5 reported the below warning OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: note

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy

2022-01-26 Thread Rebecca Cran
It's been a week since I sent this out: could someone review it please? Thanks. Rebecca Cran On 1/19/22 14:01, Rebecca Cran wrote: Since the Variable Lock protocol is deprecated, convert locking of PlatformRecovery in EfiBootManagerLoadOptionToVariable to use the Variable Policy protocol

Re: 回复: [edk2-devel] 回复: [PATCH v2 1/1] MdeModulePkg/BdsDxe: Update BdsEntry to use Variable Policy

2022-01-19 Thread Rebecca Cran
Oh, thanks! It turns out there was one remaining use in MdeModulePkg, by UefiBootManagerLib. I've sent the following patch to fix it: [PATCH 1/1] MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy . -- Rebecca Cran On 1/18/22 23:30, gaoliming wrote: Rebecca

[edk2-devel] [PATCH 1/1] MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy

2022-01-19 Thread Rebecca Cran
Since the Variable Lock protocol is deprecated, convert locking of PlatformRecovery in EfiBootManagerLoadOptionToVariable to use the Variable Policy protocol. Cc: Jian J Wang Cc: Liming Gao Cc: Zhichao Gao Cc: Ray Ni Signed-off-by: Rebecca Cran --- MdeModulePkg/Library

Re: [edk2-devel] 回复: [PATCH v2 1/1] MdeModulePkg/BdsDxe: Update BdsEntry to use Variable Policy

2022-01-18 Thread Rebecca Cran
It looks like the BZ associated with this change is https://bugzilla.tianocore.org/show_bug.cgi?id=3421 . It would be nice to get this fix committed, to stop the loud deprecated interface messages. -- Rebecca Cran On 6/16/21 18:58, gaoliming wrote: Ken: Thanks for your update. Please

Re: [edk2-devel] [PATCH v2 0/6] MM communicate functionality in variable policy

2022-01-18 Thread Rebecca Cran
[+Leif, Ard] Kun, There's often so much mailing list traffic that you need to CC the maintainers for them to see your emails. -- Rebecca Cran On 1/18/22 11:40, Kun Qin wrote: Hi ArmPkg maintainers, It has been almost a month since this v2 patch series has been sent out for review

[edk2-devel] [PATCH v3 3/3] DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function

2022-01-13 Thread Rebecca Cran
Add AmlCodeGenMethodRetInteger function to generate AML code for a Method returning an Integer. Signed-off-by: Rebecca Cran Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 47 ++ DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c

[edk2-devel] [PATCH v3 2/3] DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn

2022-01-13 Thread Rebecca Cran
In AmlCodeGenReturn, the cast to AML_NODE_HEADER* in the call to AmlSetFixedArgument is redundant because ReturnNode is already a AML_NODE_HEADER* . Signed-off-by: Rebecca Cran Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH v3 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions

2022-01-13 Thread Rebecca Cran
Add functions to generate code for the Memory32Fixed ASL macro and a method returning an Integer. Remove a redundant cast from AmlCodeGenReturn. Changes from v2 to v3: o Rename function to AmlCodeGenRdMemory32Fixed. o Use define ACPI_32_BIT_FIXED_MEMORY_RANGE_DESCRIPTOR. Rebecca Cran (3

[edk2-devel] [PATCH v3 1/3] DynamicTablesPkg: Add Memory32Fixed function

2022-01-13 Thread Rebecca Cran
Add a Memory32Fixed function to generate code for the corresponding Memory32Fixed macro in AML. Signed-off-by: Rebecca Cran Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 33 DynamicTablesPkg/Library/Common/AmlLib/CodeGen

[edk2-devel] [PATCH v2 3/3] DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function

2022-01-11 Thread Rebecca Cran
Add AmlCodeGenMethodRetInteger function to generate AML code for a Method returning an Integer. Signed-off-by: Rebecca Cran Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 47 ++ DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c

[edk2-devel] [PATCH v2 2/3] DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn

2022-01-11 Thread Rebecca Cran
In AmlCodeGenReturn, the cast to AML_NODE_HEADER* in the call to AmlSetFixedArgument is redundant because ReturnNode is already a AML_NODE_HEADER* . Signed-off-by: Rebecca Cran Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH v2 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions

2022-01-11 Thread Rebecca Cran
EFI_ACPI_32_BIT_MEMORY_RANGE_DESCRIPTOR instead of raw buffer. Rebecca Cran (3): DynamicTablesPkg: Add Memory32Fixed function DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h

[edk2-devel] [PATCH v2 1/3] DynamicTablesPkg: Add Memory32Fixed function

2022-01-11 Thread Rebecca Cran
Add a Memory32Fixed function to generate code for the corresponding Memory32Fixed macro in AML. Signed-off-by: Rebecca Cran --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 33 DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c

Re: [edk2-devel] [PATCH 1/3] DynamicTablesPkg: Add Memory32Fixed function

2022-01-11 Thread Rebecca Cran
Thanks. I've fixed these issues in the v2 patch which I'll send out soon. -- Rebecca Cran On 1/11/22 04:34, Pierre Gondois wrote: Hello Rebecca, On 1/8/22 10:57 PM, Rebecca Cran via groups.io wrote: Add a Memory32Fixed function to generate code for the corresponding Memory32Fixed macro

Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2022-01-10 Thread Rebecca Cran
Thanks! It looks like the existing changes covered Platform/Marvell/Cn913xDb/Cn913xDbA.dsc and Armada7k8kCapsule isn't something that would be broken by my changes. -- Rebecca Cran On 12/19/21 03:32, Marcin Wojtas wrote: Hi, czw., 16 gru 2021 o 23:09 Rebecca Cran napisał(a): On 12/16

[edk2-devel] [PATCH 1/3] DynamicTablesPkg: Add Memory32Fixed function

2022-01-08 Thread Rebecca Cran
Add a Memory32Fixed function to generate code for the corresponding Memory32Fixed macro in AML. Signed-off-by: Rebecca Cran --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 33 +++ DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c | 59

[edk2-devel] [PATCH 2/3] DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn

2022-01-08 Thread Rebecca Cran
In AmlCodeGenReturn, the cast to AML_NODE_HEADER* in the call to AmlSetFixedArgument is redundant because ReturnNode is already a AML_NODE_HEADER* . Signed-off-by: Rebecca Cran --- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[edk2-devel] [PATCH 3/3] DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function

2022-01-08 Thread Rebecca Cran
Add AmlCodeGenMethodRetInteger function to generate AML code for a Method returning an Integer. Signed-off-by: Rebecca Cran --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h| 47 ++ DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 156 2

[edk2-devel] [PATCH 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions

2022-01-08 Thread Rebecca Cran
Add functions to generate code for the Memory32Fixed ASL macro and a method returning an Integer. Remove a redundant cast from AmlCodeGenReturn. Rebecca Cran (3): DynamicTablesPkg: Add Memory32Fixed function DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn DynamicTablesPkg: Add

Re: [edk2-devel] [PATCH 0/3] Add support for gdb and lldb

2022-01-06 Thread Rebecca Cran
Since it's now the new year, I thought it might be worth pinging people again to try and get these patches pushed. -- Rebecca Cran On 12/13/21 14:59, Rebecca Cran wrote: (cc other TianoCore stewards) With edk2-stable202111 just tagged, now would be a good time to get the patches pushed

Re: [edk2-devel] [PATCH v4 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services

2021-12-29 Thread Rebecca Cran
No, I expect there to only ever be a single MP services instance. I agree that the AP function should do something, but I'm hoping to get this initial implementation committed first. -- Rebecca Cran On 12/29/21 20:21, Jeff Fan wrote: Hi,Rebecca I'd like to give two comments on this patch

Re: [edk2-devel] [PATCH v4 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services

2021-12-29 Thread Rebecca Cran
Jian, Liming: Could you review this please? -- Rebecca Cran On 12/12/21 11:08, Rebecca Cran via groups.io wrote: Add a new MpServicesTest application under MdeModulePkg/Application that exercises the EFI_MP_SERVICES_PROTOCOL. Signed-off-by: Rebecca Cran Reviewed-by: Sami Mujawar

Re: [edk2-devel] [PATCH v2 0/2] ArmPkg: remove obsolete ARM_PROCESSOR_TABLE

2021-12-22 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 12/17/21 2:34 PM, Ard Biesheuvel wrote: Remove the obsolete ARM_PROCESSOR_TABLE definition, and all the pieces that are related to it. Cc: Rebecca Cran Cc: Leif Lindholm Cc: Sami Mujawar Ard Biesheuvel (2): ArmPkg/MpInitLib: avoid ARM_PROCESSOR_TABLE

[edk2-devel] [PATCH 1/1] OvmfPkg: Bhyve: Delete unused AcpiTables/Ssdt.asl file

2021-12-21 Thread Rebecca Cran
The Ssdt.asl file isn't used, so delete it. Signed-off-by: Rebecca Cran --- OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 15 --- 1 file changed, 15 deletions(-) diff --git a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl deleted file mode 100644 index 175ab3b7e66d

Re: [edk2-devel] [PATCH 1/1] OvmfPkg: Bhyve: Correct the SSDT Revision field

2021-12-21 Thread Rebecca Cran
On 12/21/21 09:31, Ard Biesheuvel wrote: On Tue, 21 Dec 2021 at 16:06, Rebecca Cran wrote: According to the ACPI Specification version 6.0 and newer, the SSDT Revision field should be 2. Fix AcpiTables/Ssdt.aml. Signed-off-by: Rebecca Cran --- OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 2 +- 1

[edk2-devel] ShellPkg: acpiview errors on Processor Local APIC struct in MADT

2021-12-21 Thread Rebecca Cran
for EFI_ACPI_6_3_PROCESSOR_LOCAL_APIC. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85136): https://edk2.groups.io/g/devel/message/85136 Mute This Topic: https://groups.io/mt/87879480/21656 Group Owner: devel+ow...@edk2

[edk2-devel] [PATCH 1/1] OvmfPkg: Bhyve: Correct the SSDT Revision field

2021-12-21 Thread Rebecca Cran
According to the ACPI Specification version 6.0 and newer, the SSDT Revision field should be 2. Fix AcpiTables/Ssdt.aml. Signed-off-by: Rebecca Cran --- OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl b

Re: [edk2-devel] [PATCH v3 0/4] ArmPkg,ArmVirtPkg: Add support EFI_MP_SERVICES_PROTOCOL on AARCH64

2021-12-17 Thread Rebecca Cran
, PrePi etc. since they have obsolete code to handle secondary cores from before TF-A. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85085): https://edk2.groups.io/g/devel/message/85085 Mute This Topic: https://groups.io/mt

Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-16 Thread Rebecca Cran
/Cn913xDbA.dsc for AARCH64 and ARM: tries to use literal $(PLATFORM_NAME). o Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc for AARCH64 and ARM: VariablePolicyHelperLib issue. o Platform/SolidRun/Cn913xCEx7Eval/Cn913xCEx7Eval.dsc for AARCH64 and ARM: T91 not found. -- Rebecca Cran

[edk2-devel] [PATCH v2 17/17] Silicon/Hisilicon: Add instance of MpInitLib to Hisilicon.dsc.inc

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Silicon/Hisilicon/Hisilicon.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon

[edk2-devel] [PATCH v2 16/17] Silicon/Phytium: Update FT2000-4Pkg PlatformLib for ARM_CORE_INFO change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update FT2000-4Pkg PlatformLib. Signed-off-by: Rebecca Cran --- Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[edk2-devel] [PATCH v2 15/17] Silicon/Phytium: Add instance of MpInitLib to PhytiumCommonPkg.dsc.inf

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Phytium/PhytiumCommonPkg

[edk2-devel] [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update ArmPlatformLib. Signed-off-by: Rebecca Cran --- Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 5 ++--- 1 file changed, 2 insertions(+), 3

[edk2-devel] [PATCH v2 13/17] Silicon/Ampere: Add instance of MpInitLib to AmpereAltraPkg.dsc

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Ampere/AmpereAltraPkg

[edk2-devel] [PATCH v2 12/17] Silicon/AMD: Update Styx code to work with changes ARM_CORE_INFO struct

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the Styx code in AcpiPlatformDxe, PlatInitPei and StyxDtbLoaderLib. Signed-off-by: Rebecca Cran --- Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 3

[edk2-devel] [PATCH v2 11/17] Platform/RaspberryPi: Add instance of MpInitLib to RPi3.dsc and RPi4.dsc

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/RaspberryPi/RPi3/RPi3.dsc | 1 + Platform/RaspberryPi/RPi4/RPi4.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform

[edk2-devel] [PATCH v2 10/17] Platform/SoftIron: Add instance of MpInitLib to Overdrive1000Board.dsc

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/SoftIron/Overdrive1000Board

[edk2-devel] [PATCH v2 09/17] Platform/AMD: Add instance of MpInitLib to OverdriveBoard.dsc

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b

[edk2-devel] [PATCH v2 08/17] Silicon/Qemu: Update ARM_CORE_INFO initializer for MPIDR field change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the initializer. Signed-off-by: Rebecca Cran --- Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuLib.c | 8 1 file changed, 4 insertions(+), 4 deletions

[edk2-devel] [PATCH v2 07/17] Silicon/Socionext: Update ARM_CORE_INFO initializer for MPIDR field change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the initializer. Signed-off-by: Rebecca Cran --- Silicon/Socionext/SynQuacer/Library/SynQuacerLib/SynQuacer.c | 48 ++-- 1 file changed, 24 insertions

[edk2-devel] [PATCH v2 02/17] Platform/Socionext: Add instance of MpInitLib

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + 2 files

[edk2-devel] [PATCH v2 06/17] Silicon/Marvell: Update ARM_CORE_INFO initializer for MPIDR field change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the initializer. Signed-off-by: Rebecca Cran --- Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLib.c | 8 1 file changed, 4 insertions(+), 4

[edk2-devel] [PATCH v2 05/17] Platform/ARM: Update ARM_CORE_INFO initializer for MPIDR field change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the initializer. Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c | 12 ++-- Platform/ARM/VExpressPkg/Library

[edk2-devel] [PATCH v2 03/17] Silicon/Marvell: Add instance of MpInitLib

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b

[edk2-devel] [PATCH v2 04/17] Platform/Qemu: Add instance of MpInitLib

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu

[edk2-devel] [PATCH v2 01/17] Platform/ARM: Add MpInitLib instance

2021-12-16 Thread Rebecca Cran
MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/ARM/JunoPkg/ArmJuno.dsc | 1 + Platform/ARM/Morello/MorelloPlatform.dsc.inc | 1 + Platform/ARM/N1Sdp/N1SdpPlatform.dsc

[edk2-devel] [PATCH v2 00/17] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-16 Thread Rebecca Cran
ore fields. This series updates the initializers and other code for the various instances. Rebecca Cran (17): Platform/ARM: Add MpInitLib instance Platform/Socionext: Add instance of MpInitLib Silicon/Marvell: Add instance of MpInitLib Platform/Qemu: Add instance of MpInitLib Platform/A

Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-16 Thread Rebecca Cran
, for now I'll plan on doing my own thing with shell scripts etc. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85007): https://edk2.groups.io/g/devel/message/85007 Mute This Topic: https://groups.io/mt/87734393/21656

Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-16 Thread Rebecca Cran
these patches in a separate series and post them to the list. Actually could you re-send them please, cc'ing the platform maintainers (Ard, Leif and Masami)? I suspect that's why they were missed. Thanks, Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent

Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-16 Thread Rebecca Cran
hoping to find some time next week to work on it. A useful step, even if it's just the first of many, would be to simply run lots of 'build' commands for each platform. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online

<    4   5   6   7   8   9   10   11   12   13   >