public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-11-19 07:11:54 to 2019-11-21 15:13:30 UTC [more...]

[PATCH v1 00/19] Fix warnings reported by VS2017 compiler
 2019-11-21 15:13 UTC  (9+ messages)
` [PATCH v1 17/19] ArmPlatformPkg: Fix UART divisor warning
  ` [edk2-devel] "
` [PATCH v1 18/19] ArmPlatformPkg: Fix comparison of constants warning

[PATCH v1 1/1] StandaloneMmPkg: Fix build failure - Bug 2253
 2019-11-21 15:06 UTC 

[PATCH 0/3] local header listing fixes for INF files, for edk2-stable201911
 2019-11-21 14:44 UTC  (7+ messages)
` [PATCH 1/3] MdeModulePkg/VariableSmmRuntimeDxe.inf: list local header "Variable.h"
` [PATCH 2/3] CryptoPkg/OpensslLib: improve INF file consistency
` [PATCH 3/3] CryptoPkg/OpensslLib.inf: list OpenSSL local header "ms/uplink.h"
  ` [edk2-devel] "

[PATCH v1 0/2] ArmPlatformPkg: Fix build warnings
 2019-11-21 14:32 UTC  (3+ messages)
` [PATCH v1 1/2] ArmPlatformPkg: PL061: Minor section alignment
` [PATCH v1 2/2] ArmPlatformPkg: Fix 'missing header' warnings

[PATCH v1 1/1] ArmPkg: Fix 'missing header' warnings
 2019-11-21 13:20 UTC 

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

[PATCH 0/3] Support for RuntimeServicesSupported global variable
 2019-11-21 11:51 UTC  (13+ messages)
` [PATCH 1/3] MdePkg-UefiSpec.h: Add UEFI 2.8 RuntimeServicesSuppported definations
` [PATCH 2/3] MdePkg/MdeModule: Add support for RuntimeServicesSupported variable
` [PATCH 3/3] MdeModulePkg/BdsDxe: Set "
      ` [edk2-devel] "

[PATCH] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore
 2019-11-21 11:05 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms] [PATCH v2 00/11] NXP : Add support of LS1043 SoC
 2019-11-21 16:25 UTC  (12+ messages)
  ` [edk2-platforms] [PATCH v2 01/11] Silicon/NXP: Add Library to provide Mmio APIs with swapped data
  ` [edk2-platforms] [PATCH v2 02/11] Silicon/NXP: Add function to return swapped Mmio APIs pointer
  ` [edk2-platforms] [PATCH v2 03/11] SocLib : Add support for initialization of peripherals
  ` [edk2-platforms] [PATCH v2 04/11] Silicon/NXP : Add support for DUART library
  ` [edk2-platforms] [PATCH v2 05/11] Silicon/NXP: Add support for I2c driver
  ` [edk2-platforms] [PATCH v2 06/11] Silicon/Maxim : Add support for DS1307 RTC library
  ` [edk2-platforms] [PATCH v2 07/11] Silicon/NXP : Add MemoryInitPei Library
  ` [edk2-platforms] [PATCH v2 08/11] Platform/NXP: Add support for ArmPlatformLib
  ` [edk2-platforms] [PATCH v2 09/11] Platform/NXP: Add Platform driver for LS1043 RDB board
  ` [edk2-platforms] [PATCH v2 10/11] Compilation : Add the fdf, dsc and dec files
  ` [edk2-platforms] [PATCH v2 11/11] Readme : Add Readme.md file

Patch List for 201911 stable tag
 2019-11-21 10:37 UTC  (7+ messages)
    ` [edk2-devel] "

[edk2-platforms][PATCH 0/8] Platform/RPi: Early Raspberry Pi 4 groundwork
 2019-11-21  9:04 UTC  (12+ messages)
` [edk2-platforms][PATCH 1/8] Platform/RPi: Add model family detection
            ` [edk2-devel] "

[edk2-platforms] [PATCH V2 00/14] SecFspWrapperPlatformSecLib Cleanup
 2019-11-21  8:58 UTC  (15+ messages)
` [edk2-platforms] [PATCH V2 01/14] KabylakeSiliconPkg: Change MODULE_TYPE of SiliconInitLib to PEIM
` [edk2-platforms] [PATCH V2 02/14] KabylakeOpenBoardPkg: Update location of SiliconInitLib
` [edk2-platforms] [PATCH V2 03/14] KabylakeSiliconPkg: Cleanup old comments
` [edk2-platforms] [PATCH V2 04/14] CoffeeLakeSiliconPkg: Move TcoWdtHob.h
` [edk2-platforms] [PATCH V2 05/14] CoffeeLakeSiliconPkg: TcoWdtHob.h Cleanup
` [edk2-platforms] [PATCH V2 06/14] CoffeelakeSiliconPkg: Add SiliconInitLib
` [edk2-platforms] [PATCH V2 07/14] WhiskeylakeOpenBoardPkg: Add SiliconInitLib APIs to BoardInitLib
` [edk2-platforms] [PATCH V2 08/14] WhiskeylakeOpenBoardPkg: Whitespace cleanup in BoardInitLib
` [edk2-platforms] [PATCH V2 09/14] WhiskeylakeOpenBoardPkg: Remove SecFspWrapperPlatformSecLib override
` [edk2-platforms] [PATCH V2 10/14] MinPlatformPkg: FSP Dispatch Mode Support for PlatformSecLib
` [edk2-platforms] [PATCH V2 11/14] MinPlatformPkg: Coding style cleanups in MinPlatformPkg.dec
` [edk2-platforms] [PATCH V2 12/14] KabylakeOpenBoardPkg: Add support for PcdFspDispatchModeUseFspPeiMain
` [edk2-platforms] [PATCH V2 13/14] KabylakeOpenBoardPkg: Remove SecFspWrapperPlatformSecLib override
` [edk2-platforms] [PATCH V2 14/14] MinPlatformPkg: Remove BoardInitLib dependency from PlatformSecLib

[PATCH 0/2] EmbeddedPkg: support for RPi4 PCI and platform DMA
 2019-11-21  8:32 UTC  (3+ messages)
` [PATCH 1/2] EmbeddedPkg/NonCoherentDmaLib: implement support for DMA range limits
` [PATCH 2/2] EmbeddedPkg: implement EDK2 IoMmu protocol wrapping DmaLib

[edk2-rfc] [edk2-platforms] Add Features directory
 2019-11-21  8:05 UTC  (2+ messages)
` [edk2-devel] "

[edk2-wiki][patch] Move feature BootGuard TOCTOU vulnerability to next edk2 stable tag
 2019-11-21  7:40 UTC 

[edk2-staging/RISC-V-V2 PATCH v3 00/39] RISC-V EDK2 Port on
 2019-11-21  7:40 UTC  (5+ messages)
` [edk2-staging/RISC-V-V2 PATCH v3 25/39] BaseTools/Scripts
  ` [edk2-devel] "

[Platform/devel-riscv-v2 PATCHv5-2] edk2-platforms: Update Readme.md for RISC-V platform
 2019-11-21  7:03 UTC 

[edk2-staging/RISC-V-V2 PATCH v3-2] BaseTools: Fix edk2 RISC-V binary hangs at POST with the latest toolchain
 2019-11-21  6:59 UTC 

[PATCH] BaseTools:fixed Build failed issue for Non-English OS
 2019-11-21  7:08 UTC  (2+ messages)

[PATCH V2] BaseTools:fix regression issue for platform .map file
 2019-11-21  7:05 UTC  (2+ messages)

[PATCH V1 1/1] MdeModulePkg/Variable: Initialize local variable
 2019-11-21  3:26 UTC  (3+ messages)
` [edk2-devel] "

[edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake
 2019-11-21  1:00 UTC  (6+ messages)
` [edk2-non-osi] [PATCH V2 1/1] Intel/PurleySiliconBinPkg: Add Ignition ME Firmware 1.0.2.29
` [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake

[PATCH] BaseTools:fix regression issue for platform .map file
 2019-11-20 14:54 UTC  (2+ messages)

[PATCH V2] BaseTools:Add [packages] section in dsc file
 2019-11-20  5:13 UTC  (4+ messages)

[PATCH v2 1/1] ShellPkg: acpiview: Update SRAT parser to ACPI 6.3
 2019-11-20  4:00 UTC  (6+ messages)
  ` [edk2-devel] "

[edk2-devel] [edk2] memmap content change question
 2019-11-20  3:30 UTC 

[Patch 0/4 V2] Enhance Incremental Build
 2019-11-20  2:58 UTC  (5+ messages)
` [Patch 1/4] BaseTools: Add build option for dependency file generation
` [Patch 2/4] BaseTools: Generate dependent files for ASL and ASM files
` [Patch 3/4] BaseTools: Update build_rule.txt to generate dependent files
` [Patch 4/4 V2] BaseTools: Enhance Basetool for incremental build

[edk2-platforms][PATCH v2 0/7] Platform/RPi: Early Raspberry Pi 4 groundwork
 2019-11-19 18:20 UTC  (21+ messages)
` [edk2-platforms][PATCH v2 1/7] Platform/RPi: Add missing model name
    ` [edk2-devel] "
` [edk2-platforms][PATCH v2 2/7] Platform/RPi: Add model family detection
` [edk2-platforms][PATCH v2 3/7] Platform/RPi: Replace Bcm283x SoC base register address with a PCD
` [edk2-platforms][PATCH v2 4/7] Platform/RPi: Use offsets for Bcm238x SoC register addresses
` [edk2-platforms][PATCH v2 5/7] Silicon/Broadcom: Add Bcm2711 header
` [edk2-platforms][PATCH v2 6/7] Platform/RPi: Read more variables from VideoCore during early init
` [edk2-platforms][PATCH v2 7/7] Platform/RPi: Clean up and improve early memory init

[PATCH 0/3] Add missing strings for uni files
 2019-11-19 17:30 UTC  (9+ messages)
` [PATCH 1/3] MdeModulePkg/MdeModulePkg.uni: Add missing strings for PCD
` [PATCH] UefiCpuPkg: Update the coding styles
  ` [edk2-devel] "
` [PATCH 2/3] NetworkPkg/NetworkPkg.uni: Add missing strings for PCD
` [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: "

EDK2 bug report
 2019-11-19 16:46 UTC  (2+ messages)

[platform/devel-riscv-v2 PATCHv5 00/18] Initial version of RISC-V
 2019-11-19 15:30 UTC  (5+ messages)
` [platform/devel-riscv-v2 PATCHv5 09/18] U5SeriesPkg/SerialIoLib: Platform Serial Port library
  ` [edk2-devel] "
` [platform/devel-riscv-v2 PATCHv5 11/18] FreedomU540HiFiveUnleashedBoard/OpensbiPlatformLib:OpenSBI platform lib
  ` [edk2-devel] "

[staging/branch]: CdePkg - added unit test for remaining STRING.H functions - memcpy(), memmove(), strcpy(), strncpy(), strcat(), strncat(), memcmp(), strcmp(), strncmp(), memchr(), strchr(), strcspn(), strpbrk(), strrchr(), strspn(), strstr() etc
 2019-11-19 14:26 UTC  (2+ messages)
      ` [edk2-devel] "

[PATCH V1 0/2] Improve PeiInstallPeiMemory() description
 2019-11-19 14:14 UTC  (3+ messages)
` [PATCH V1 2/2] MdePkg PiPeiCis.h: "
` [edk2-devel] [PATCH V1 0/2] "

[PATCH 0/4] BaseTools: Leverage compiler output dependency files for binary cache
 2019-11-19  9:27 UTC  (5+ messages)
` [PATCH 1/4] BaseTools: store more complete output files in "
` [PATCH 2/4] BaseTools: enhance the CacheCopyFile method arg names
` [PATCH 3/4] BaseTools: Leverage compiler output to optimize binary cache
` [PATCH 4/4] BaseTools: Remove redundant binary cache file

Which is the proper edk2 package the EFI REST Structure DXE driver should stay with?
 2019-11-19  8:38 UTC  (5+ messages)
    ` [edk2-devel] "


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