public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-03-13 16:52:55 to 2023-03-17 06:31:32 UTC [more...]

[PATCH v2 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
 2023-03-17  6:31 UTC  (6+ messages)
` [PATCH v2 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg
` [PATCH v2 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
` [PATCH v2 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
` [PATCH v2 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers

[PATCH v5 0/3] RISC-V SBI-backed SerialLib
 2023-03-17  5:44 UTC  (5+ messages)
` [PATCH v5 2/3] MdePkg: add SBI-based SerialPortLib for RISC-V

[edk2-staging/OpenSSL11_EOL 0/7] Openssl 3.0 POC update Mar 17
 2023-03-17  4:28 UTC  (8+ messages)
` [edk2-staging/OpenSSL11_EOL 1/7] OpensslLib: remove bio prov
` [edk2-staging/OpenSSL11_EOL 2/7] CryptoPkg/Test: Remove Pem and Pkcs7Sign func in test
` [edk2-staging/OpenSSL11_EOL 3/7] CryptoPkg/OpensslLib: enable no autoalginit
` [edk2-staging/OpenSSL11_EOL 4/7] Readme: 0315 update
` [edk2-staging/OpenSSL11_EOL 5/7] bugfix: The order of NIDs should remain the same as before
` [edk2-staging/OpenSSL11_EOL 6/7] CryptoPkg/OpensslLibFull: apply all work to full inf
` [edk2-staging/OpenSSL11_EOL 7/7] Readme: 0317 update

[PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
 2023-03-17  4:23 UTC  (10+ messages)
` [PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__
  ` [edk2-devel] "
` [edk2-devel] [PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
  ` 回复: "

[PATCH v1 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
 2023-03-17  4:16 UTC  (9+ messages)
` [PATCH v1 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg
` [PATCH v1 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
  ` [edk2-devel] "
` [PATCH v1 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
  ` [edk2-devel] "
` [PATCH v1 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
  ` [edk2-devel] "

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

[PATCH v5 00/38] Implement strict memory permissions throughout
 2023-03-16 22:20 UTC  (61+ 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
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH v5 09/38] ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
  ` [edk2-devel] "
` [PATCH v5 10/38] MdePkg: Add Memory Attribute Protocol definition
` [PATCH v5 11/38] ArmPkg/CpuDxe: Implement EFI memory attributes protocol
    ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH v5 22/38] MdeModulePkg/PcdPeim: Permit unshadowed execution
` [PATCH v5 23/38] EmbeddedPkg/PrePiLib AARCH64: Remap DXE core before execution
    ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [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
    ` [edk2-devel] "
` [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
` [edk2-devel] [PATCH v5 00/38] Implement strict memory permissions throughout

[edk2-platforms] Enable GitHub PR, protected branches, and 'push' label
 2023-03-16 19:59 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v2 0/4] OvmfPkg: make better use of physical address space
 2023-03-16 14:37 UTC  (7+ messages)
` [PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect "
` [PATCH v2 3/4] OvmfPkg/PlatformInitLib: dynamic mmio window size
  ` [edk2-devel] "

[PATCH 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
 2023-03-16 13:00 UTC  (7+ messages)
    ` [edk2-devel] "

[PATCH 1/1] OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemu
 2023-03-16 12:56 UTC  (3+ messages)

[PATCH] UefiPayloadPkg:Add new build commands for Universalpayload
 2023-03-16  7:20 UTC  (2+ messages)

[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64
 2023-03-16  2:08 UTC  (13+ messages)
` [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64
    ` [edk2-devel] "
` [PATCH 3/3] ShellPkg/TftpDynamicCommand.inf: Add missing DEPEX
  ` [edk2-devel] "
` [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64

[PATCH RESEND 0/4] Fixes for SEV-SNP CC blob and CPUID table handling
 2023-03-15 21:57 UTC  (5+ messages)
` [PATCH RESEND 1/4] OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory
` [PATCH RESEND 2/4] OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definition
` [PATCH RESEND 3/4] OvmfPkg/CcExitLib: Fix SEV-SNP XSave area size calculation
` [PATCH RESEND 4/4] OvmfPkg/CcExitLib: Use documented XSave area base size for SEV-SNP

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

[edk2-devel][edk2-platforms][PATCH V1 1/1] MinPlatformPkg/Build: Add standalone MM build rules
 2023-03-15 13:17 UTC 

[PATCH v4 0/2] Upl remove arch spec initialization
 2023-03-15 12:19 UTC  (3+ messages)
` [PATCH v4 1/2] UefiPayloadPkg: Remove FP Init from UPL entry
` [PATCH v4 2/2] UefiPayloadPkg: Move INT prog outside common flow

[PATCH v4 0/2] Upl remove arch spec initialization
 2023-03-15 12:17 UTC 

[edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report
 2023-03-15 10:28 UTC  (16+ messages)

[PATCH 0/3] BaseTools: allow users to override CC and CXX on the make command line
 2023-03-15 10:11 UTC  (8+ messages)
` [PATCH 1/3] BaseTools: Allow users to specify compiler to use with make CC= CXX=
  ` [edk2-devel] "
` [PATCH 2/3] BaseTools: Improve detection of users wanting to build using clang
  ` [edk2-devel] "
` [PATCH 3/3] BaseTools: Build against C++14 when building with clang
  ` [edk2-devel] "
  ` [edk2-devel] [PATCH 0/3] BaseTools: allow users to override CC and CXX on the make command line

[Patch V2 00/14] Fix issues in CpuPageTableLib
 2023-03-15  9:49 UTC  (41+ messages)
` [Patch V2 01/14] UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' condition
` [Patch V2 02/14] UefiCpuPkg/CpuPageTableLib: Add check for input Length
` [Patch V2 03/14] UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue
` [Patch V2 04/14] UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry
` [Patch V2 05/14] UefiCpuPkg/CpuPageTebleLib: Check Mask and Attr in PageTableMap
` [Patch V2 06/14] UefiCpuPkg/CpuPageTableLib: Add manual test to check Mask and Attr
` [Patch V2 07/14] UefiCpuPkg/CpuPageTableLib:Modify RandomTest to check Mask/Attr
` [Patch V2 08/14] UefiCpuPkg/CpuPageTableLib: Enable non-1:1 mapping in random test
` [Patch V2 09/14] UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter
` [Patch V2 10/14] UefiCpuPkg/CpuPageTableLib: Modify RandomTest to check IsModified
` [Patch V2 11/14] UefiCpuPkg/CpuPageTableLib: Enable PAE paging
` [Patch V2 12/14] UefiCpuPkg/CpuPageTableLib: Add RandomTest for "
` [Patch V2 13/14] UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf
` [Patch V2 14/14] UefiCpuPkg: Modify UnitTest code since tested API is changed

[edk2-devel] [PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
 2023-03-15  8:53 UTC  (2+ messages)

[edk2-libc Patch 0/1] Python/Python3.6.8: migration of edk2module from chipsec repo
 2023-03-15  8:44 UTC  (2+ messages)
` [edk2-libc Patch 1/1] "

[PATCH V1 1/1] OvmfPkg/TdxHelperLib: Check the HobLength of EFI_HOB_GUID_TYPE
 2023-03-15  8:22 UTC 

[edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302
 2023-03-15  6:46 UTC 

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

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, March 14, 2023 #cal-reminder
 2023-03-15  1:15 UTC 

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

[PATCH tianocore-docs 0/2] Fix links to specifications, guides etc
 2023-03-14 20:20 UTC  (5+ messages)
` [PATCH tianocore-docs 1/2] Readme.md: convert links from Gitbook to Github Pages
` [PATCH tianocore-docs 2/2] Readme.md: Update the Gitbook documentation section

[RESEND v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs
 2023-03-14 18:39 UTC  (3+ messages)
` [RESEND v1 1/1] CI: Use Fedora-37 (gcc12) image "
  ` [edk2-devel] "

[PATCH 1/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
 2023-03-14 18:09 UTC  (3+ messages)
` 回复: "
  ` [edk2-devel] "

[edk2-devel] [PATCH] Update edksetup.bat etc. to support building BaseTools with VS2008 and VS2010
 2023-03-14 16:46 UTC  (2+ messages)

[edk2-platforms][PATCH 0/2] Support Ampere Altra Max processor
 2023-03-14 13:20 UTC  (5+ messages)
` [edk2-platforms][PATCH 1/2] Ampere: PCIe: Add support for Ampere Altra Max

[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Reduce the header file dependency
 2023-03-14 11:39 UTC 

[edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302
 2023-03-14 10:03 UTC 

[PATCH 00/22] [edk2-staging] CryptoPkg/openssl: switch to openssl-3.0
 2023-03-14  9:04 UTC  (12+ messages)
` [PATCH 01/22] CryptoPkg/openssl: update submodule to openssl-3.0.8
  ` [edk2-devel] "
` [PATCH 16/22] [hash] CryptoPkg/openssl: add OpensslLibHash.inf
  ` [edk2-devel] "
` [PATCH 19/22] CryptoPkg/openssl: update *.inf, add generated files
  ` [edk2-devel] "

[PATCH v2] UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS value
 2023-03-14  8:33 UTC  (2+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, March 14, 2023 #cal-reminder
 2023-03-14  1:30 UTC 

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

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

[PATCH] EmbeddedPkg/PrePiHobLib: Get rid of PeCoffLoaderProtocol
 2023-03-13 19:12 UTC  (4+ messages)


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