public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-22 09:31:50 to 2020-05-27 05:18:25 UTC [more...]

Updated Event: TianoCore Community Meeting - EMEA/NAMO #cal-invite
 2020-05-27  5:18 UTC 

[PATCH 0/3] Add PE/COFF resource sections support for XCODE
 2020-05-27  3:15 UTC  (8+ messages)
` [PATCH 1/3] BaseTools/GenFv: Add PE/COFF resource sections injection to GenFw
` [PATCH 2/3] BaseTools: Add PE/COFF resource sections support for XCODE
` [PATCH 3/3] OvmfwPkg: Don't exclude XCODE Modules
  ` [edk2-devel] "

Hard Feature Freeze starts now for edk2-stable202005
 2020-05-27  2:25 UTC  (6+ messages)
    ` [EXTERNAL] "
        ` [edk2-devel] "

[PATCH 0/1] BaseTools: Turn on LTO for XCOODE
 2020-05-27  2:02 UTC  (4+ messages)
` [PATCH 1/1] BaseTools: Turn on Link Time Optimization (LTO) "
  ` [edk2-devel] "

[edk2-devel] [edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-27  1:52 UTC  (15+ messages)
          ` [EXTERNAL] "
            ` [EXTERNAL] "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Tue, 05/26/2020 6:30pm-7:30pm #cal-reminder
 2020-05-27  1:15 UTC 

[PATCH v2 00/11] Kvmtool guest firmware support for Arm
 2020-05-27  0:37 UTC  (4+ messages)
` [PATCH v2 01/11] PcAtChipsetPkg: Add MMIO Support to RTC driver
    ` [edk2-devel] "

Using debugger to debug UEFI application?
 2020-05-27  0:25 UTC  (3+ messages)
` [edk2-devel] "

[RFC edk2 v1 0/1] Fix a infrequent issue in variable
 2020-05-27  0:12 UTC  (5+ messages)
` [RFC edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable
  ` [edk2-devel] "

Updating to latest EDK2 and now get NMAKE: fatal error U1073: Don't know how to make.. on some items?
 2020-05-27  0:06 UTC  (7+ messages)
` [edk2-devel] "

[PATCH 0/5] ArmPkg/PlatformBootManagerLib: play nice without ConnectAll()
 2020-05-26 22:01 UTC  (9+ messages)
` [PATCH 1/5] ArmPkg/PlatformBootManagerLib: register 's' as UEFI Shell hotkey
` [PATCH 2/5] ArmPkg/PlatformBootManagerLib: fall back to the UiApp on boot failure
  ` [edk2-devel] "
` [PATCH 3/5] ArmPkg/PlatformBootManagerLib: hide UEFI Shell as a regular boot option
  ` [edk2-devel] "
` [PATCH 4/5] ArmPkg/PlatformBootManagerLib: don't connect all devices on each boot
` [PATCH 5/5] ShellPkg: add BootManager library to add UEFI Shell menu option

[PATCH v8 00/46] SEV-ES guest support
 2020-05-26 21:47 UTC  (62+ messages)
` [PATCH v8 13/46] OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE events
  ` [edk2-devel] "
` [PATCH v8 14/46] OvmfPkg/VmgExitLib: Support string IO "
  ` [edk2-devel] "
` [PATCH v8 15/46] OvmfPkg/VmgExitLib: Add support for CPUID "
  ` [edk2-devel] "
` [PATCH v8 16/46] OvmfPkg/VmgExitLib: Add support for MSR_PROT "
  ` [edk2-devel] "
` [PATCH v8 17/46] OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)
  ` [edk2-devel] "
` [PATCH v8 18/46] OvmfPkg/VmgExitLib: Add support for WBINVD NAE events
  ` [edk2-devel] "
` [PATCH v8 19/46] OvmfPkg/VmgExitLib: Add support for RDTSC "
  ` [edk2-devel] "
` [PATCH v8 20/46] OvmfPkg/VmgExitLib: Add support for RDPMC "
  ` [edk2-devel] "
` [PATCH v8 21/46] OvmfPkg/VmgExitLib: Add support for INVD "
  ` [edk2-devel] "
` [PATCH v8 22/46] OvmfPkg/VmgExitLib: Add support for VMMCALL "
  ` [edk2-devel] "
` [PATCH v8 23/46] OvmfPkg/VmgExitLib: Add support for RDTSCP "
  ` [edk2-devel] "
` [PATCH v8 24/46] OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX "
  ` [edk2-devel] "
` [PATCH v8 25/46] OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX "
  ` [edk2-devel] "
` [PATCH v8 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write "
  ` [edk2-devel] "
` [PATCH v8 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
  ` [edk2-devel] "
` [PATCH v8 31/46] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
  ` [edk2-devel] "
` [PATCH v8 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
  ` [edk2-devel] "
` [PATCH v8 35/46] OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supported
  ` [edk2-devel] "
` [PATCH v8 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
  ` [edk2-devel] "
` [PATCH v8 37/46] OvmfPkg/Sec: Add #VC exception handling for Sec phase
  ` [edk2-devel] "
` [PATCH v8 39/46] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES
  ` [edk2-devel] "
` [PATCH v8 46/46] Maintainers.txt: Add reviewers for the OvmfPkg SEV-related files
  ` [edk2-devel] "

[PATCH edk2-platforms 1/1] Silicon/SynQuacer: use correct argument count for _EVT ACPI method
 2020-05-26 20:49 UTC  (2+ messages)

[RFC edk2-platforms v1 0/3] Improve D0x
 2020-05-26 18:50 UTC  (8+ 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] MdePkg/Include: AARCH64: disable outline atomics on GCC 10.2+
 2020-05-26 14:37 UTC  (10+ messages)
    ` [edk2-devel] "

BuildTools Broken
 2020-05-26 14:23 UTC  (4+ messages)
` [edk2-devel] "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Tue, 05/26/2020 6:30pm-7:30pm #cal-reminder
 2020-05-26 13:59 UTC  (2+ messages)
` [edk2-devel] "

SbsaQemu: Initial support for static ACPI tables
 2020-05-26 13:16 UTC  (2+ messages)

OVMF gdb seems to require "stone knives and bearskins" to debug code?
 2020-05-26 11:22 UTC  (7+ messages)
` [edk2-devel] "

[edk2][PATCH 1/1] NetworkPkg/HttpBootDxe: handle servers which may FIN after file sizing in HttpBootLoadFile
 2020-05-26 10:59 UTC  (4+ messages)
` [edk2-devel] "

[PATCH edk2-platforms v2 00/16] Add PCIe Support
 2020-05-26 10:17 UTC  (19+ messages)
` [PATCH edk2-platforms v2 01/16] Silicon/NXP/NxpQoriqLs.dec: Add PCIe related PCDs
` [PATCH edk2-platforms v2 02/16] Silicon/NXP: LS1043A: Define "
` [PATCH edk2-platforms v2 03/16] Silicon/NXP: Implement PciHostBridgeLib support
` [PATCH edk2-platforms v2 04/16] Silicon/NXP: PciHostBridgeLib: CFG Shift feature support for PCIeLS Ctrl
` [PATCH edk2-platforms v2 05/16] Silicon/NXP: PciHostBridgeLib: Setup PCIe LsGen4 Controller and ATU Windows
` [PATCH edk2-platforms v2 06/16] Silicon/NXP: PciHostBridgeLib: add Workaround for A-011451
` [PATCH edk2-platforms v2 07/16] Silicon/NXP: PciHostBridgeLib: Dump Layerscale Gen4 ATU windows
` [PATCH edk2-platforms v2 08/16] Silicon/NXP: PciHostBridgeLib: Dump Layerscale iATU windows
` [PATCH edk2-platforms v2 09/16] Silicon/NXP: Implement PciSegmentLib for PCIe Layerscape Controller
` [PATCH edk2-platforms v2 10/16] Silicon/NXP: PciSegmentLib: Add ECAM config support for PCIe LS Controller
` [PATCH edk2-platforms v2 11/16] Silicon/NXP: PciSegmentLib: Add support PCIe LsGen4 Controller
` [PATCH edk2-platforms v2 12/16] Silicon/NXP: PciSegmentLib: LsGen4Ctrl: Add Workaround for A-011264
` [PATCH edk2-platforms v2 13/16] Silicon/NXP/Drivers: Implement PciCpuIo2Dxe Driver
` [PATCH edk2-platforms v2 14/16] Platform/NXP: LS1043aRdbPkg: Enable NetworkPkg
` [PATCH edk2-platforms v2 15/16] Platform/NXP: LS1043aRdbPkg: Enable PCIE support
` [PATCH edk2-platforms v2 16/16] Platform/NXP: LS1043aRdbPkg : Increase fv image size

[edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-26 10:08 UTC  (7+ messages)
` [edk2-devel] "
  ` [EXTERNAL] "

[PATCH edk2-platforms 00/16] Add PCIe Support
 2020-05-26  6:16 UTC  (35+ messages)
` [PATCH edk2-platforms 01/16] Silicon/NXP/NxpQoriqLs.dec: Add PCIe related PCDs
` [PATCH edk2-platforms 05/16] Silicon/NXP: PciHostBridgeLib: Setup PCIe LsGen4 Controller and ATU Windows
` [PATCH edk2-platforms 07/16] Silicon/NXP: PciHostBridgeLib: Dump Layerscale Gen4 ATU windows
` [PATCH edk2-platforms 08/16] Silicon/NXP: PciHostBridgeLib: Dump Layerscale iATU windows
` [PATCH edk2-platforms 09/16] Silicon/NXP: Implement PciSegmentLib for PCIe Layerscape Controller
` [PATCH edk2-platforms 10/16] Silicon/NXP: PciSegmentLib: Add ECAM config support for PCIe LS Controller
` [PATCH edk2-platforms 11/16] Silicon/NXP: PciSegmentLib: Add support PCIe LsGen4 Controller
` [PATCH edk2-platforms 12/16] Silicon/NXP: PciSegmentLib: LsGen4Ctrl: Add Workaround for A-011264
` [PATCH edk2-platforms 13/16] Silicon/NXP/Drivers: Implement PciCpuIo2Dxe Driver
` [PATCH edk2-platforms 14/16] Platform/NXP: LS1043aRdbPkg: Enable NetworkPkg
` [PATCH edk2-platforms 16/16] Platform/NXP: LS1043aRdbPkg : Increase fv image size

[PATCH v3 00/14] Add the VariablePolicy feature
 2020-05-26  1:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 05/14] OvmfPkg: Add VariablePolicy engine to OvmfPkg platform
 2020-05-25 18:02 UTC  (8+ messages)
  ` [edk2-devel] "
    ` [EXTERNAL] "
` [PATCH v3 07/14] ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform
  ` [edk2-devel] "
` [PATCH v3 09/14] MdeModulePkg: Connect VariablePolicy business logic to VariableServices
  ` [edk2-devel] "

[FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup
 2020-05-25 16:14 UTC  (8+ messages)
` [FIXUPS edk2-platforms 1/3] Silicon/Qemu: mirror Platform layout
  ` [edk2-devel] "
` [FIXUPS edk2-platforms 2/3] Silicon/Qemu: clean up SbsaQemu.dec
` [FIXUPS edk2-platforms 3/3] Maintainers.txt: update format
` [edk2-devel] [FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup

[edk2][PATCH 1/1] HttpBoot: handle servers which may FIN after file sizing in HttpBootLoadFile
 2020-05-25 12:48 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v2 0/3] MdeModulePkg changes for RISC-V edk2 port
 2020-05-25  1:49 UTC  (3+ messages)
` [PATCH v2 2/3] MdeModulePkg/CapsuleRuntimeDxe: Add RISCV64 arch
  ` [edk2-devel] "

[PATCH 1/1] CryptoPkg: Fix VS2017 build problem for ARM/AARCH64
 2020-05-25  0:57 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update
 2020-05-24  7:17 UTC  (2+ messages)

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 05/29/2020 9:30am-10:30am #cal-reminder
 2020-05-24  1:30 UTC 

[PATCH V4] SbsaQemu: EFI implementation for SbsaQemu platform
 2020-05-23 22:18 UTC  (2+ messages)

[PATCH v2] ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsics
 2020-05-22 19:04 UTC  (10+ messages)
  ` [edk2-devel] "

[PATCH v2] ArmPkg/PlatformBootManagerLib: connect non-discoverable USB hosts
 2020-05-22 19:03 UTC  (6+ messages)
  ` [edk2-devel] "

[PATCH] MdeModulePkg/NonDiscoverablePciDeviceDxe: connect handles on registration
 2020-05-22 17:04 UTC  (7+ messages)
  ` [edk2-devel] "

[PATCH v1 0/3] Compile AML bytecode array into OBJ file
 2020-05-22 12:01 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