public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-03-09 15:14:13 to 2023-03-13 17:54:33 UTC [more...]

[PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
 2023-03-13 17:54 UTC  (5+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH] EmbeddedPkg/PrePiHobLib: Get rid of PeCoffLoaderProtocol
 2023-03-13 17:20 UTC  (3+ messages)

[PATCH v5 00/38] Implement strict memory permissions throughout
 2023-03-13 17:17 UTC  (39+ messages)
` [PATCH v5 01/38] ArmPkg/ArmMmuLib ARM: Remove half baked large page support
` [PATCH v5 02/38] ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type field
` [PATCH v5 03/38] ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion
` [PATCH v5 04/38] ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP mask
` [PATCH v5 05/38] ArmPkg/ArmMmuLib ARM: Clear individual permission bits
` [PATCH v5 06/38] ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flag
` [PATCH v5 07/38] ArmVirtPkg: Enable stack guard
` [PATCH v5 08/38] ArmPkg/ArmMmuLib: Avoid splitting block entries if possible
` [PATCH v5 09/38] ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
` [PATCH v5 10/38] MdePkg: Add Memory Attribute Protocol definition
` [PATCH v5 11/38] ArmPkg/CpuDxe: Implement EFI memory attributes protocol
` [PATCH v5 12/38] ArmPkg/CpuDxe: Perform preliminary NX remap of free memory
` [PATCH v5 13/38] MdeModulePkg/DxeCore: Unconditionally set memory protections
` [PATCH v5 14/38] ArmPkg/Mmu: Remove handling of NONSECURE memory regions
` [PATCH v5 15/38] ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memory
` [PATCH v5 16/38] MdePkg/BasePeCoffLib: Add API to keep track of relocation range
` [PATCH v5 17/38] MdeModulePkg/DxeIpl: Avoid shadowing IPL PEIM by default
` [PATCH v5 18/38] MdeModulePkg/DxeIpl AARCH64: Remap DXE core code section before launch
` [PATCH v5 19/38] MdeModulePkg/DxeCore: Reduce range of W+X remaps at EBS time
` [PATCH v5 20/38] MdeModulePkg/DxeCore: Permit preliminary CPU arch fallback
` [PATCH v5 21/38] ArmPkg: Implement ArmSetMemoryOverrideLib
` [PATCH v5 22/38] MdeModulePkg/PcdPeim: Permit unshadowed execution
` [PATCH v5 23/38] EmbeddedPkg/PrePiLib AARCH64: Remap DXE core before execution
` [PATCH v5 24/38] ArmVirtPkg/ArmVirtQemu: Use XP memory mappings by default
` [PATCH v5 25/38] ArmVirtPkg/ArmVirtQemu: Use PEI flavor of ArmMmuLib for all PEIMs
` [PATCH v5 26/38] ArmVirtPkg/ArmVirtQemu: Use read-only memory region type for code flash
` [PATCH v5 27/38] BaseTools/GccBase AARCH64: Avoid page sharing between code and data
` [PATCH v5 28/38] ArmVirtPkg/ArmVirtQemu: Enable hardware enforced W^X memory permissions
` [PATCH v5 29/38] MdePkg/PeCoffLib: Capture DLL characteristics field in image context
` [PATCH v5 30/38] MdePkg/IndustryStandard: PeImage.h: Import DLL characteristics
` [PATCH v5 31/38] MdeModulePkg/DxeCore: Remove redundant DEBUG statements
` [PATCH v5 32/38] MdeModulePkg/DxeCore: Update memory protections before freeing a region
` [PATCH v5 33/38] MdeModulePkg/DxeCore: Disregard runtime alignment for image protection
` [PATCH v5 34/38] MdeModulePkg/DxeCore: Deal with failure in UefiProtectImage()
` [PATCH v5 35/38] MdeModulePkg/DxeCore: Clear NX permissions on non-protected images
` [PATCH v5 36/38] MdeModulePkg/DxeCore: Permit NX protection for code regions
` [PATCH v5 37/38] MdeModulePkg/DxeCore: Check NX compat when using restricted "
` [PATCH v5 38/38] MdeModulePkg DEC: Remove inaccurate comment

[PATCH 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
 2023-03-13 16:52 UTC  (3+ messages)

[PATCH 00/22] [edk2-staging] CryptoPkg/openssl: switch to openssl-3.0
 2023-03-13 15:46 UTC  (26+ messages)
` [PATCH 01/22] CryptoPkg/openssl: update submodule to openssl-3.0.8
  ` [edk2-devel] "
` [PATCH 02/22] CryptoPkg/openssl: remove openssl 1.1.1 header files
` [PATCH 03/22] CryptoPkg/openssl: remove generated file lists
` [PATCH 04/22] CryptoPkg/openssl: add openssl3 configure scripts
` [PATCH 05/22] CryptoPkg/openssl: UefiAsm.conf update for openssl 3.0, add aarch64
` [PATCH 06/22] CryptoPkg/openssl: update Openssl*.inf files for openssl 3.0
` [PATCH 07/22] CryptoPkg/BaseCryptLib: no openssl deprecation warnings please
` [PATCH 08/22] CryptoPkg/BaseCryptLib; adapt CryptSm3.c to openssl 3.0 changes
` [PATCH 09/22] CryptoPkg/BaseCryptLib: drop BIO_* dummy functions
` [PATCH 10/22] CryptoPkg/TlsLib: ERR_GET_FUNC is gone
` [PATCH 11/22] CryptoPkg/TlsLib: use unsigned long for ErrorCode
` [PATCH 12/22] CryptoPkg/openssl: adapt rand_pool.c to openssl 3.0 changes
` [PATCH 13/22] CryptoPkg/openssl: move compiler_flags to buildinf.c
` [PATCH 14/22] CryptoPkg/openssl: store dummy update for openssl 3.0
` [PATCH 15/22] CryptoPkg/openssl: adapt EcSm2Null.c "
` [PATCH 16/22] [hash] CryptoPkg/openssl: add OpensslLibHash.inf
  ` [edk2-devel] "
` [PATCH 17/22] [hash] OvmfPkg: wire up OpensslLibHash.inf
` [PATCH 18/22] [provider] CryptoPkg/openssl: use our own predefined providers
` [PATCH 19/22] CryptoPkg/openssl: update *.inf, add generated files
  ` [edk2-devel] "
` [PATCH 20/22] CryptoPkg/openssl: update CI config for openssl 3.0
` [PATCH 21/22] CryptoPkg/openssl: cleanup remaining openssl-1.1.1 files
` [PATCH 22/22] CryptoPkg/openssl: update HOWTO file

[PATCH v4 00/11] ArmPkg: implement EFI memory attributes protocol
 2023-03-13 14:23 UTC  (7+ messages)

[PATCH 0/2] SEV-SNP guest support fixes
 2023-03-13 14:15 UTC  (11+ messages)
` [PATCH 1/2] UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB aligned
      ` [edk2-devel] "
` [PATCH 2/2] UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocation

[edk2-devel] [PATCH v4 0/2] SecurityPkg: Fixes for RngDxe
 2023-03-13 14:15 UTC 

[PATCH] Platform/RPi4: fix build
 2023-03-13 12:56 UTC  (2+ messages)

[edk2-devel][edk2-platforms] Incorrect microcode_fv partition size for platform PurleyOpenBoardPkg/BoardMtOlympus
 2023-03-13 12:38 UTC 

[PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow Microsoft Recommendations
 2023-03-13 11:49 UTC  (11+ messages)
` [PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
          ` [edk2-devel] "

[PATCH v1] UefiCpuPkg/PiSmmCpuDxeSmm: Fix S3 failure in SmmRestoreCpu
 2023-03-13  8:56 UTC  (4+ messages)

PcdLib instance for OVMF SecMain
 2023-03-13  8:40 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v9 0/6] Simplify SMM Relocation Process
 2023-03-13  5:50 UTC  (12+ messages)

[PATCH v2] UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS value
 2023-03-13  4:53 UTC 

[edk2-devel] [PATCH V2] MdePkg/Include: Add IPMI KCS definitions
 2023-03-13  2:39 UTC 

[PATCH V2] MdePkg/Include: Add DMTF MCTP definitions
 2023-03-13  2:37 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] ShellPkg: Update smbiosview type 0/4/17/41 with SMBIOS 3.5 fields
 2023-03-13  2:30 UTC 

[PATCH v1] UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS value
 2023-03-13  2:15 UTC 

[PATCH v2 0/6] Adds AmdSmmCpuFeaturesLib
 2023-03-13  1:55 UTC  (4+ messages)
` [PATCH v2 3/6] UefiCpuPkg: Adds SmmSmramSaveStateLib library class
  ` [edk2-devel] "

[Patch 1/1] ShellPkg/Library: Fix 32-bit truncation of pointer values
 2023-03-13  1:48 UTC  (2+ messages)

[PATCH] RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
 2023-03-13  0:26 UTC  (4+ messages)

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 13, 2023 #cal-reminder
 2023-03-12 23:30 UTC 

[PATCH edk2-platforms 0/2] IpmiFeaturePkg: small fixes
 2023-03-11 11:30 UTC  (3+ messages)
` [PATCH edk2-platforms 1/2] IpmiFeaturePkg: add missing update of BMC status after GetSelfTest
` [PATCH edk2-platforms 2/2] IpmiFeaturePkg: fix IpmiSendCommand response size in GetDeviceId function

[PATCH 1/3] Silicon/RISC-V: Fix build failures caused by duplicated definition
 2023-03-11  9:14 UTC 

[PATCH 1/3] Silicon/RISC-V: Fix build failures caused by duplicated definition
 2023-03-11  8:53 UTC  (3+ messages)
` [PATCH 2/3] Platform/SiFive: align the library and driver to MdePkg
` [PATCH 3/3] Platform/SiFive: Fixed build failure casued by wrong alignment

[PATCH v4 00/12] Enable New CodeQL Queries
 2023-03-10 22:59 UTC  (16+ messages)
` [PATCH v4 01/12] MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
` [PATCH v4 02/12] BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
` [PATCH v4 03/12] BaseTools/VfrCompile: Fix potential buffer overwrites
` [PATCH v4 04/12] CryptoPkg: Fix conditionally uninitialized variable
` [PATCH v4 05/12] MdeModulePkg: Fix conditionally uninitialized variables
` [PATCH v4 06/12] MdePkg: "
` [PATCH v4 07/12] NetworkPkg: "
` [PATCH v4 08/12] PcAtChipsetPkg: "
` [PATCH v4 09/12] ShellPkg: "
` [PATCH v4 10/12] UefiCpuPkg: "
  ` [edk2-devel] "
` [PATCH v4 11/12] .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries
` [PATCH v4 12/12] .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries

[PATCH 0/7] RISC-V: Add MMU support
 2023-03-10 22:20 UTC  (4+ messages)

[PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated
 2023-03-10 21:50 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t
 2023-03-10 18:21 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH 0/3] BaseTools: Fix doc block location and formatting; run uncrustify
 2023-03-10 17:57 UTC  (4+ messages)
  ` [edk2-devel] [PATCH 1/3] BaseTools: Source/C/Common: Fix doc block locations and convert to Doxygen
` 回复: [PATCH 0/3] BaseTools: Fix doc block location and formatting; run uncrustify

[PATCH 1/1] MdePkg: Add DDR5 SPD defs to IndustryStandard per JESD400-5A.01
 2023-03-10 17:56 UTC  (7+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH 1/1] DynamicTablesPkg/SsdtCpuTopology: Allow multi-packages topologies
 2023-03-10 17:22 UTC  (2+ messages)

[PATCH v5 0/3] RISC-V SBI-backed SerialLib
 2023-03-10 17:04 UTC  (4+ messages)
` [PATCH v5 1/3] MdePkg: BaseRiscVSbiLib: make more useful to consumers
` [PATCH v5 2/3] MdePkg: add SBI-based SerialPortLib for RISC-V
` [PATCH v5 3/3] OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec

[PATCH v1 0/6] Add Raspberry Pi Support to EmulatorPkg
 2023-03-10 16:45 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/4] DynamicTablesPkg: Introduce SMBIOS dispatcher
 2023-03-10 16:28 UTC  (6+ messages)
