public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-19 17:17:58 to 2020-05-21 16:37:13 UTC [more...]

[PATCH v3 2/2] ArmPlatformPkg: Fix comparison of constants warning
 2020-05-21 16:37 UTC  (2+ messages)

[RFC edk2-platforms v1 0/3] Improve D0x
 2020-05-21 14:43 UTC  (4+ messages)
` [RFC edk2-platforms v1 1/3] Silicon/Hisilicon: Change updating dsdt in ready to boot event
` [RFC edk2-platforms v1 2/3] Silicon/Hisilicon/Acpi: Add update sas address feature
` [RFC edk2-platforms v1 3/3] Silicon/Hisilicon: Rename EthMac files

[PATCH v2] ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsics
 2020-05-21 14:16 UTC  (8+ messages)
` [edk2-devel] "

[Patch v9 0/2] Disable safe string constraint assertions
 2020-05-21 14:13 UTC  (7+ messages)
` [Patch v9 1/2] MdePkg: Fix SafeString performing assertions on runtime checks
` [Patch v9 2/2] MdePkg/Test/BaseLib: Add SAFE_STRING_CONSTRAINT_CHECK unit test
  ` [edk2-devel] "
` [edk2-devel] [Patch v9 0/2] Disable safe string constraint assertions

[edk2-devel] [edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-21 13:30 UTC  (19+ messages)

[PATCH 0/3] OvmfPkg/Tcg2ConfigPei: fix ARM/AARCH64 build failure
 2020-05-21 12:26 UTC  (13+ messages)
` [PATCH 1/3] OvmfPkg/Tcg2ConfigPei: clean up some lib class dependencies
` [PATCH 2/3] OvmfPkg/Tcg2ConfigPei: factor out InternalTpm12Detect()
` [PATCH 3/3] OvmfPkg/Tcg2ConfigPei: skip TPM-1.2 detection when building for ARM/AARCH64
` [edk2-devel] [PATCH 0/3] OvmfPkg/Tcg2ConfigPei: fix ARM/AARCH64 build failure

[PATCH] MdeModulePkg/NonDiscoverablePciDeviceDxe: connect handles on registration
 2020-05-21 11:16 UTC  (2+ messages)

[PATCH edk2-platforms 0/8] Add LX2160ARDB Platform
 2020-05-21  9:33 UTC  (10+ messages)
` [PATCH edk2-platforms 1/8] Silicon/NXP: Use Metronome implementation from MdeModulePkg
` [PATCH edk2-platforms 2/8] Platform/NXP: Use Monotonic counter "
` [PATCH edk2-platforms 3/8] Silicon/NXP: Use edk2 recommended compilation flags
` [PATCH edk2-platforms 4/8] Silicon/NXP: Implement PL011UartClockLib for NXP platforms
` [PATCH edk2-platforms 5/8] Silicon/NXP: Add Chassis3V2 Package
` [PATCH edk2-platforms 6/8] Silicon/NXP: Add LX2160A Soc package
` [PATCH edk2-platforms 7/8] Platform/NXP: Add LX2160ARDB Platform
` [PATCH edk2-platforms 8/8] Platform/NXP/LX2160aRdbPkg: Add VarStore

[PATCH v2 0/3] New RISC-V Patches
 2020-05-21  6:59 UTC  (13+ messages)
` [PATCH v2 1/3] ProcessorPkg/RiscVOpensbLib: Add opensbi submodule
` [PATCH v2 2/3] ProcessorPkg/Library: Add RiscVOpensbiLib
` [PATCH v2 3/3] ProcessorPkg/Library: Add RiscVEdk2SbiLib
` [edk2-devel] [PATCH v2 0/3] New RISC-V Patches
  ` [edk2-devel] [PATCH v2 0/3] New RISC-V Patches - Why in edk2-platforms

[PATCH v1 1/1] UnitTestFrameworkPkg/UnitTestResultReportLib: Use AsciiStrnCpyS()
 2020-05-21  1:45 UTC  (2+ messages)
` [EXTERNAL] "

[edk2-devel] [PATCH] IntelFsp2Pkg: Add FunctionParametePtr to FspGlobalData
 2020-05-21  1:30 UTC 

[edk2-devel] [PATCH 1/1] CryptoPkg: Fix VS2017 build problem for ARM/AARCH64
 2020-05-20 20:30 UTC 

[PATCH 1/1] CryptoPkg: Fix VS2017 build problem for ARM/AARCH64
 2020-05-20 20:26 UTC 

[Patch v8 0/2] Disable safe string constraint assertions
 2020-05-20 20:16 UTC  (9+ messages)
` [Patch v8 1/2] MdePkg: Fix SafeString performing assertions on runtime checks
    ` [EXTERNAL] Re: [edk2-devel] "
` [Patch v8 2/2] MdePkg/Test/BaseLib: Add SAFE_STRING_CONSTRAINT_CHECK unit test
  ` [edk2-devel] "

[Patch v8 0/2] Disable safe string constraint assertions
 2020-05-20 20:13 UTC  (8+ messages)
` [Patch v8 1/2] MdePkg: Fix SafeString performing assertions on runtime checks
` [Patch v8 2/2] MdePkg/Test/BaseLib: Add SAFE_STRING_CONSTRAINT_CHECK unit test
    ` [edk2-devel] "

Patch List for 202005 stable tag
 2020-05-20 18:48 UTC  (10+ messages)
` [edk2-devel] "

[PATCH v8 00/46] SEV-ES guest support
 2020-05-20 16:56 UTC  (49+ messages)
` [PATCH v8 01/46] MdeModulePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v8 02/46] UefiCpuPkg: Create PCD "
` [PATCH v8 03/46] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v8 04/46] MdePkg: Add a structure definition for the GHCB
` [PATCH v8 05/46] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v8 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v8 07/46] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v8 08/46] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v8 09/46] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v8 10/46] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [PATCH v8 11/46] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v8 12/46] OvmfPkg/VmgExitLib: Implement library support for VmgExitLib in OVMF
` [PATCH v8 13/46] OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE events
` [PATCH v8 14/46] OvmfPkg/VmgExitLib: Support string IO "
` [PATCH v8 15/46] OvmfPkg/VmgExitLib: Add support for CPUID "
` [PATCH v8 16/46] OvmfPkg/VmgExitLib: Add support for MSR_PROT "
` [PATCH v8 17/46] OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)
` [PATCH v8 18/46] OvmfPkg/VmgExitLib: Add support for WBINVD NAE events
` [PATCH v8 19/46] OvmfPkg/VmgExitLib: Add support for RDTSC "
` [PATCH v8 20/46] OvmfPkg/VmgExitLib: Add support for RDPMC "
` [PATCH v8 21/46] OvmfPkg/VmgExitLib: Add support for INVD "
` [PATCH v8 22/46] OvmfPkg/VmgExitLib: Add support for VMMCALL "
` [PATCH v8 23/46] OvmfPkg/VmgExitLib: Add support for RDTSCP "
` [PATCH v8 24/46] OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX "
` [PATCH v8 25/46] OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX "
` [PATCH v8 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write "
` [PATCH v8 27/46] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v8 28/46] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v8 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v8 30/46] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v8 31/46] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v8 32/46] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v8 33/46] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v8 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v8 35/46] OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supported
` [PATCH v8 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v8 37/46] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [PATCH v8 38/46] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v8 39/46] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES
` [PATCH v8 40/46] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v8 41/46] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled
` [PATCH v8 42/46] UefiCpuPkg: Allow AP booting under SEV-ES
` [PATCH v8 43/46] OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vector
` [PATCH v8 44/46] OvmfPkg: Move the GHCB allocations into reserved memory
` [PATCH v8 45/46] UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use
` [PATCH v8 46/46] Maintainers.txt: Add reviewers for the OvmfPkg SEV-related files

[PATCH V7 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-20 14:22 UTC  (7+ messages)
` [PATCH V7 5/6] MdeModulePkg: Add FMP Capsule Image Header extension
      ` [edk2-devel] "

[PATCH v2] NetworkPkg/DxeNetLib: Change the order of conditions in IF statement
 2020-05-20 12:48 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v3 0/2] Fix warnings reported by VS2017 compiler
 2020-05-20 11:37 UTC  (5+ messages)
` [PATCH v2 2/2] ArmPlatformPkg: Fix comparison of constants warning

