public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-09-17 01:10:21 to 2019-09-19 00:23:01 UTC [more...]

[edk2-platforms Patch 0/2] Convert UNI files from UTF-16 to UTF-8
 2019-09-19  0:22 UTC  (2+ messages)
` [edk2-platforms Patch 1/2] Hisilicon: "

[PATCH 0/9] Various line ending and encoding fixes
 2019-09-19  0:18 UTC  (13+ messages)
` [PATCH 1/9] BaseTools: add missing newlines at end of files
` [PATCH 2/9] EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.inf
` [PATCH 3/9] NetworkPkg: add missing newline at end of file
` [PATCH 4/9] EmbeddedPkg: delete outdated FdtLib README.txt
` [PATCH 5/9] BaseTools: fix line endings in SetupGit.py Conf files
` [PATCH 6/9] DynamicTablesPkg: fix .dsc line ending
` [PATCH 7/9] ArmPkg: ArmScmiDxe - convert .h to UTF-8 from 8859-x
  ` [edk2-devel] "
` [PATCH 8/9] BaseTools: correct line endings for ConvertFce Python script
` [PATCH 9/9] EmbeddedPkg: convert Lauterbach README.txt to UTF-8
  ` [edk2-devel] "

[Patch] EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function
 2019-09-18 19:01 UTC  (3+ messages)