` [PATCH v2 2/4] DynamicTablesPkg: Add SMBIOS table dispatcher

[RFC] [staging/CryptoLibrary] Openssl1.1 replacement proposal
 2023-03-10 16:06 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH 0/2] UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors, fix error handling
 2023-03-10 12:48 UTC  (3+ messages)
` [PATCH 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors
` [PATCH 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling

回复: [edk2-devel] [PATCH 1/3] MdeModulePkg/BmBoot: Skip removable media if it is not present
 2023-03-10 11:29 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 1/1] DynamicTablesPkg: Add SMBIOS String table helper library
 2023-03-10  7:50 UTC  (3+ messages)
` [edk2-devel] "

[edk2 0/3] v3 RISC-V SBI-backed SerialLib
 2023-03-10  7:19 UTC  (7+ messages)
` [edk2 1/3] MdePkg: BaseRiscVSbiLib: make more useful to consumers
` [edk2 2/3] [PATCH v3] MdePkg: add SBI-based SeriaPortLib for RISC-V
` [edk2 3/3] OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec
  ` [edk2-devel] "

[edk2-devel] [PATCH] UefiCpuPkg/MicrocodeMeasurementDxe: Fix exception
 2023-03-10  7:18 UTC  (2+ messages)

[Patch V3 0/2] Modify defination for MpWakeupStructure
 2023-03-10  6:17 UTC  (4+ messages)
` [Patch V3 1/2] MdePkg: modify the wrong 'AcpiId' to 'ApicId' in MpWakeupStructure
  ` 回复: "

[PATCH] UefiCpuPkg/MicrocodeMeasurementDxe: Fix exception
 2023-03-10  4:46 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] [IntelFsp2Pkg]: Fix GCC Compiler warning
 2023-03-10  3:20 UTC  (6+ messages)

[edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated
 2023-03-10  3:14 UTC  (3+ messages)
  ` 回复: "

[PATCH 1/1] MdePkg: Remove whitespace in doxygen param passing direction [in,out]
 2023-03-10  3:03 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH 1/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
 2023-03-10  2:53 UTC  (2+ messages)
` 回复: "

[edk2-devel] PATCH v3 0/3 Add xterm resize support to OVMF
 2023-03-10  2:31 UTC  (2+ messages)
` 回复: "

[edk2-devel] GetSectionFromAnyFv doesnt find file from FV
 2023-03-10  2:26 UTC  (2+ messages)
    ` 回复: "

[edk2-devel] [PATCH 1/3] MdeModulePkg/BmBoot: Skip removable media if it is not present
 2023-03-10  2:20 UTC  (4+ messages)
      ` 回复: "

[PATCH v1 0/1] Define security policy in SECURITY.md file for repository
 2023-03-09 19:43 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH] Maintainers: Add 'Yuwei Chen' as BaseTools maintainer
 2023-03-09 17:47 UTC  (2+ messages)

[edk2-platforms][PATCH V2 0/8] Introduce ManageabilityPkg
 2023-03-09 16:38 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/3] BaseTools: allow users to override CC and CXX on the make command line
 2023-03-09 15:47 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 0/3] BMC USBNIC Platform HI Lib
 2023-03-09 15:40 UTC  (4+ messages)
` [PATCH 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface
` [PATCH 2/3] RedfishPkg: Update Redfish DSC
` [PATCH 3/3] RedfishPkg: Update Readme.md


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox