public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-09-23 08:36:37 to 2019-09-25 10:04:52 UTC [more...]

[edk2-platforms][PATCH V2 00/15] Move ClevoOpenBoardPkg/N1xxWU Contents to KabylakeOpenBoardPkg
 2019-09-25 10:04 UTC  (31+ messages)
` [edk2-platforms][PATCH V2 01/15] Platform/Intel: Remove N1xxWU board build option
  ` [edk2-devel] "
` [edk2-platforms][PATCH V2 02/15] ClevoOpenBoardPkg: Remove package contents
  ` [edk2-devel] "
` [edk2-platforms][PATCH V2 03/15] ClevoOpenBoardPkg: Remove global files and references
  ` [edk2-devel] "
` [edk2-platforms][PATCH V2 04/15] KabylakeOpenBoardPkg: Move policy update libs to KabylakeRvp3 board
` [edk2-platforms][PATCH V2 05/15] KabylakeOpenBoardPkg: Move EcCommands.h "
` [edk2-platforms][PATCH V2 06/15] KabylakeOpenBoardPkg: Move flash map to board
` [edk2-platforms][PATCH V2 07/15] KabylakeOpenBoardPkg: Add PeiSerialPortLibSpiFlash
` [edk2-platforms][PATCH V2 08/15] KabylakeOpenBoardPkg/GalagoPro3: Add headers
` [edk2-platforms][PATCH V2 09/15] KabylakeOpenBoardPkg/GalagoPro3: Add library instances
` [edk2-platforms][PATCH V2 10/15] KabylakeOpenBoardPkg/GalagoPro3: Add modules
` [edk2-platforms][PATCH V2 11/15] KabylakeOpenBoardPkg: Consolidate board IDs in a single file
` [edk2-platforms][PATCH V2 12/15] KabylakeOpenBoardPkg: Add board ID to Global NVS
` [edk2-platforms][PATCH V2 13/15] KabylakeOpenBoardPkg/BoardAcpiDxe: Add Synaptics PS/2 mouse
` [edk2-platforms][PATCH V2 14/15] KabylakeOpenBoardPkg/GalagoPro3: Add build files
` [edk2-platforms][PATCH V2 15/15] Add GalagoPro3 board details to global build and documentation
` [edk2-devel] [edk2-platforms][PATCH V2 00/15] Move ClevoOpenBoardPkg/N1xxWU Contents to KabylakeOpenBoardPkg

[PATCH v2] MdeModulePkg: Enable/Disable S3BootScript dynamically
 2019-09-25  9:21 UTC 

[PATCH] MdeModulePkg: Enable/Disable S3BootScript dynamically
 2019-09-25  8:47 UTC  (3+ messages)
` [edk2-devel] "

[RFC PATCH v2 00/44] SEV-ES guest support
 2019-09-25  8:27 UTC  (17+ messages)
` [RFC PATCH v2 02/44] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
  ` [edk2-devel] "
` [RFC PATCH v2 03/44] OvmfPkg: Add support to perform SEV-ES initialization
  ` [edk2-devel] "
` [RFC PATCH v2 04/44] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
  ` [edk2-devel] "
` [RFC PATCH v2 06/44] OvmfPkg: Create a GHCB page for use during Sec phase
  ` [edk2-devel] "