` [edk2-devel] "

[Patch V3] UefiCpuPkg/CpuExceptionHandlerLib: Fix split lock
 2019-09-18 17:57 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 00/35] edk2: clean up the usage of standardized (VOID*) typedefs
 2019-09-18 17:45 UTC  (58+ messages)
` [PATCH 01/35] DO NOT APPLY: edk2: turn standard handle types into pointers to non-VOID
  ` [edk2-devel] "
` [PATCH 02/35] EmbeddedPkg: add missing EFIAPI calling convention specifiers
` [PATCH 03/35] EmbeddedPkg/AndroidFastbootTransportTcpDxe: fix DestroyChild() call
` [PATCH 04/35] EmbeddedPkg/Universal/MmcDxe: "fix" CloseProtocol() call in BindingStop()
` [PATCH 05/35] EmulatorPkg/DxeTimerLib: drop superfluous cast
` [PATCH 06/35] EmulatorPkg: stop abusing EFI_HANDLE for keystroke notify registration
` [PATCH 07/35] MdeModulePkg: fix cast in GetModuleInfoFromHandle() calls
` [PATCH 08/35] MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLE
` [PATCH 09/35] MdeModulePkg: stop abusing EFI_EVENT for protocol notify registration
` [PATCH 10/35] MdeModulePkg/PlatformVarCleanupLib: fix HiiConstructConfigHdr() call
` [PATCH 11/35] MdeModulePkg: document workaround for EFI_RUNTIME_EVENT_ENTRY PI spec bug
` [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()
` [PATCH 14/35] MdeModulePkg: fix UninstallMultipleProtocolInterfaces() calls
` [PATCH 15/35] MdeModulePkg/PiSmmCore: make type punning consistent
` [PATCH 16/35] MdeModulePkg/S3SaveState: cast Position for S3BootScriptLib explicitly
` [PATCH 17/35] MdePkg/DxeServicesLib: remove bogus cast
  ` [edk2-devel] "
` [PATCH 18/35] NetworkPkg/DxeNetLib: fix type typo in NetLibGetMacAddress()
` [PATCH 19/35] NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces calls
` [PATCH 20/35] NetworkPkg/Ip4Dxe: fix NetLibDestroyServiceChild() call
` [PATCH 21/35] NetworkPkg/TcpDxe: fix SockFreeFoo() parameter list
` [PATCH 22/35] OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() call
` [PATCH 23/35] OvmfPkg/VirtioNetDxe: fix SignalEvent() call
` [PATCH 24/35] OvmfPkg/PlatformDxe: fix EFI_HII_HANDLE parameters of internal functions
` [PATCH 25/35] OvmfPkg/VideoDxe: document EFI_EDID_OVERRIDE_PROTOCOL.GetEdid() call
` [PATCH 26/35] SecurityPkg: fix UninstallMultipleProtocolInterfaces() calls
` [PATCH 27/35] SecurityPkg: stop abusing EFI_EVENT for protocol notify registration
` [PATCH 28/35] ShellPkg/UefiShellDriver1CommandsLib: fix parameter list typo
` [PATCH 29/35] ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLE
` [PATCH 30/35] ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLE
` [PATCH 31/35] ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() call
` [PATCH 32/35] ShellPkg/UefiShellLib: clarify workaround for unfixable EdkShell bug
` [PATCH 33/35] StandaloneMmPkg/Core: stop abusing EFI_HANDLE for FwVolHeader tracking
` [PATCH 34/35] UefiPayloadPkg/BlSupportPei: fix MMCONFIG assignment from XSDT
` [PATCH 35/35] UefiPayloadPkg/BlSupportDxe: fix ReserveResourceInGcd() calls

[edk2] DxeIpl : create page table, occupied too much memory range
 2019-09-18 17:10 UTC  (4+ messages)
` [edk2-devel] "
  ` 答复: "

[PATCH 0/3] Arm builds on Visual Studio
 2019-09-18 16:43 UTC  (5+ messages)
` [PATCH 1/3] ArmPkg/MdePkg : Unify INF files format
` [PATCH 2/3] ARM/Assembler: Correct syntax from RVCT for MSFT
` [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

[PATCH 1/3] ArmPkg/MdePkg : Unify INF files format
 2019-09-18 16:05 UTC  (3+ messages)
` [PATCH 2/3] ARM/Assembler: Correct syntax from RVCT for MSFT
` [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

[Patch V3] UefiCpuPkg/CpuExceptionHandlerLib: Fix split lock
 2019-09-18 15:23 UTC  (3+ messages)
` [edk2-devel] "

[PATCH edk2-CCSS 0/3] Coding Standards: add rule for documenting spurious variable assignments
 2019-09-18 10:18 UTC  (8+ messages)
      ` [edk2-devel] "

[PATCH] BaseTools:Change the way that get some VpdPcd information
 2019-09-18  9:43 UTC 

[PATCH v2 1/1] uefi-sct/SctPkg AdapterInfo SetInformation may return unsupported
 2019-09-18  8:48 UTC 

[PATCH V3 0/3] MdeModulePkg/TerminalConsole: Extend the support terminal types
 2019-09-18  8:46 UTC  (5+ messages)
` [PATCH V3 1/3] MdeModulePkg: Extend the support keyboard type of Terminal console
` [PATCH V3 2/3] MdeModulePkg/TerminalDxe: Extend the terminal console support types
` [PATCH V3 3/3] MdeModulePkg/BM_UI: Add the new terminal types to related menu

[PATCH v3] BaseTools/LzmaCompress: Add two switches
 2019-09-18  8:30 UTC 

[edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
 2019-09-18  8:13 UTC  (4+ messages)

[PATCH v2 0/1] BaseTools: Add more parameter checking for CopyFileOnChange()
 2019-09-18  8:07 UTC  (3+ messages)
` [PATCH v2 1/1] "
  ` [edk2-devel] "

[PATCH] MdePkg: Changes in comments
 2019-09-18  7:33 UTC 

[PATCH v4] MinPlatformPkg/TestPointCheckLib: Add check for pointers
 2019-09-18  6:57 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3] MinPlatformPkg/TestPointCheckLib: Add check for pointers
 2019-09-18  5:51 UTC  (2+ messages)

[patch v2 0/5] Unload image on EFI_SECURITY_VIOLATION
 2019-09-18  5:28 UTC  (9+ messages)
` [patch v2 1/5] EmbeddedPkg: "
` [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-test][Patch] uefi-sct/SctPkg: Fix invalid attribute combination
 2019-09-18  2:38 UTC 

[PATCH v1 1/1] MdeModulePkg/NvmExpressDxe: Allow other NSIDs for Admin commands
 2019-09-18  1:07 UTC  (6+ messages)
          ` [edk2-devel] "

Updated Event: TianoCore Design Meeting - APAC/NAMO #cal-invite
 2019-09-17 21:49 UTC 

[PATCH v2] MinPlatformPkg/TestPointCheckLib: Add return value when OutTable is NULL
 2019-09-17 21:46 UTC  (4+ messages)

Updated Event: TianoCore Bug Triage - APAC / NAMO #cal-invite
 2019-09-17 21:46 UTC 

Cancelled Event: TianoCore Design / Bug Triage - EMEA - Wednesday, 18 September 2019 #cal-cancelled
 2019-09-17 21:45 UTC 

[PATCH] MinPlatformPkg/TestPointCheckLib: Add check for pointers
 2019-09-17 21:42 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v1 0/1] DisplayLink GOP driver USB msg initialisation
 2019-09-17 15:32 UTC  (4+ messages)
` [PATCH v1 1/1] Drivers/DisplayLink/DisplayLinkPkg DisplayLinkGop
    ` [External] "

[PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-09-17 15:24 UTC  (5+ messages)
` [PATCH 1/2] q35: implement 128K SMRAM "
` [PATCH 2/2] tests: q35: MCH: add default SMBASE SMRAM lock test
` [edk2-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address

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

[PATCH] MdePkg:Include: Update SmBios header file
 2019-09-17 14:42 UTC  (3+ messages)
  ` [edk2-devel] "

[Qemu-devel] [edk2-rfc] [edk2-devel] CPU hotplug using SMM with QEMU+OVMF
 2019-09-17 14:38 UTC  (7+ messages)
` [PATCH] q35: lpc: allow to lock down 128K RAM at default SMBASE address
        ` [edk2-devel] "
          ` [staging/branch]: CdePkg - C Development Environment Package

[PATCH V2 0/3] MdeModulePkg/TerminalConsole: Extend the support terminal types
 2019-09-17 14:32 UTC  (13+ messages)
` [PATCH V2 1/3] MdeModulePkg: Extend the support keyboard type of Terminal console
` [PATCH V2 2/3] MdeModulePkg/TerminalDxe: Extend the terminal console support types
` [PATCH V2 3/3] MdeModulePkg/BM_UI: Add the new terminal types to related menu
` [edk2-devel] [PATCH V2 0/3] MdeModulePkg/TerminalConsole: Extend the support terminal types
  ` [edk2-devel] [PATCH V2 2/3] MdeModulePkg/TerminalDxe: Extend the terminal console support types

[PATCH 00/22] RISC-V EDK2 Port on edk2-staging/RISC-V-V2 branch
 2019-09-17 14:26 UTC  (31+ messages)
` [edk2-staging/RISC-V-V2 PATCH v1 01/22]: RiscVPkg: RISC-V processor package
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v1 02/22]: RiscVPkg/Include: Add header files of RISC-V CPU package
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v1 04/22]: MdePkg/Include: RISC-V definitions
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v1 07/22]: MdePkg/BaseIoLibIntrinsic: RISC-V I/O intrinsic functions
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v1 11/22]: BaseTools: BaseTools changes for RISC-V platform
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2 PATCH v1 13/22]: MdePkg/Include: Update SmBios header file
  ` [edk2-devel] "

[PATCH] StandaloneMmPkg: make package .DSC file build again
 2019-09-17  8:53 UTC  (6+ messages)

[Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
 2019-09-17  7:17 UTC  (3+ messages)

[PATCH] MdeModulePkg: Add missing sourceX for Blt
 2019-09-17  6:59 UTC  (3+ messages)

[PATCH v2 0/2] *** Add VS2019 Support ***
 2019-09-17  6:31 UTC  (4+ messages)
` [PATCH v2 1/2] Add VS2019 Toolchain def
  ` [edk2-devel] "
` [PATCH v2 2/2] Add VS2019 Support on ToolSetup Batches

[PATCH v2] BaseTools/LzmaCompress: Add two switches
 2019-09-17  5:59 UTC 

[edk2-devel] [PATCH 1/1] uefi-sct/SctPkg: SNP ReceiveFilters may be unsupported
 2019-09-17  5:09 UTC 

[RFC] EDK II Continuous Integration Phase 1
 2019-09-17  3:46 UTC  (2+ messages)
` [edk2-devel] "

[Patch 0/6] Clean up NetworkPkg
 2019-09-17  3:15 UTC  (9+ messages)
` [Patch 1/6] NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkg
` [Patch 2/6] MdeModulePkg: Remove network related guid definitions from MdeModulePkg.dec
  ` [edk2-devel] "
` [Patch 3/6] NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.dec
` [Patch 4/6] NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined "
` [Patch 5/6] MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize
` [Patch 6/6] NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF
` [edk2-devel] [Patch 0/6] Clean up NetworkPkg

[edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package
 2019-09-17  2:20 UTC 

[Patch 0/3] Clean BaseTools code for build performance
 2019-09-17  1:53 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v5 1/1] MdePkg: UefiLib: Add a function to check if a language is supported
 2019-09-17  1:42 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT
 2019-09-17  1:41 UTC  (2+ messages)
  ` [edk2-devel] "

[Patch v2] SecurityPkg Tcg2Config: Move common definitions to new Tcg2Internal.h
 2019-09-17  1:28 UTC  (3+ messages)

[PATCH 0/2] Update lib class header files in DEC files
 2019-09-17  1:26 UTC  (4+ messages)
` [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h

[PATCH] Change package reviewer of CryptoPkg
 2019-09-17  1:18 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package
 2019-09-17  1:12 UTC 


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