public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-07-13 10:13:45 to 2020-07-15 15:08:03 UTC [more...]

[PATCH V3 0/4] Add New Memory Attributes
 2020-07-15 15:07 UTC  (11+ messages)
` [PATCH V3 2/4] MdeModulePkg: "
  ` [edk2-devel] "
` [PATCH V3 3/4] UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition
  ` [edk2-devel] "
` [PATCH V3 4/4] UefiCpuPkg: Add New Memory Attributes
  ` [edk2-devel] "
` [edk2-devel] [PATCH V3 0/4] "

[PATCH v3 1/1] MdeModulePkg/UsbBusDxe: Rebuild the description table after Reset Device
 2020-07-15 14:48 UTC  (4+ messages)

[PATCH 0/6] Add capability to let PEIM extend TcgEvent
 2020-07-15 14:45 UTC  (10+ messages)
` [PATCH 1/6] SecurityPkg/TcgPpi: Add TcgPpi header file
` [PATCH 2/6] SecurityPkg/dec: Add TcgPpi
` [PATCH 3/6] SecurityPkg/Tcg: "
` [PATCH 4/6] SecurityPkg/Tcg2: "
` [PATCH 5/6] SecurityPkg/PeiTpmMeasurementLib: Add PEI instance
` [PATCH 6/6] SecurityPkg/dsc: Add PeiTpmMeasurementLib

[PATCH v3 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-07-15 12:58 UTC  (3+ messages)
` [edk2-devel] "

[Patch v3 00/16] UnitTestFrameworkPkg: Enhancements and bug fixes
 2020-07-15 12:26 UTC  (26+ messages)
` [Patch v3 06/16] UnitTestFrameworkPkg: Use host libraries from MdePkg
  ` [EXTERNAL] "
` [Patch v3 07/16] UnitTestFrameworkPkg: Enable source level debug for host tests
  ` [EXTERNAL] "
` [Patch v3 08/16] UnitTestFrameworkPkg: Set host application stack size to 256KB
  ` [EXTERNAL] "
` [Patch v3 09/16] UnitTestFrameworkPkg: Change target mode DebugLib mapping
  ` [EXTERNAL] "
` [Patch v3 10/16] UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanup
  ` [EXTERNAL] "
` [Patch v3 11/16] UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messages
  ` [EXTERNAL] "
` [Patch v3 12/16] UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()
  ` [edk2-devel] "
  ` [EXTERNAL] "
` [Patch v3 15/16] MdePkg/Library/BaseStackCheckLib: Fix PCD type in INF
  ` [edk2-devel] openssl.exe disappeared
` [edk2-devel] [Patch v3 00/16] UnitTestFrameworkPkg: Enhancements and bug fixes
` [EXTERNAL] "

[PATCH edk2-platforms 0/4] Readme.md: various build example updates
 2020-07-15 12:20 UTC  (5+ messages)
` [PATCH edk2-platforms 1/4] Readme.md: wrap long line
` [PATCH edk2-platforms 2/4] Readme.md: update build parallellism information
` [PATCH edk2-platforms 3/4] Readme.md: update ARM/AARCH64 cross-toolchain info
` [PATCH edk2-platforms 4/4] Readme.md: add example command line to cross compiling section

[edk2-platforms][PATCH] Readme.md: Update cross compiling section
 2020-07-15 11:09 UTC  (4+ messages)

[edk2-platforms: PATCH V1] MinPlatformPkg/PlatformInitPei:
 2020-07-15 10:49 UTC 

[PATCH 1/1] OvmfPkg/OvmfPkg.dec: Adjust PcdMptScsiStallPerPollUsec
 2020-07-15 10:22 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg: Remove gEfiFormBrowserExProtocolGuid
 2020-07-15  6:09 UTC  (6+ messages)
` [edk2-devel] "

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

[PATCH V1 0/2] MdePkg-IndustryStandard: CXL Specification Registers
 2020-07-15  4:40 UTC  (4+ messages)
