public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-09-18 06:47:04 to 2021-09-23 16:10:10 UTC [more...]

[PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
 2021-09-23 16:09 UTC 

[PATCH v3 0/4] AndroidBootImgLib improvements
 2021-09-23 15:20 UTC  (7+ messages)

[PATCH v3 0/3] ArmVirtPkg: Disable the TPM 2 platform hierarchy
 2021-09-23 14:49 UTC  (5+ messages)
` [PATCH v3 1/3] ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
` [PATCH v3 2/3] ArmVirtPkg: Reference new TPM classes in the build system for compilation
` [PATCH v3 3/3] ArmVirtPkg: Disable the TPM2 platform hierarchy

[PATCH V7 0/1] Add Intel TDX support in OvmfPkg/ResetVector
 2021-09-23 14:19 UTC  (13+ messages)
` [PATCH V7 1/1] OvmfPkg: Enable TDX in ResetVector
            ` [edk2-devel] "

[PATCH 1/1] Qemu: SbsaQemu: Set the DSDT revision value to 2 to use 64-bit math
 2021-09-23 13:57 UTC  (4+ messages)

[PATCH v3 00/28] Add new Ampere Mt. Jade platform
 2021-09-23 13:54 UTC  (7+ messages)
` [PATCH v3 01/28] Ampere: Initial support for Ampere Altra processor and "
` [PATCH v3 09/28] AmpereAltraPkg: Support UEFI non-volatile variable
` [PATCH v3 12/28] AmpereAltraPkg: Add Ac01PcieLib library instance

[PATCH v5] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-09-23 13:38 UTC  (2+ messages)

[edk2-platforms PATCH 0/4] Marvell readmes
 2021-09-23 10:26 UTC  (11+ messages)
` [edk2-platforms PATCH 1/4] SolidRun/Cn913xCEx7Eval: Add Readme.md
` [edk2-platforms PATCH 2/4] SolidRun/Armada80x0McBin: "
` [edk2-platforms PATCH 3/4] Marvell/Cn913xDbA: "
` [edk2-platforms PATCH 4/4] Marvell: Armada7k8k/OcteonTx: Bump firmware to "EDK2 SH 1.1" revision

[PATCH v1 0/4] Set default Makefile name
 2021-09-23 10:05 UTC  (6+ messages)
` [PATCH v1 1/4] BaseTools/GenMake: Use ToolDefinition as fallback option
` [PATCH v1 2/4] BaseTools/build: Set MakefileName
` [PATCH v1 3/4] BaseTools: Remove Makefile/MakefileName fields
` [PATCH v1 4/4] BaseTools: Remove hard-coded strings for target and tools_def
` [edk2-devel] [PATCH v1 0/4] Set default Makefile name

[PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming
 2021-09-23  8:36 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v8 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-09-23  8:25 UTC  (38+ messages)
` [PATCH v8 01/32] OvmfPkg/SecMain: move SEV specific routines in AmdSev.c
` [PATCH v8 02/32] UefiCpuPkg/MpInitLib: "
` [PATCH v8 03/32] OvmfPkg/ResetVector: move clearing GHCB in SecMain
` [PATCH v8 04/32] OvmfPkg/ResetVector: introduce metadata descriptor for VMM use
` [PATCH v8 05/32] OvmfPkg: reserve SNP secrets page
` [PATCH v8 06/32] OvmfPkg: reserve CPUID page
` [PATCH v8 07/32] OvmfPkg/ResetVector: pre-validate the data pages used in SEC phase
` [PATCH v8 08/32] OvmfPkg/ResetVector: use SEV-SNP-validated CPUID values
` [PATCH v8 09/32] OvmfPkg/MemEncryptSevLib: add MemEncryptSevSnpEnabled()
` [PATCH v8 10/32] OvmfPkg/SecMain: register GHCB gpa for the SEV-SNP guest
` [PATCH v8 11/32] OvmfPkg/VmgExitLib: use SEV-SNP-validated CPUID values
` [PATCH v8 12/32] OvmfPkg/PlatformPei: register GHCB gpa for the SEV-SNP guest
` [PATCH v8 13/32] OvmfPkg/AmdSevDxe: do not use extended PCI config space
` [PATCH v8 14/32] OvmfPkg/MemEncryptSevLib: add support to validate system RAM
` [PATCH v8 15/32] OvmfPkg/MemEncryptSevLib: add function to check the VMPL0
` [PATCH v8 16/32] OvmfPkg/BaseMemEncryptSevLib: skip the pre-validated system RAM
` [PATCH v8 17/32] OvmfPkg/MemEncryptSevLib: add support to validate > 4GB memory in PEI phase
` [PATCH v8 18/32] OvmfPkg/SecMain: validate the memory used for decompressing Fv
` [PATCH v8 19/32] OvmfPkg/PlatformPei: validate the system RAM when SNP is active
` [PATCH v8 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr
` [PATCH v8 21/32] OvmfPkg/PlatformPei: set PcdConfidentialComputingAttr when SEV is active
` [PATCH v8 22/32] UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status
` [PATCH v8 23/32] UefiCpuPkg: add PcdGhcbHypervisorFeatures
` [PATCH v8 24/32] OvmfPkg/PlatformPei: set the Hypervisor Features PCD
` [PATCH v8 25/32] MdePkg/GHCB: increase the GHCB protocol max version
` [PATCH v8 26/32] UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled
` [PATCH v8 27/32] UefiCpuPkg/MpInitLib: use BSP to do extended topology check
` [PATCH v8 28/32] OvmfPkg/MemEncryptSevLib: change the page state in the RMP table
` [PATCH v8 29/32] OvmfPkg/MemEncryptSevLib: skip page state change for Mmio address
` [PATCH v8 30/32] OvmfPkg/PlatformPei: mark cpuid and secrets memory reserved in EFI map
` [PATCH v8 31/32] OvmfPkg/AmdSev: expose the SNP reserved pages through configuration table
` [PATCH v8 32/32] UefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event to launch APs

[PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line
 2021-09-23  8:21 UTC  (9+ messages)
    ` [edk2-devel] "
    ` 回复: "

[PATCH v1 08/10] DynamicTablesPkg: Update DynamicTablesPkg.ci.yaml
 2021-09-23  7:49 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] UserAuthFeaturePkg/UserAuthenticationDxeSmm: The SMI to handle the user authentication should be unregister before booting to OS
 2021-09-23  4:42 UTC 

[edk2-libc Patch 0/1] Add IA32 support for Py3 packaging script
 2021-09-23  4:22 UTC  (8+ messages)
` [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script
    ` [edk2-devel] "

[PATCH] UserAuthFeaturePkg/UserAuthenticationDxeSmm: The SMI to handle the user authentication should be unregister before booting to OS
 2021-09-23  4:01 UTC 

[PATCH] UserAuthFeaturePkg/UserAuthenticationDxeSmm: The SMI to handle the user authentication should be unregister before booting to OS
 2021-09-23  3:52 UTC 

[PATCH EDK2 v1 0/1] UefiCpuPkg/CpuMpPei: Remove MigrateGdt declaration
 2021-09-23  3:21 UTC  (2+ messages)
` [PATCH EDK2 v1 1/1] "

回复: [PATCH V2] On branch PCIBus dulePkg/PciBusDxe: PciTestSupportedAttribute logic should be changed
 2021-09-23  2:50 UTC 

[PATCH 1/1] MdePkg: Fix DEVICE_SECURITY_EVENT_DATA_HEADER version definition
 2021-09-23  2:41 UTC  (3+ messages)
  ` 回复: "

[PATCH v2 0/2] BaseTools: Switch ARM/AARCH64 CI gcc from Linaro to Arm
 2021-09-23  1:18 UTC  (3+ messages)
` [PATCH v2 1/2] BaseTools: Switch to downloading the ARM compiler from Arm's site
` [PATCH v2 2/2] BaseTools: Switch to downloading the AARCH64 "

[PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
 2021-09-22 23:59 UTC  (6+ messages)
` [PATCH 1/5] FmpDevicePkg/FmpDeviceLibNull: Add DXE_RUNTIME_DRIVER support
` [PATCH 2/5] FmpDevicePkg/FmpPayloadHeaderLibV1: "
` [PATCH 3/5] FmpDevicePkg/FmpDependencyCheckLibNull: "
` [PATCH 4/5] FmpDevicePkg/FmpDependencyDeviceLibNull: "
` [PATCH 5/5] FmpDevicePkg/FmpDxe: Add runtime FmpDxe driver

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg: Enable VT-D support
 2021-09-22 21:43 UTC 

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PlatformHooksLib: Fix eSPI serial debug
 2021-09-22 21:34 UTC 

[PATCH] ArmPkg/ArmMmuLib AARCH64: avoid EL0 accessible mappings
 2021-09-22 18:27 UTC  (3+ messages)

[RFC PATCH 0/3] ArmVirtPkg: Disable the TPM 2 platform hierarchy
 2021-09-22 16:29 UTC  (13+ messages)
` [RFC PATCH 1/3] ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
  ` [edk2-devel] "
` [RFC PATCH 2/3] ArmVirtPkg: Reference new TPM classes in the build system for compilation
    ` [edk2-devel] "
` [RFC PATCH 3/3] ArmVirtPkg: Disable the TPM2 platform hierarchy

[PATCH v1 10/10] DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h
 2021-09-22 16:04 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 09/10] DynamicTablesPkg: Deprecate Crs specific methods in AmlLib
 2021-09-22 15:56 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 07/10] DynamicTablesPkg: Use %a formatter in AmlDbgPrint
 2021-09-22 15:44 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 05/10] DynamicTablesPkg: Add AmlGetEisaIdFromString() to AcpiHelperLib
 2021-09-22 15:40 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 04/10] DynamicTablesPkg: Add HexFromAscii() to AcpiHelperLib
 2021-09-22 15:23 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 03/10] DynamicTablesPkg: Rename single char input parameter
 2021-09-22 15:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 02/10] DynamicTablesPkg: Update TableHelperLib.inf
 2021-09-22 15:16 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 01/10] DynamicTablesPkg: Extract AcpiTableHelperLib from TableHelperLib
 2021-09-22 15:15 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v4] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-09-22 13:56 UTC 

[PATCH v3] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-09-22 13:54 UTC 

[PATCH v2] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-09-22 12:58 UTC 

[edk2-libc Patch 0/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script
 2021-09-22 12:59 UTC  (2+ messages)
` [edk2-libc Patch 1/1] "

[edk2-devel] [edk2-platforms][PATCH v3 0/5] Platform/Sgi: Add platform support for firmware first error handling
 2021-09-22 12:06 UTC  (3+ messages)

[PATCH v2 1/1] ArmPkg: Implement PlatformBootManagerLib for LinuxBoot
 2021-09-22 11:48 UTC  (2+ messages)

[edk2-platforms PATCH 0/4] Some BeagleBoardPkg fixes
 2021-09-22 11:20 UTC  (6+ messages)
` [edk2-platforms PATCH 1/4] BeagleBoardPkg: Remove the configuration and image headers from flash

[PATCH v1] IntelFsp2WrapperPkg: Make PcdFspModeSelection dynamic and set it accordingly
 2021-09-22  8:49 UTC  (2+ messages)

[PATCH] On branch PCIBus dulePkg/PciBusDxe: PciTestSupportedAttribute logic should be changed
 2021-09-22  6:41 UTC  (3+ messages)
  ` [edk2-devel] "

RFC: Add BaseLib/QuickSort in MdePkg
 2021-09-22  6:03 UTC  (7+ messages)
` 回复: [edk2-devel] "
  `  "

Event: TianoCore Bug Triage - APAC / NAMO - 09/21/2021 #cal-reminder
 2021-09-22  1:15 UTC 

Event: TianoCore Bug Triage - APAC / NAMO - 09/21/2021 #cal-reminder
 2021-09-22  0:55 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH V6 0/1] Add Intel TDX support in OvmfPkg/ResetVector
 2021-09-21  9:04 UTC  (16+ messages)
` [PATCH V6 1/1] OvmfPkg: Enable TDX in ResetVector
    ` [edk2-devel] "

[PATCH] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-09-21  6:26 UTC 

[PATCH] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3642 when the module is not building in IA32 mode which will lead to building error. when a module built-in X64 function pointer will be the size of 64bit width which cannot be fit in 32bit address which will lead to error. to overcome this issue introducing the 2 new PCD's for the 64bit modules can consume it. Creating the API's to support different architecture
 2021-09-21  6:23 UTC 

[PATCH v2 0/3] ArmVirtPkg: Disable the TPM 2 platform hierarchy
 2021-09-20 20:06 UTC  (4+ messages)
` [PATCH v2 1/3] ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
` [PATCH v2 2/3] ArmVirtPkg: Reference new TPM classes in the build system for compilation
` [PATCH v2 3/3] ArmVirtPkg: Disable the TPM2 platform hierarchy

[PATCH v2 0/3] OvmfPkg: Disable the TPM 2 platform hierarchy
 2021-09-20 20:03 UTC 

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Reduce debug output for default boot
 2021-09-20 18:16 UTC  (3+ messages)

[PATCH] MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
 2021-09-20 16:24 UTC  (10+ messages)
  ` [edk2-devel] "

[PATCH V2] MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
 2021-09-20 16:20 UTC 

[PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning GDT buffer
 2021-09-20 16:15 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/1] MdeModulePkg: Add MpServicesTest.efi to exercise EFI_MP_SERVICES_PROTOCOL
 2021-09-20 15:47 UTC  (2+ messages)
` [PATCH v2 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services

回复: [PATCH] [edk2-devel] RecordAssertion function parameter issue
 2021-09-20 15:19 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] UefiPayloadPkg: Add Macro to enable or diable some drivers
 2021-09-20 14:50 UTC  (3+ messages)

[RFC PATCH edk2-platforms v1 0/7] Modify Platform/ARM file structure
 2021-09-20 14:04 UTC  (8+ messages)
` [RFC PATCH edk2-platforms v1 1/7] Platform/ARM: Create ArmCommonPkg
` [RFC PATCH edk2-platforms v1 2/7] Platform/ARM: Create ArmCommonPkg.dec from ARM.dec
` [RFC PATCH edk2-platforms v1 3/7] Platform/ARM: Move BootMonFs package to ArmCommonPkg
` [RFC PATCH edk2-platforms v1 4/7] Platform/ARM: Move FdtPlatformDxe "
` [RFC PATCH edk2-platforms v1 5/7] Platform/ARM: Resolve ArmCommonPkg library references
` [RFC PATCH edk2-platforms v1 6/7] Platform/ARM: Remove Platform/ARM prefix
` [RFC PATCH edk2-platforms v1 7/7] Platform/ARM: Alphabetically order sections in inf files

回复: [edk2-devel] [RFC] RISC-V QEMU virtual package
 2021-09-18  7:00 UTC  (14+ messages)
`  "


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