[RFC edk2-platforms v3 0/3] Improve D0x
 2020-05-20 11:31 UTC  (2+ messages)

[PATCH] ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsics
 2020-05-20 10:35 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-rfc] [RFCv2] code-first process for UEFI-forum specifications
 2020-05-20 10:19 UTC 

[PATCH] ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit count
 2020-05-20  9:16 UTC  (4+ messages)
` [edk2-devel] "

Official way to build BaseTools - Edk2ToolsBuild.py?
 2020-05-20  8:42 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] IntelFsp2Pkg: Add FunctionParametePtr to FspGlobalData
 2020-05-20  7:03 UTC  (6+ messages)

[PATCH] MdePkg: add definitions for ACPI NVDIMM Device Path
 2020-05-20  6:15 UTC  (2+ messages)

[edk2-devel] [PATCH] MdePkg: add definitions for ACPI NVDIMM Device Path
 2020-05-20  6:03 UTC 

[PATCH] MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update
 2020-05-20  4:24 UTC 

[PATCH edk2-test] Maintainers: replace Supreeth with Edhaya as SCT maintainer
 2020-05-20  3:29 UTC  (2+ messages)

[edk2-devel] [PATCH v2] NetworkPkg/DxeNetLib: Change the order of conditions in IF statement
 2020-05-20  3:10 UTC 

[PATCH V7 0/1] Disable safe string constraint assertions
 2020-05-20  2:48 UTC  (5+ messages)
` [PATCH V7 1/1] MdePkg: Fix SafeString performing assertions on runtime checks
  ` [edk2-devel] "

[PATCH v2] NetworkPkg/DxeNetLib: Change the order of conditions in IF statement
 2020-05-20  2:33 UTC 

Updated Event: TianoCore Bug Triage - APAC / NAMO #cal-invite
 2020-05-20  2:32 UTC 

Updated Event: TianoCore Bug Triage - APAC / NAMO #cal-invite
 2020-05-20  2:30 UTC 

Updated Event: TianoCore Bug Triage - APAC / NAMO #cal-invite
 2020-05-20  2:29 UTC 

[PATCH v7 00/43] SEV-ES guest support
 2020-05-20  1:57 UTC  (13+ messages)
      ` [edk2-devel] "
                      ` 回复: "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 05/20/2020 9:30am-10:30am #cal-reminder
 2020-05-20  1:15 UTC 

[PATCH v7 0/7] Add definitions introduced in UEFI 2.8
 2020-05-20  0:57 UTC  (5+ messages)
` [PATCH v7 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid
  ` [edk2-devel] "

[edk2-platforms] [PATCH] SpiTool: Fix spelling errors
 2020-05-20  0:25 UTC  (2+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization
 2020-05-20  0:24 UTC  (4+ messages)
` [edk2-staging/EdkRepo] [PATCH v2 1/2] EdkRepo: Adding selective submodule init script
` [edk2-staging/EdkRepo] [PATCH v2 2/2] EdkRepo: Update commands to use new submodule code

[edk2-platforms] [PATCH 0/5] Intel: Fix spelling errors
 2020-05-20  0:23 UTC  (3+ messages)
` [edk2-platforms] [PATCH 2/5] Vlv2TbltDevicePkg: "
  ` [edk2-devel] "

[Patch V1 1/1] Maintainers.txt: Update CometlakeOpenBoardPkg maintainer
 2020-05-20  0:04 UTC  (2+ messages)
` [edk2-devel] "

[HELP] EDK2 on Raspberry Pi 3 B+
 2020-05-19 22:54 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-test] Maintainers: replace Supreeth with Edhaya as SCT maintainer
 2020-05-19 19:58 UTC  (2+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH v1 0/2] Enabling selective submodule initialization
 2020-05-19 17:46 UTC  (4+ messages)
` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Adding selective submodule init script

[PATCH v1 1/1] BaseTools: Remove deprecated Visual Studio Option
 2020-05-19 17:19 UTC  (5+ messages)
` [EXTERNAL] [edk2-devel] "


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