` [RFC PATCH v2 07/44] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
  ` [edk2-devel] "
  ` [edk2-devel] [RFC PATCH v2 00/44] SEV-ES guest support

[PATCH 00/35] edk2: clean up the usage of standardized (VOID*) typedefs
 2019-09-25  8:13 UTC  (48+ messages)
` [PATCH 03/35] EmbeddedPkg/AndroidFastbootTransportTcpDxe: fix DestroyChild() call
  ` [edk2-devel] "
` [PATCH 06/35] EmulatorPkg: stop abusing EFI_HANDLE for keystroke notify registration
  ` [edk2-devel] "
` [PATCH 07/35] MdeModulePkg: fix cast in GetModuleInfoFromHandle() calls
  ` [edk2-devel] "
` [PATCH 08/35] MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLE
  ` [edk2-devel] "
` [PATCH 10/35] MdeModulePkg/PlatformVarCleanupLib: fix HiiConstructConfigHdr() call
  ` [edk2-devel] "
` [PATCH 12/35] MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registration
  ` [edk2-devel] "
` [PATCH 13/35] MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()
  ` [edk2-devel] "
` [PATCH 17/35] MdePkg/DxeServicesLib: remove bogus cast
  ` [edk2-devel] "
` [PATCH 18/35] NetworkPkg/DxeNetLib: fix type typo in NetLibGetMacAddress()
  ` [edk2-devel] "
` [PATCH 20/35] NetworkPkg/Ip4Dxe: fix NetLibDestroyServiceChild() call
  ` [edk2-devel] "
` [PATCH 21/35] NetworkPkg/TcpDxe: fix SockFreeFoo() parameter list
  ` [edk2-devel] "
` [PATCH 22/35] OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() call
  ` [edk2-devel] "
` [PATCH 25/35] OvmfPkg/VideoDxe: document EFI_EDID_OVERRIDE_PROTOCOL.GetEdid() call
  ` [edk2-devel] "
` [PATCH 26/35] SecurityPkg: fix UninstallMultipleProtocolInterfaces() calls
  ` [edk2-devel] "
` [PATCH 27/35] SecurityPkg: stop abusing EFI_EVENT for protocol notify registration
  ` [edk2-devel] "
` [PATCH 28/35] ShellPkg/UefiShellDriver1CommandsLib: fix parameter list typo
  ` [edk2-devel] "
` [PATCH 30/35] ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLE
  ` [edk2-devel] "
` [PATCH 31/35] ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() call
  ` [edk2-devel] "
` [PATCH 35/35] UefiPayloadPkg/BlSupportDxe: fix ReserveResourceInGcd() calls
  ` [edk2-devel] "
` [edk2-devel] [PATCH 00/35] edk2: clean up the usage of standardized (VOID*) typedefs

[PATCH] MdeModulePkg: Add missing sourceX for Blt
 2019-09-25  4:44 UTC  (4+ messages)
    ` [edk2-devel] "

[Patch] MdePkg Base.h: Define STATIC_ASSERT macro as empty for EBC arch
 2019-09-25  4:40 UTC  (5+ messages)
` [edk2-devel] "

[PATCH 0/1] Fix eMMC bus timing switch issue
 2019-09-25  3:33 UTC  (3+ messages)
` [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe: Fix bus timing switch sequence

Cancelled Event: TianoCore Design / Bug Triage - EMEA - Wednesday, 25 September 2019 #cal-cancelled
 2019-09-25  2:25 UTC  (2+ messages)
` [edk2-devel] "

[edk2-test][Patch] uefi-sct/SctPkg: Add MediaPresentSupported check
 2019-09-25  2:18 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-devel] [patch v3 0/5] Unload image on EFI_SECURITY_VIOLATION
 2019-09-25  2:05 UTC  (2+ messages)

[edk2-test] [PATCH 1/1] uefi-sct/SctPkg: use EFI_UNICODE_COLLATION_PROTOCOL2_GUID
 2019-09-25  1:45 UTC  (3+ messages)
  ` [edk2-devel] "

[Patch] Maintainers.txt: Move ShellBin maintainers to EDK II Releases section
 2019-09-25  0:43 UTC  (9+ messages)
` [edk2-devel] "

[edk2/master PATCHv1 1/1] OvmfPkg: Make SOURCE_DEBUG_ENABLE actually need to be set to TRUE
 2019-09-24 23:43 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 1/1] edk2-platforms: Add __pycache__ to .gitignore
 2019-09-24 21:25 UTC  (2+ messages)

[PATCH 1/1] uefi-sct/SctPkg: network: missing EFIAPI
 2019-09-24 20:16 UTC 

[PATCH 0/7] Strip trailing whitespace
 2019-09-24 16:05 UTC  (14+ messages)
` [PATCH 1/7] ArmPkg: strip "
  ` [edk2-devel] "
` [PATCH 2/7] ArmPlatformPkg: "
  ` [edk2-devel] "
` [PATCH 4/7] EmulatorPkg: "
  ` [edk2-devel] "
` [PATCH 6/7] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH 7/7] UefiCpuPkg: "
  ` [edk2-devel] "

