messages from 2018-10-22 08:53:03 to 2018-10-25 15:05:20 UTC [more...]
[Patch 0/2 V2] Update .nasm to support $(INC)-like support
2018-10-25 15:05 UTC (3+ messages)
` [Patch 1/2 V2] BaseTools: Add $(INC)-like support when compiling .nasm files
` [Patch 2/2 V2] BaseTools: Update nasm file build rule to support $(INC)
[Patch 0/2] Update .nasm to support $(INC)-like support
2018-10-25 14:27 UTC (5+ messages)
` [Patch 1/2] BaseTools: Add $(INC)-like support when compiling .nasm files
` [Patch 2/2] BaseTools: Update nasm file build rule to support $(INC)
[Patch v3 0/6] BaseTools/GenFds: cleanup GenFds
2018-10-25 13:57 UTC (10+ messages)
` [Patch v3 1/6] "
` [Patch v3 2/6] BaseTools/GenFds: change objects to sets
` [Patch v3 3/6] Basetools/GenFds: refactor class FV
` [Patch v3 4/6] BaseTools/GenFds: remove MacroDict parameter
` [Patch v3 5/6] BaseTools/GenFds: refactor FdfParser warnings
` [Patch v3 6/6] BaseTools/GenFds: create and use new variable in FdfParser
[Patch] FDF spec: Add PI1.5 standalone SMM support in FDF file
2018-10-25 13:26 UTC (2+ messages)
[PATCH] CryptoPkg/BaseCryptLib: Fix potential integer overflow issue
2018-10-25 13:23 UTC (3+ messages)
[PATCH 1/2] ShellPkg-Shell App: Provide fully-qualified path to shell scripts
2018-10-25 12:55 UTC (4+ messages)
[PATCH v2 0/4] SdMmcOverride extension
2018-10-25 12:43 UTC (6+ messages)
[PATCH v2] BaseTools: Allow multiple PciDeviceId in Fdf OptionROM override
2018-10-25 12:11 UTC (2+ messages)
[PATCH 0/4] Remove unnecessary Map/Unmap in XhciDxe/EhciDxe for AsyncInterruptTransfer
2018-10-25 10:58 UTC (5+ messages)
` [PATCH 1/4] MdeModulePkg XhciDxe: Extract new XhciInsertAsyncIntTransfer function
` [PATCH 2/4] MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer function
` [PATCH 3/4] MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransfer
` [PATCH 4/4] MdeModulePkg EhciDxe: "
[PATCH 0/2] MdeModulePkg/UsbBusPei: validate HW data before using
2018-10-25 10:11 UTC (3+ messages)
` [PATCH 1/2] MdeModulePkg/UsbBusPei: Fix out-of-bound read access to descriptors
` [PATCH 2/2] MdeModulePkg/UsbBusPei: Reject descriptor whose length is bad
[Patch 0/2] Mtftp: Correct the total received and saved block number
2018-10-25 8:56 UTC (3+ messages)
` [Patch 1/2] MdeModulePke/Mtftp4Dxe: "
` [Patch 2/2] NetworkPkg/Mtftp6Dxe: "
[PATCH v2] IntelFsp2Pkg: FSP should not override IDT
2018-10-25 8:15 UTC (4+ messages)
[PATCH v1 0/1] StandaloneMM: Update permissions for Standalone MM drivers memory area
2018-10-25 7:46 UTC (2+ messages)
` [PATCH v1 1/1] "
[PATCH v3 0/6] ArmPkg related changes for StandaloneMM package
2018-10-25 7:32 UTC (7+ messages)
` [PATCH v3 1/6] ArmPkg: Add PCDs needed for MM communication driver
` [PATCH v3 2/6] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver
` [PATCH v3 3/6] ArmPkg/Include: Fix the SPM version SVC ID
` [PATCH v3 4/6] ArmPkg/Include: Add MM interface SVC return codes
` [PATCH v3 5/6] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0
` [PATCH v3 6/6] ArmPkg/ArmMmuLib: Add MMU library inf file "
[Patch] FDF Spec: Add the $(PCD) usage in the [FD] section
2018-10-25 7:32 UTC (2+ messages)
[Patch] BaseTools: Fix VPD PCD Sub-section display bug
2018-10-25 7:29 UTC (2+ messages)
[Patch] BaseTools: list .nasm include inc files as its dependency
2018-10-25 7:28 UTC (2+ messages)
[PATCH v4 0/6] Introduce freed-memory guard feature
2018-10-25 7:20 UTC (8+ messages)
` [PATCH v4 1/6] MdeModulePkg: cleanup Heap Guard pool/page type PCD documentation
` [PATCH v4 2/6] MdeModulePkg: introduce UEFI freed-memory guard bit in HeapGuard PCD
` [PATCH v4 3/6] UefiCpuPkg/CpuDxe: consider freed-memory guard in non-stop mode
` [PATCH v4 4/6] UefiCpuPkg/CpuDxe: prevent recursive calling of InitializePageTablePool
` [PATCH v4 5/6] MdeModulePkg/Core: prevent re-acquire GCD memory lock
` [PATCH v4 6/6] MdeModulePkg/Core: add freed-memory guard feature
[PATCH 1/1] SD : Continue setting up sd even if SD_HIGH_SPEED is not supported
2018-10-25 6:56 UTC
[Patch] UefiCpuPkg/RegisterCpuFeaturesLib: Support combo CPU feature style
2018-10-25 6:50 UTC
[PATCH v3 0/6] Introduce freed-memory guard feature
2018-10-25 6:28 UTC (16+ messages)
` [PATCH v3 1/6] MdeModulePkg: cleanup Heap Guard pool/page type PCD documentation
` [PATCH v3 2/6] MdeModulePkg: introduce UEFI freed-memory guard bit in HeapGuard PCD
` [PATCH v3 3/6] UefiCpuPkg/CpuDxe: consider freed-memory guard in non-stop mode
` [PATCH v3 4/6] UefiCpuPkg/CpuDxe: prevent recursive calling of InitializePageTablePool
` [PATCH v3 5/6] MdeModulePkg/Core: prevent re-acquire GCD memory lock
` [PATCH v3 6/6] MdeModulePkg/Core: add freed-memory guard feature
[PATCH 1/1] BaseTools: Use VENDOR_DEVICE_PATH structure for Debug Port device path
2018-10-25 6:00 UTC
[PATCH 0/4] EmbeddedPkg/DwEmmc: Fix bugs causing DwEmmc to fail to initialize
2018-10-25 5:52 UTC (5+ messages)
` [PATCH 1/4] EmbeddedPkg/DwEmmc: Remove unnecessary MicroSecondDelay
` [PATCH 2/4] EmbeddedPkg/DwEmmc: Fix SendCommand parameters
` [PATCH 3/4] EmbeddedPkg/DwEmmc: Fix DMA transfer length
` [PATCH 4/4] EmbeddedPkg/DwEmmc: Check DMA completion in SendCommand
[PATCH 1/1] BaseTools: Fix BPDG tool print traceback info issue
2018-10-25 5:51 UTC
[Patch 0/6] Fix coding style issues
2018-10-25 5:50 UTC (9+ messages)
` [Patch 1/6] UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure for VS2012 and GCC49
` [Patch 2/6] UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end
` [Patch 3/6] UefiCpuPkg/RegisterCpuFeaturesLib: Fix ECC issues
` [Patch 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Remove white space at line end
` [Patch 5/6] UefiCpuPkg/PiSmmCpuDxeSmm: Clean up useless code
` [Patch 6/6] UefiCpuPkg/PiSmmCpuDxeSmm: Fix build failure for VS2012 and GCC49
[PATCH 2/2] ShellPkg-Shell App: Provide fully-qualified path to shell scripts
2018-10-25 5:48 UTC (3+ messages)
[Patch V2] BaseTools: Fix the bug for Pcd used in command line's override
2018-10-25 0:29 UTC (2+ messages)
[Patch] BaseTools: Move PcdValueInit to platform build folder
2018-10-24 14:37 UTC (2+ messages)
[Patch] BaseTool: Filter out unused structure pcds
2018-10-24 14:34 UTC (2+ messages)
[PATCH] BaseTools:Not miss the full assign value of FixedAtBuild structure PCD
2018-10-24 13:01 UTC
[edk2-InfSpecification PATCH] INF Spec: Amend the OptionROM spec to allow multiple PCI_DEVICE_IDs
2018-10-24 11:42 UTC
[edk2-FdfSpecification PATCH] Amend the OptionROM spec to allow multiple PCI_DEVICE_IDs
2018-10-24 11:42 UTC
[PATCH] IntelSiliconPkg VTdDxe: Option to force no early access attr request
2018-10-24 11:22 UTC (2+ messages)
[PATCH] IntelSiliconPkg VTdDxe: Report status code for VTd error
2018-10-24 11:22 UTC (2+ messages)
[PATCH v2 0/7] ArmPkg related changes for StandaloneMM package
2018-10-24 11:05 UTC (8+ messages)
` [PATCH v2 7/7] ArmPkg: Extra action to update permissions for S-ELO MM Image
[PATCH] BaseTools: Allow multiple PciDeviceId in Fdf OptionROM override
2018-10-24 10:15 UTC (5+ messages)
[PATCH 0/4] OvmfPkg: simply use the Bochs interface for vmsvga
2018-10-24 9:16 UTC (6+ messages)
` [PATCH 1/4] Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"
` [PATCH 2/4] Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
` [PATCH 3/4] Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"
` [PATCH 4/4] OvmfPkg: simply use the Bochs interface for vmsvga
[PATCH] BaseTools: Not convert the void* pcd string in command line to array
2018-10-24 7:30 UTC (2+ messages)
[PATCH V2] BaseTools: Convert "Unicode string" to "byte array" if value type diff
2018-10-24 7:26 UTC (2+ messages)
[PATCH V2] BaseTool: Support different PCDs that refers to the same EFI variable
2018-10-24 7:26 UTC (4+ messages)
[PATCH] BaseTools:Translate the StructurePCD value in field to correct format
2018-10-24 7:25 UTC (2+ messages)
[PATCH] BaseTools: add ASSERT checker for array buffer in fdf and command line
2018-10-24 7:24 UTC (2+ messages)
[Patch] BaseTools: Fix the bug for Pcd used in command line's override
2018-10-24 6:47 UTC
[PATCH] FatBinPkg: Remove FatBinPkg and modify document
2018-10-24 5:26 UTC (5+ messages)
[PATCH] MdePkg-BaseLib: Fix PathCleanUpDirectories() issue with "\\..\\.."
2018-10-24 4:44 UTC (3+ messages)
[PATCH v2 0/3] NvmExpressDxe: Bug fixes within NvmExpressPassThru()
2018-10-24 4:08 UTC (5+ messages)
` [PATCH v2 1/3] MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru
` [PATCH v2 2/3] MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packet
` [PATCH v2 3/3] MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behavior
[patch 0/3] MdePkg/UefiDevicePathLib: Enahncement for Sata/Usbxx/AcpiExp device path
2018-10-24 3:51 UTC (2+ messages)
[PATCH] OvmfPkg: initialize bochs when initializing vmsvga
2018-10-24 1:33 UTC (7+ messages)
[PATCH v1 0/3] NvmExpressDxe: Bug fixes within NvmExpressPassThru()
2018-10-24 0:59 UTC (8+ messages)
` [PATCH v1 1/3] MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru
` [PATCH v1 2/3] MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packet
` [PATCH v1 3/3] MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behavior
[PATCH v2 0/5] Add freed-memory guard feature
2018-10-24 0:45 UTC (12+ messages)
` [PATCH v2 1/5] MdeModulePkg/MdeModulePkg.dec: update PCD description for new feature
` [PATCH v2 2/5] UefiCpuPkg/CpuDxe: fix an infinite loop issue
` [PATCH v2 3/5] MdeModulePkg/Core: fix a lock issue in GCD memory map dump
` [PATCH v2 4/5] MdeModulePkg/Core: add freed-memory guard feature
` [PATCH v2 5/5] MdeModulePkg/Core: fix-up for changes introduced by freed-memory guard
OpenProtocolInformation
2018-10-23 23:12 UTC (2+ messages)
[PATCH v2 0/3] Add more checker for Tianocompress and Ueficompress(CVE FIX)
2018-10-23 13:55 UTC (6+ messages)
` [PATCH v2 1/3] MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only(CVE FIX)
` [PATCH v2 2/3] IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib(CVE FIX)
` [PATCH v2 3/3] BaseTools: Add more checker in Decompress algorithm to access the valid buffer(CVE FIX)
[PATCH] BaseTools/ECC: Fix an identification issue of typedef function
2018-10-23 12:35 UTC (2+ messages)
[PATCH] BaseTools/Ecc: Update a checkpoint criteria
2018-10-23 12:35 UTC (2+ messages)
[PATCH] BaseTools/UPT: Fix an issue of UNI string checking
2018-10-23 12:35 UTC (2+ messages)
[PATCH V2] BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions
2018-10-23 12:34 UTC (2+ messages)
[PATCH v1 00/10] UDF: Bugfixes
2018-10-23 12:28 UTC (5+ messages)
[PATCH] MdeModulePkg/PiSmmIpl: Do not reset SMRAM to UC when CPU driver runs
2018-10-23 9:43 UTC (6+ messages)
[PATCH] IntelFsp2Pkg: FSP should not override IDT
2018-10-23 7:04 UTC (3+ messages)
[PATCH 0/3] Add use-after-free memory detection
2018-10-23 3:14 UTC (7+ messages)
` [PATCH 3/3] MdeModulePkg/Core: add "
[PATCH] MdeModulePkg/UsbMass: Fix USB key write failure
2018-10-23 2:26 UTC (2+ messages)
[PATCH] Edk2Platforms: Replace FatBinPkg with FatPkg
2018-10-23 0:43 UTC (6+ messages)
TianoCore Community Meeting Minutes
2018-10-22 10:14 UTC (2+ messages)
Community Virtual Meeting #2
2018-10-22 8:54 UTC
[PATCH 0/2] Xhci: Handle value 5 in Port Speed field of PORTSC
2018-10-22 8:52 UTC (5+ messages)
` [PATCH 1/2] MdeModulePkg XhciDxe: Assign Usb2Hc.XXXRevision based on SBRN
` [PATCH 2/2] MdeModulePkg Xhci: Handle value 5 in Port Speed field of PORTSC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox