|
回复: [edk2-devel] [PATCH v3 1/1] BaseTools: Use pip module if available, CI uses it by default 2 messages
Matthew: Can you share the forked repo? I would like to confirm the linux script file ending in this patch. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+70355+4905953+8761045@groups.io > <bounce
Matthew: Can you share the forked repo? I would like to confirm the linux script file ending in this patch. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+70355+4905953+8761045@groups.io > <bounce
|
By gaoliming
·
|
|
RFC: Adding support for ARM (RNDR etc.) to RngDxe 6 messages
Currently, RngDxe in SecurityPkg only supports Intel, with RdRand support. This RFC is to start a discussion about adding support for ARM. I have a Git branch with support for the optional ARMv8.5 RND
Currently, RngDxe in SecurityPkg only supports Intel, with RdRand support. This RFC is to start a discussion about adding support for ARM. I have a Git branch with support for the optional ARMv8.5 RND
|
By Rebecca Cran
·
|
|
[edk2-platforms PATCH 3/3] Intel Platforms: add OrderedCollectionLib class resolution 2 messages
The edk2 patch ShellPkg/ShellCommandLib: add ShellSortFileList for BZ#3151 will make the ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf instance dependent on the OrderedCollectionLib cla
The edk2 patch ShellPkg/ShellCommandLib: add ShellSortFileList for BZ#3151 will make the ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf instance dependent on the OrderedCollectionLib cla
|
By Laszlo Ersek
·
|
|
[Edk2-Staging/EdkRepo] [PATCH] EdkRepo: Show dev lead information in verbose manifest command output. 2 messages
When displaying verbose output the manifest command now shows the dev lead list for each project. Cc: Ashley E Desimone <ashley.e.desimone@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Puja Pa
When displaying verbose output the manifest command now shows the dev lead list for each project. Cc: Ashley E Desimone <ashley.e.desimone@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Puja Pa
|
By Ashley E Desimone
·
|
|
[PATCH edk2-platforms 1/2] Platform/Overdrive: drop commented out reference to bogus PCD 3 messages
Drop the commented out reference to the PCD PcdAtaPassThruPciEmulation, which does not exist. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...> --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3
Drop the commented out reference to the PCD PcdAtaPassThruPciEmulation, which does not exist. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...> --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3
|
By Ard Biesheuvel
·
|
|
[edk2-platforms PATCH 0/3] add OrderedCollectionLib class resolution 6 messages
The edk2 patch ShellPkg/ShellCommandLib: add ShellSortFileList for <https://bugzilla.tianocore.org/show_bug.cgi?id=3151> will make the ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf inst
The edk2 patch ShellPkg/ShellCommandLib: add ShellSortFileList for <https://bugzilla.tianocore.org/show_bug.cgi?id=3151> will make the ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf inst
|
By Laszlo Ersek
·
|
|
[PATCH v6 20/22] ArmPkg: Add Universal/Smbios/SmbiosMiscDxe/Type32 2 messages
This code provides information for the SMBIOS Type 32 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationData.c | 32 +++++++++ ArmPkg/
This code provides information for the SMBIOS Type 32 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationData.c | 32 +++++++++ ArmPkg/
|
By Rebecca Cran
·
|
|
[PATCH v6 16/22] ArmPkg: Add Universal/Smbios/SmbiosMiscDxe/Type01 2 messages
This code provides information for the SMBIOS Type 1 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type01/MiscSystemManufacturerData.c | 36 ++++ ArmPkg/Uni
This code provides information for the SMBIOS Type 1 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type01/MiscSystemManufacturerData.c | 36 ++++ ArmPkg/Uni
|
By Rebecca Cran
·
|
|
[PATCH v6 15/22] ArmPkg: Add Universal/Smbios/SmbiosMiscDxe/Type00 2 messages
This code provides information for the SMBIOS Type 0 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type00/MiscBiosVendorData.c | 93 ++++++ ArmPkg/Universal
This code provides information for the SMBIOS Type 0 table. Signed-off-by: Rebecca Cran <rebecca@...> --- ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type00/MiscBiosVendorData.c | 93 ++++++ ArmPkg/Universal
|
By Rebecca Cran
·
|
|
[PATCH v6 13/22] ArmPkg: Add Universal/Smbios/OemMiscLibNull 2 messages
Add a Null implementation of OemMiscLib. OemMiscLib provides functions that platforms implement to fill in SMBIOS information for the SmbiosMiscDxe and ProcessSubClassDxe drivers. Signed-off-by: Rebec
Add a Null implementation of OemMiscLib. OemMiscLib provides functions that platforms implement to fill in SMBIOS information for the SmbiosMiscDxe and ProcessSubClassDxe drivers. Signed-off-by: Rebec
|
By Rebecca Cran
·
|
|
[PATCH v6 12/22] ArmPkg: Add Library/OemMiscLib.h 2 messages
OemMiscLib.h provides the interface which platforms should implement to interact with the SmbiosMiscDxe and ProcessorSubClassDxe drivers to update SMBIOS tables. Signed-off-by: Rebecca Cran <rebecca@.
OemMiscLib.h provides the interface which platforms should implement to interact with the SmbiosMiscDxe and ProcessorSubClassDxe drivers to update SMBIOS tables. Signed-off-by: Rebecca Cran <rebecca@.
|
By Rebecca Cran
·
|
|
[PATCH v6 02/22] ArmPkg: Add ARM SMC Architecture functions to ArmStdSmc.h 2 messages
The ARM SMC Architecture functions were missing from ArmStdSmc.h. Add them, based on the SMC Calling Convention version 1.2 specification. Signed-off-by: Rebecca Cran <rebecca@...> Reviewed-by: Leif L
The ARM SMC Architecture functions were missing from ArmStdSmc.h. Add them, based on the SMC Calling Convention version 1.2 specification. Signed-off-by: Rebecca Cran <rebecca@...> Reviewed-by: Leif L
|
By Rebecca Cran
·
|
|
[PATCH v6 03/22] MdePkg: Update IndustryStandard/SmBios.h with processor status data 2 messages
Add a bitfield that describes the structure of the byte in the Status field of the SMBIOS Type 4 Processor Information table. Signed-off-by: Rebecca Cran <rebecca@...> Reviewed-by: Leif Lindholm <leif
Add a bitfield that describes the structure of the byte in the Status field of the SMBIOS Type 4 Processor Information table. Signed-off-by: Rebecca Cran <rebecca@...> Reviewed-by: Leif Lindholm <leif
|
By Rebecca Cran
·
|
|
[PATCH] Maintainers: update Ard's email address 6 messages
I will no longer work for ARM as of next month, and will therefore lose access to my @arm.com email account. I intend to remain active in the Tianocore project nonetheless, so let's update my email ad
I will no longer work for ARM as of next month, and will therefore lose access to my @arm.com email account. I intend to remain active in the Tianocore project nonetheless, so let's update my email ad
|
By Ard Biesheuvel
·
|
|
[PATCH v3 04/10] UefiCpuPkg: add CPU ejection support 5 messages
Define CPU_HOT_EJECT_DATA and add PCD PcdCpuHotEjectDataAddress,=20=20 which would be used to share CPU ejection state between PiSmmCpuDxeSmm and OvmfPkg/CpuHotPlugSmm. Cc: Eric Dong <eric.dong@...> C
Define CPU_HOT_EJECT_DATA and add PCD PcdCpuHotEjectDataAddress,=20=20 which would be used to share CPU ejection state between PiSmmCpuDxeSmm and OvmfPkg/CpuHotPlugSmm. Cc: Eric Dong <eric.dong@...> C
|
By Ankur Arora
·
|
|
[PATCH v2 03/10] ArmVirtPkg: raise PcdShellFileOperationSize to 128KB 3 messages
Some UEFI shell commands read and write files in chunks. The chunk size is given by "PcdShellFileOperationSize", whose default in "ShellPkg/ShellPkg.dec" is 4KB (0x1000). The virtio-fs daemon of QEMU
Some UEFI shell commands read and write files in chunks. The chunk size is given by "PcdShellFileOperationSize", whose default in "ShellPkg/ShellPkg.dec" is 4KB (0x1000). The virtio-fs daemon of QEMU
|
By Laszlo Ersek
·
|
|
[edk2-platforms][PATCH V1 11/11] Platform/ARM/SgiPkg: Add SMBIOS Type32 Table
Add the SMBIOS type 32 table (System Boot Information) that includes information about the System Boot Status. Signed-off-by: Pranav Madhu <pranav.madhu@...> --- Platform/ARM/SgiPkg/Drivers/SmbiosPlat
Add the SMBIOS type 32 table (System Boot Information) that includes information about the System Boot Status. Signed-off-by: Pranav Madhu <pranav.madhu@...> --- Platform/ARM/SgiPkg/Drivers/SmbiosPlat
|
By Pranav Madhu
·
|
|
[edk2-platforms][PATCH V1 10/11] Platform/ARM/SgiPkg: Add SMBIOS Type19 Table
Add the SMBIOS type 19 table (Memory Array Mapped Addr) that includes information about the address mapping for a Physical Memory Array. Signed-off-by: Pranav Madhu <pranav.madhu@...> --- Platform/ARM
Add the SMBIOS type 19 table (Memory Array Mapped Addr) that includes information about the address mapping for a Physical Memory Array. Signed-off-by: Pranav Madhu <pranav.madhu@...> --- Platform/ARM
|
By Pranav Madhu
·
|
|
[edk2-platforms][PATCH V1 09/11] Platform/ARM/SgiPkg: Add SMBIOS Type17 Table
Add the SMBIOS type 17 table (Memory Device) that includes the specification of each installed memory device such as size of each device, bank locator, memory device type, and other related informatio
Add the SMBIOS type 17 table (Memory Device) that includes the specification of each installed memory device such as size of each device, bank locator, memory device type, and other related informatio
|
By Pranav Madhu
·
|
|
[edk2-platforms][PATCH V1 08/11] Platform/ARM/SgiPkg: Add SMBIOS Type16 Table
Add the SMBIOS type 16 table (Physical Memory Array) describes a collection of memory devices that operate together to form a memory address. It includes information about number of devices, total mem
Add the SMBIOS type 16 table (Physical Memory Array) describes a collection of memory devices that operate together to form a memory address. It includes information about number of devices, total mem
|
By Pranav Madhu
·
|