` [PATCH V1 1/2] MdePkg-IndustryStandard: CXL 1.1 Specification registers
  ` [edk2-devel] "

[PATCH] Using LLVM compiler set to build BaseTools in Linux
 2020-07-15  4:13 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/3] Add Unit Tests for BaseCryptLib to CryptoPkg
 2020-07-15  2:52 UTC  (7+ messages)
` [PATCH v3 1/3] UnitTestFrameworkPkg : BaseTimerLibPosix: Adds a host-based timer Lib
` [PATCH v3 2/3] CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)
  ` [edk2-devel] "
` [PATCH v3 3/3] AzurePipelines : Pr Gate: Turn on HBUT for CryptoPkg

[edk2-non-osi] Platform/Qemu/Sbssa: Add TF-A binaries
 2020-07-15  1:24 UTC 

[Patch v4] BaseTools: Add Guid name support in GenFfs
 2020-07-15  0:53 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] OvmfPkg/SmmControl2Dxe: negotiate ICH9_LPC_SMI_F_CPU_HOTPLUG
 2020-07-14 18:43 UTC 

[PATCH v3 0/8] ShellPkg/AcpiView: Refactor Error Logging
 2020-07-14 17:45 UTC  (9+ messages)
` [PATCH v3 1/8] ShellPkg/AcpiView: Extract configuration struct
` [PATCH v3 2/8] ShellPkg/AcpiView: Declutter error counters
` [PATCH v3 3/8] ShellPkg/AcpiView: Modify error message
` [PATCH v3 4/8] ShellPkg/AcpiView: Create a logging facility
` [PATCH v3 5/8] ShellPkg/AcpiView: Refactor PrintFieldName
` [PATCH v3 6/8] ShellPkg/AcpiView: Refactor dump helpers
` [PATCH v3 7/8] ShellPkg/AcpiView: Refactor AcpiView
` [PATCH v3 8/8] ShellPkg/AcpiView: Refactor table parsers

Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, 14 July 2020 #cal-cancelled
 2020-07-14 16:14 UTC 

TianoCore Bug Triage - APAC / NAMO - Tue, 07/14/2020 6:30pm-7:30pm #cal-reminder
 2020-07-14 16:06 UTC  (2+ messages)
` [edk2-devel] "

[edk2][PATCH 1/1] BcmGenetDxe: don't consume RX buffer until it's actually copied
 2020-07-14 14:49 UTC  (6+ messages)

[edk2-platforms][PATCH v3 0/1] Platform/RaspberryPi/Drivers: Add SD/(e)MMC card detection
 2020-07-14 14:44 UTC  (5+ messages)
` [edk2-platforms][PATCH v3 1/1] "

[PATCH edk2-platforms 1/1] Platform/RaspberryPi: remove unused variable GpuIndex from PlatformLib
 2020-07-14 13:04 UTC  (3+ messages)

[PATCH 0/2] Drop suggestions of alternative acceptable licenses
 2020-07-14 11:24 UTC  (6+ messages)
` [PATCH 1/2] Revert "BaseTools/PatchCheck.py: Add LicenseCheck"
    ` [edk2-devel] "

[edk2-platforms][PATCH v3 0/4] Platform: Add initial support for N1SDP board
 2020-07-14 11:19 UTC  (10+ messages)
` [edk2-platforms][PATCH v3 1/4] Silicon/ARM/N1SoC: Add platform library implementation
` [edk2-platforms][PATCH v3 2/4] Silicon/ARM/N1SoC: Implement Neoverse N1 Soc specific PciExpressLib
` [edk2-platforms][PATCH v3 3/4] Silicon/ARM/N1SoC: Implement the PciHostBridgeLib library
` [edk2-platforms][PATCH v3 4/4] Platform/ARM/N1SDP: Add initial N1SDP platform support

[edk2] [edk2-platforms/devel-IntelAtomProcessorE3900] generate new spi chunks files
 2020-07-14  9:32 UTC 

[PATCH 00/11] Introduce LsiScsi driver to OvmfPkg
 2020-07-14  8:19 UTC  (4+ messages)
` [PATCH 10/11] OvmfPkg/LsiScsiDxe: Process the SCSI Request Packet
      ` [edk2-devel] "

[Patch v5 1/1] BaseTools: Add Guid name support in GenFfs
 2020-07-14  6:12 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V3 0/3] MdeModulePkg/PartitionDxe: Fix the partition check issue
 2020-07-14  6:01 UTC  (9+ messages)
` [PATCH V3 1/3] MdeModulePkg/PartitionDxe: Correct the MBR last block value
` [PATCH V3 2/3] MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROM
` [PATCH V3 3/3] MdeModulePkg/PartitionDxe: Add already start check for child hanldes
  ` [edk2-devel] "

[PATCH v7 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-07-14  2:30 UTC  (6+ messages)
` [edk2-devel] "

[Patch] MdeModulePkg/Variable/RuntimeDxe: Fix return status from Reclaim()
 2020-07-14  2:28 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 0/3] Remove unnecessary APIs in MtrrLib
 2020-07-14  2:15 UTC  (10+ messages)
` [PATCH v2 1/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()
  ` [edk2-devel] "
` [PATCH v2 2/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr()
  ` [edk2-devel] "
` [PATCH v2 3/3] UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr()
  ` [edk2-devel] "

[PATCH] SignedCapsulePkg: Address NULL pointer dereference case
 2020-07-14  2:09 UTC 

[PATCH] SignedCapsulePkg: Address NULL pointer dereference case
 2020-07-14  2:07 UTC 

[edk2/master PATCH RISC-V CI Code Changes v1 00/11] Necessary code changes for RISCV64 CI testing
 2020-07-14  1:13 UTC  (5+ messages)
` [edk2/master PATCH RISC-V CI Code Changes v1 05/11] CryptoPkg: Add RISC-V architecture for EDK2 CI
  ` [edk2-devel] "

[PATCH 0/1] Add BhyvePkg, to support the bhyve hypervisor
 2020-07-13 20:25 UTC  (7+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[PATCH v2 0/1] UefiPayloadPkg: Make TerminalDxe build time configurable
 2020-07-13 16:54 UTC  (6+ messages)
` [PATCH v2 1/1] "
      ` [edk2-devel] "

[PATCH v1 0/2] Add support for scanning Option ROMs
 2020-07-13 16:39 UTC  (3+ messages)
` [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning
` [PATCH v1 2/2] UefiPayloadPkg: Scan for Option ROMs

[PATCH v2 0/1] Remove x86 legacy UART defaults
 2020-07-13 16:37 UTC  (2+ messages)
` [PATCH v2 1/1] UefiPayloadPkg: "

[PATCH edk2-platforms v3 0/5] Add LS1046AFRWY Platform
 2020-07-13 16:23 UTC  (3+ messages)
` [PATCH edk2-platforms v3 4/5] Platform/NXP: "

[PATCH v2 0/1] Remove x86 legacy UART defaults
 2020-07-13 16:07 UTC  (4+ messages)
` [PATCH v2 1/1] UefiPayloadPkg: "
  ` [edk2-devel] "

[edk2-discuss] Need memory barriers in IoLib for AARCH64
 2020-07-13 15:57 UTC  (5+ messages)
  ` [edk2-devel] "

EFI Timeout variable is ignored (initialized to default on every boot)
 2020-07-13 15:44 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 0/2] Add support for scanning Option ROMs
 2020-07-13 15:26 UTC  (4+ messages)
` [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning
  ` [edk2-devel] "
` [PATCH v1 2/2] UefiPayloadPkg: Scan for Option ROMs

[PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
 2020-07-13 14:38 UTC  (6+ messages)
` [edk2-devel] "

[Patch v4] BaseTools: Add Guid name support in GenFfs
 2020-07-13 14:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/2] refine TPM2 operation pull down list
 2020-07-13 11:39 UTC  (2+ messages)

[PATCH 1/1] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1g
 2020-07-13 10:57 UTC  (2+ 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