public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-19 06:45:57 to 2020-05-20 17:21:33 UTC [more...]

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

[Patch v8 0/2] Disable safe string constraint assertions
 2020-05-20 17:18 UTC  (6+ 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

[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 v2 0/3] New RISC-V Patches
 2020-05-20 16:17 UTC  (10+ messages)
` [PATCH v2 1/3] ProcessorPkg/RiscVOpensbLib: Add opensbi submodule
` [PATCH v2 2/3] ProcessorPkg/Library: Add RiscVOpensbiLib
` [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 v2] ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsics
 2020-05-20 15:59 UTC  (3+ messages)
` [edk2-devel] "

Patch List for 202005 stable tag
 2020-05-20 14:43 UTC  (7+ messages)
` [edk2-devel] "

[PATCH V7 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-20 14:22 UTC  (8+ 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  (5+ messages)
` [RFC edk2-platforms v3 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib
` [RFC edk2-platforms v3 2/3] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v3 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

[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  (5+ messages)
` [edk2-devel] "

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

[Patch v8 0/2] Disable safe string constraint assertions
 2020-05-20  8:37 UTC  (5+ 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] 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-platforms 0/8] Add LX2160ARDB Platform
 2020-05-20  3:49 UTC  (9+ 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 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  (3+ 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  (17+ messages)
` [edk2-platforms] [PATCH 1/5] MinPlatformPkg: "
` [edk2-platforms] [PATCH 2/5] Vlv2TbltDevicePkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH 3/5] CoffeeLakeSiliconPkg: "
` [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH 5/5] KabylakeSiliconPkg: "

[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  (8+ messages)
` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Adding selective submodule init script
` [edk2-staging/EdkRepo] [PATCH v1 2/2] EdkRepo: Update commands to use new submodule code

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

[PATCH v2 0/2] ArmPkg/PlatformBootManagerLib: add build time checks for serial terminal settings
 2020-05-19 16:32 UTC  (6+ messages)
` [PATCH v2 1/2] ArmPkg/PlatformBootManagerLib: use static assertion for console type
` [PATCH v2 2/2] ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit count

[edk2-devel] [PATCH 2/2] SignedCapsulePkg: Add FMP Capsule Image Header extension
 2020-05-19 15:41 UTC  (2+ messages)

[edk2-devel] [PATCH 1/2] MdeModulePkg: Add FMP Capsule Image Header extension
 2020-05-19 15:40 UTC  (2+ messages)

[edk2-platforms: PATCH v2 0/3] Marvell UTMI fixes
 2020-05-19 15:26 UTC  (7+ messages)
` [edk2-platforms: PATCH v2 1/3] Marvell/Library: UtmiLib: update USB2.0 analog settings

[PATCH edk2-platforms 1/1] Platform/96Boards/96BoardsI2cDxe: rewrite DEPEX expression for legibility
 2020-05-19 13:26 UTC  (3+ messages)
  ` [edk2-devel] "

[RFC edk2-platforms v2 0/3] Improve D0x
 2020-05-19 13:26 UTC  (6+ messages)
` [RFC edk2-platforms v2 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib
` [RFC edk2-platforms v2 2/3] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v2 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

[PATCH edk2-platforms 0/3] Silicon/SynQuacer: preparatory ConnectAll fixes
 2020-05-19 12:32 UTC  (6+ messages)
` [PATCH edk2-platforms 1/3] Platform/96Boards/96BoardsI2cDxe: connect I2C controllers at EndOfDxe

[PATCH edk2-platforms 1/1] Silicon/Socionext/SynQuacer: use Generic Event Device for power button
 2020-05-19 12:30 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2][PATCH 1/1] HttpBoot: handle servers which may FIN after file sizing in HttpBootLoadFile
 2020-05-19 12:02 UTC  (2+ messages)

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 05/20/2020 9:30am-10:30am #cal-reminder
 2020-05-19 10:57 UTC  (2+ messages)
` [edk2-devel] "

[RFC edk2-platforms v1 0/2] Improve D0x
 2020-05-19 10:30 UTC  (7+ messages)
` [RFC edk2-platforms v1 1/2] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v1 2/2] Silicon/Hisilicon: Add RX8900RealTimeClockLib

reg: Wifi Connection Manager Setup Page Issues
 2020-05-19  9:11 UTC  (2+ messages)


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