Re: [edk2-devel] [PATCH] MdePkg/Include: Smbios Specification 3.4.0 changes

2021-06-13 Thread Rebecca Cran
There’s a typo of ‘persistent’ in: // Optane DC Presistent Memory in SMBIOS spec 3.4.0 Rebecca Cran > On Jun 2, 2021, at 10:46 AM, Thotala, Gopi wrote: > >  > Initial patch submitted for review. > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. Vie

[edk2-devel] [edk2-platforms PATCH 0/4] ACPI MDIO support for Marvell SoCs

2021-06-13 Thread Marcin Wojtas
Hi, The MDIO ACPI binding has been established and merged to the Linux tree, hence it is now possible to update the ACPI description of the platforms that base on the Marvell SoCs. For convenience, the code is exposed in the public github branch: https://github.com/semihalf-wojtas-marcin/edk2-pla

[edk2-devel] [edk2-platforms PATCH 1/4] SolidRun/Armada80x0McBin: Add ACPI MDIO description

2021-06-13 Thread Marcin Wojtas
As the MDIO ACPI binding in DSDT is now established, add description for the SMI and XSMI controllers, along with the 10G and 1G PHYs. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0McBin/Dsdt.asl | 53 1 file changed, 53 insertions(+) dif

[edk2-devel] [edk2-platforms PATCH 3/4] Marvell/Armada70x0Db: Add ACPI MDIO description

2021-06-13 Thread Marcin Wojtas
As the MDIO ACPI binding in DSDT is now established, add description for the SMI controller, along with the 1G PHYs. Add also a missing 'managed' property to the 10G port. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl | 24 1 f

[edk2-devel] [edk2-platforms PATCH 4/4] Marvell/Armada80x0Db: Add ACPI MDIO description

2021-06-13 Thread Marcin Wojtas
As the MDIO ACPI binding in DSDT is now established, add description for the SMI controllers, along with the 1G PHYs. Add also a missing 'managed' property to the 10G ports. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl | 38 1

[edk2-devel] [edk2-platforms PATCH 2/4] Marvell/Cn913xDb: Add ACPI MDIO description

2021-06-13 Thread Marcin Wojtas
As the MDIO ACPI binding in DSDT is now established, add description for the SMI controller, along with the 1G PHYs. Add also a missing 'managed' property to the 10G ports. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl | 1 + Silicon/Marvell/OcteonT

Re: [edk2-devel] [edk2-test][PATCH v2 1/1] uefi-sct/SctPkg: Not create event with TPL_HIGH_LEVEL

2021-06-13 Thread Samer El-Haj-Mahmoud
Reviewed-By: Samer El-Haj-Mahmoud > -Original Message- > From: Heinrich Schuchardt > Sent: Friday, June 11, 2021 5:15 AM > To: Sunny Wang ; devel@edk2.groups.io > Cc: Samer El-Haj-Mahmoud ; G Edhaya > Chandran ; Barton Gao > ; Michael D Kinney > Subject: Re: [edk2-test][PATCH v2 1/1] ue