Upcoming Event: TianoCore Design / Bug Triage - EMEA - Wed, 09/25/2019 8:00am-9:00am #cal-reminder
 2019-09-24 15:00 UTC 

[RFC] EDK II Continuous Integration Phase 1
 2019-09-24 14:05 UTC  (6+ messages)
  ` [edk2-devel] "

[patch v3 0/5] Unload image on EFI_SECURITY_VIOLATION
 2019-09-24 13:42 UTC  (8+ messages)
` [patch v3 1/5] EmbeddedPkg: "
` [patch v3 2/5] MdeModulePkg/DxeCapsuleLibFmp: "
` [patch v3 3/5] MdeModulePkg/UefiBootManager: "
  ` [edk2-devel] "
` [patch v3 4/5] MdeModulePkg/PlatformDriOverride: "
` [patch v3 5/5] ShellPkg: "

[PATCH] MdeModulePkg/FrameBufferBltLib: Correctly consider SourceX
 2019-09-24 13:20 UTC  (4+ messages)

[Patch 00/10 V8] Enable multiple process AutoGen
 2019-09-24 12:49 UTC  (5+ messages)
` [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen
  ` [edk2-devel] "

[PATCH] WinHost: Add SimplePointer support
 2019-09-24 12:46 UTC 

[PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-09-24 11:47 UTC  (8+ messages)
` [PATCH 1/2] q35: implement 128K SMRAM "
  ` [Qemu-devel] "
    ` [edk2-devel] "

[PATCH wave 1 00/10] support QEMU's "SMRAM at default SMBASE" feature
 2019-09-24 11:44 UTC  (13+ messages)
` [PATCH wave 1 01/10] OvmfPkg: introduce PcdQ35SmramAtDefaultSmbase
` [PATCH wave 1 02/10] OvmfPkg/IndustryStandard: increase vertical whitespace in Q35 macro defs
  ` [edk2-devel] "
` [PATCH wave 1 03/10] OvmfPkg/IndustryStandard: add MCH_DEFAULT_SMBASE* register macros
` [PATCH wave 1 04/10] OvmfPkg/PlatformPei: factor out Q35BoardVerification()
  ` [edk2-devel] "
` [PATCH wave 1 05/10] OvmfPkg/PlatformPei: detect SMRAM at default SMBASE (skeleton)
` [PATCH wave 1 06/10] OvmfPkg/PlatformPei: assert there's no permanent PEI RAM at default SMBASE
` [PATCH wave 1 07/10] OvmfPkg/PlatformPei: reserve the SMRAM at the default SMBASE, if it exists
` [PATCH wave 1 08/10] OvmfPkg/SEV: don't manage the lifecycle of the SMRAM at the default SMBASE
` [PATCH wave 1 09/10] OvmfPkg/SmmAccess: close and lock SMRAM at "
` [PATCH wave 1 10/10] OvmfPkg/PlatformPei: detect SMRAM at default SMBASE (for real)

[patch v2 0/5] Unload image on EFI_SECURITY_VIOLATION
 2019-09-24 10:37 UTC  (12+ messages)
` [patch v2 1/5] EmbeddedPkg: "
  ` [edk2-devel] "
` [patch v2 2/5] MdeModulePkg/DxeCapsuleLibFmp: "
  ` [edk2-devel] "
` [patch v2 3/5] MdeModulePkg/UefiBootManager: "
  ` [edk2-devel] "
` [patch v2 4/5] MdeModulePkg/PlatformDriOverride: "
  ` [edk2-devel] "
` [patch v2 5/5] ShellPkg: "
  ` [edk2-devel] "

BaseTools --hash malfunction after migrate from stable201905 to stable201908
 2019-09-24  8:12 UTC  (2+ messages)

[edk2-test][Patch] uefi-sct/SctPkg: Add MediaPresentSupported check
 2019-09-24  3:33 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms] Update Packages on Bugzilla
 2019-09-24  2:29 UTC  (2+ messages)

[edk2-staging/RISC-V-V2 PATCH v2 00/29] RISC-V EDK2 Port on
 2019-09-24  2:02 UTC  (15+ messages)
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 04/29] MdePkg: RISC-V RV64 binding in MdePkg
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 05/29] MdePkg/Include: RISC-V definitions
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 07/29] MdePkg/BaseLib: BaseLib for RISC-V RV64 Processor
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 09/29] MdePkg/BaseIoLibIntrinsic: RISC-V I/O intrinsic functions
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 13/29] MdeModulePkg/Logo
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 10/29] MdePkg/BasePeCoff: Add RISC-V PE/Coff related code
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 14/29] NetworkPkg
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 08/29] MdePkg/BaseCacheMaintenanceLib: RISC-V cache maintenance implementation
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 11/29] MdePkg/BaseCpuLib: RISC-V Base CPU library implementation
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 12/29] MdePkg/BaseSynchronizationLib: RISC-V cache related code
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 20/29] MdeModulePkg/DxeIplPeim : RISC-V platform level DxeIPL
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 06/29] MdeModulePkg/CapsuleRuntimeDxe: Add RISCV64 arch
  ` [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 25/29] BaseTools/Scripts

[edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 00/29] RISC-V EDK2 Port on
 2019-09-24  1:52 UTC 

[PATCH 0/3] Arm builds on Visual Studio
 2019-09-24  1:28 UTC  (6+ messages)
    ` [edk2-devel] "

[PATCH v3 0/2] *** Add VS2019 Support ***
 2019-09-24  0:44 UTC  (2+ messages)
` [edk2-devel] "

[edk2-non-osi][PATCH V1 1/1] edk2-non-osi: Rename ClevoOpenBoardBinPkg to KabylakeOpenBoardBinPkg
 2019-09-23 22:39 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms][PATCH V1 00/12] Move ClevoOpenBoardPkg/N1xxWU Contents to KabylakeOpenBoardPkg
 2019-09-23 22:39 UTC  (34+ messages)
` [edk2-platforms][PATCH V1 01/12] Platform/Intel: Remove N1xxWU board build option
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 02/12] ClevoOpenBoardPkg: Remove package contents
` [edk2-platforms][PATCH V1 03/12] ClevoOpenBoardPkg: Remove global files and references
` [edk2-platforms][PATCH V1 04/12] KabylakeOpenBoardPkg: Move policy update libs to KabylakeRvp3 board
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 05/12] KabylakeOpenBoardPkg: Move EcCommands.h "
` [edk2-platforms][PATCH V1 06/12] KabylakeOpenBoardPkg: Move flash map to board
` [edk2-platforms][PATCH V1 07/12] KabylakeOpenBoardPkg: Add PeiSerialPortLibSpiFlash
` [edk2-platforms][PATCH V1 08/12] KabylakeOpenBoardPkg/GalagoPro3: Add headers
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 09/12] KabylakeOpenBoardPkg/GalagoPro3: Add library instances
` [edk2-platforms][PATCH V1 10/12] KabylakeOpenBoardPkg/GalagoPro3: Add modules
    ` [edk2-devel] "
` [edk2-platforms][PATCH V1 11/12] KabylakeOpenBoardPkg/GalagoPro3: Add build files
  ` [edk2-devel] "
` [edk2-platforms][PATCH V1 12/12] Add GalagoPro3 board details to global build and documentation

[edk2-platforms][PATCH V1 1/1] ClevoOpenBoardPkg/N1xxWU: Enable Synaptics touchpad support in OS
 2019-09-23 22:34 UTC  (3+ messages)
` [edk2-devel] "

[Patch] BaseTools: init DependencyHeaderFileSet for each MakeFile class
 2019-09-23 14:27 UTC  (2+ messages)

[edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: New PCI features Max_Payload_Size, Max_Read_Req_Size
 2019-09-23 14:20 UTC 

How to fill EFI_VARIABLE_AUTHENTICATION_2 descriptor properly
 2019-09-23 14:02 UTC 

[PATCH] MdeModulePkg/UfsPassThru : Fix UFS flag read from Query Resp UPIU
 2019-09-23 11:48 UTC 

[PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line
 2019-09-23  9:53 UTC  (5+ messages)
` [PATCH v2] UserInterfaceFeaturePkg: "
  ` [edk2-devel] "
` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format
  ` [edk2-devel] "


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