messages from 2018-02-07 01:56:20 to 2018-02-09 06:59:47 UTC [more...]
Poll: When to use OVMF and Nt32?
2018-02-09 7:05 UTC (2+ messages)
Patch to fix EFIAPI definition
2018-02-09 6:59 UTC (2+ messages)
[patch 1/2] ShellPkg/Dp: Add null pointer check
2018-02-09 6:57 UTC (4+ messages)
` [patch 2/2] ShellPkg/DP: Update the error message info
[patch] MdeModulePkg/DriverSampleDxe: Make bit fields aligned in C structure
2018-02-09 6:56 UTC (2+ messages)
[PATCH v4 1/1] MdePkg/Include: Add management mode FV file type and depex
2018-02-09 6:03 UTC (2+ messages)
[Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList
2018-02-09 5:25 UTC (5+ messages)
` [Patch 1/2] NetworkPkg: Define one private variable for TLS CipherList configuration
` [Patch 2/2] NetworkPkg: Read TlsCipherList variable and configure it for HTTPS session
[Patch] BaseTools: Improve build performance
2018-02-09 5:17 UTC
[PATCH] BaseTool: correct the generate compress section process
2018-02-09 5:12 UTC
[PATCH v2 00/10] Formalize the reset system core design
2018-02-09 4:55 UTC (12+ messages)
` [PATCH v2 01/10] MdePkg/PeiServicesLib: Add PeiServicesResetSystem2()
` [PATCH v2 02/10] MdeModulePkg/PeiMain: Always attempt to use Reset2 PPI first
` [PATCH v2 03/10] MdeModulePkg/PeiMain: Cleanup whitespace in Reset.c
` [PATCH v2 04/10] MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
` [PATCH v2 05/10] MdeModulePkg/ResetSystemRuntimeDxe: Add more debug message
` [PATCH v2 06/10] MdeModulePkg: Add ResetSystemLib instances that call core services
` [PATCH v2 07/10] MdeModulePkg: Add ResetUtility librray class and BASE instance
` [PATCH v2 08/10] MdePkg/UefiRuntimeLib: Support more module types
` [PATCH v2 09/10] MdeModulePkg: Add ResetSystemPei PEIM
` [PATCH v2 10/10] MdeModulePkg/ResetSystemPei: Add reset notifications in PEI
[PATCH] BaseTools: Fix VOID* type bug
2018-02-09 4:31 UTC
[PATCH 00/10] Formalize the reset system core design
2018-02-09 3:12 UTC (29+ messages)
` [PATCH 01/10] MdePkg/PeiServicesLib: Add PeiServicesResetSystem2()
` [PATCH 02/10] MdeModulePkg/PeiMain: Always attempt to use Reset2 PPI first
` [PATCH 03/10] MdeModulePkg/PeiMain: Cleanup whitespace in Reset.c
` [PATCH 04/10] MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
` [PATCH 05/10] MdeModulePkg/ResetSystemRuntimeDxe: Add more debug message
` [PATCH 06/10] MdeModulePkg: Add ResetSystemLib instances that call core services
` [PATCH 07/10] MdeModulePkg: Add ResetUtility librray class and BASE instance
` [PATCH 08/10] MdePkg/UefiRuntimeLib: Support more module types
` [PATCH 09/10] MdeModulePkg: Add ResetSystemPei PEIM
` [PATCH 10/10] MdeModulePkg/ResetSystemPei: Add reset notifications in PEI
[PATCH] SourceLevelDebugPkg DebugUsb3: Check mUsb3Instance before dereferencing it
2018-02-09 2:54 UTC (2+ messages)
[PATCH] SourceLevelDebugPkg DebugUsb3: Fix GCC build failures
2018-02-09 2:30 UTC (2+ messages)
[Patch] MdeModulePkg PeiCore: Add error message to describe PEIM load failure
2018-02-09 2:03 UTC (9+ messages)
[edk2-platforms][PATCH] Platform/Hisilicon/HiKey960: add skeleton of HiKey960
2018-02-09 1:54 UTC (7+ messages)
[PATCH] BaseTools: Update Expression.py for string comparison and MACRO replace issue
2018-02-08 23:57 UTC (2+ messages)
[PATCH edk2-platforms 1/3] Platform/(AMD|LeMaker|SoftIron), Silicon/AMD: drop unused PcdCacheEnabled
2018-02-08 19:46 UTC (4+ messages)
` [PATCH edk2-platforms 2/3] Platform/ARM: drop use of PcdCacheEnabled
` [PATCH edk2-platforms 3/3] (Platform/Silicon)/Hisilicon: "
[PATCH 1/2] BeagleBoardPkg: drop unused PcdCacheEnabled dependency
2018-02-08 19:22 UTC (3+ messages)
` [PATCH 2/2] EmbeddedPkg: _really_ delete PcdCacheEnable from .dec
[PATCH] CorebootPayloadPkg: Use correct BytesPerScanLine
2018-01-27 10:17 UTC (7+ messages)
[PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: remove SCPI/MHU nodes
2018-02-08 18:43 UTC (3+ messages)
[PATCH edk2-platforms 1/3] Platform/ARM: drop unused EmbeddedPkg Pcds
2018-02-08 17:57 UTC (4+ messages)
[PATCH v2 0/2] sync some function definitions with their declarations
2018-02-08 17:26 UTC (6+ messages)
` [PATCH v2 1/2] ShellPkg/UefiShellDebug1CommandsLib: sync Compress() definition with decl
` [PATCH v2 2/2] OvmfPkg/PlatformPei: sync AmdSevInitialize() definition with declaration
[PATCH] ShellPkg/hexedit: Fix a read-after-free bug
2018-02-08 15:22 UTC (2+ messages)
[PATCH] ShellPkg/rm: fix hang when deleting an absolutely-empty directory An ordinary empty directory should contain "." and ".." entries. When an empty directory even doesn't contain "." or ".." entry, FileHandleFindFirstFile() may return error statu
2018-02-08 15:21 UTC
[Patch] BaseTools: Add the missing basic definition in C BaseType.h
2018-02-08 13:13 UTC
[PATCH edk2-platforms] Silicon/SynQuacer/PlatformDxe: disable eMMC DDR50 support
2018-02-08 10:26 UTC (3+ messages)
[Patch 00/10] Add BmpSupportLib class and instance
2018-02-08 9:47 UTC (23+ messages)
` [Patch 01/10] MdeModulePkg: "
` [Patch 02/10] MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLib
` [Patch 03/10] MdeModulePkg/BootGraphicsResourceTableDxe: "
` [Patch 04/10] IntelFrameworkModulePkg/GenericBdsLib: "
` [Patch 05/10] OvmfPkg: Add SafeIntLib and BmpSupportLib to DSC files
` [Patch 06/10] Vlv2TbltDevicePkg/Override/GenericBdsLib: Use BmpSupportLib
` [Patch 07/10] QuarkPlatformPkg: Add SafeIntLib and BmpSupportLib to DSC files
` [Patch 08/10] DuetPkg: "
` [Patch 09/10] EmulatorPkg: "
` [Patch 10/10] ArmVirtPkg: "
[PATCH v2] UefiCpuPkg/S3Resume: Add more perf entry for S3 phase
2018-02-08 8:19 UTC (3+ messages)
[PATCH] SecurityPkg: Tcg2Smm: Fix type casting issue
2018-02-08 7:54 UTC (2+ messages)
[Patch] BaseTools GenFv: Update error message to describe PE image alignment
2018-02-08 7:29 UTC
[PATCH] SourceLevelDebugPkg DebugUsb3: Support IOMMU
2018-02-08 7:27 UTC (2+ messages)
[PATCH] SourceLevelDebugPkg DebugAgentLib: Rename IsBsp to DebugAgentIsBsp
2018-02-08 7:18 UTC (3+ messages)
[PATCH] UefiCpuPkg/FeaturesLib: don't init MCi_CTL/STATUS when MCA's disabled
2018-02-08 7:03 UTC (2+ messages)
[Patch V2 0/3] MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe module
2018-02-08 5:34 UTC (5+ messages)
` [Patch V2 1/3] "
` [Patch V2 2/3] QuarkPlatformPkg: Switch from EsrtDxe to EsrtFmpDxe
` [Patch V2 3/3] Vlv2TbltDevicePkg: "
[Patch] MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMP
2018-02-08 5:32 UTC (3+ messages)
[PATCH] ShellPkg/rm: fix hang when deleting an absolutely-empty directory An ordinary empty directory should contain "." and ".." entries. When an empty directory even doesn't contain "." or ".." entry, FileHandleFindFirstFile() may return error status and a NULL FileInfo. IsDirectoryEmpty() implementation in Rm.c doesn't consider this case and the deference of FileInfo->FileName causes page fault exception because FileInfo is NULL. The patch checks the return status of FileHandleFindFirstFile() to fix this issue
2018-02-08 3:41 UTC
[Patch] BaseTools: Fixed Build failed issue
2018-02-08 3:07 UTC (2+ messages)
[Patch] BaseTools: Fixed incorrect Structure Pcd Value
2018-02-08 3:07 UTC (2+ messages)
[Patch] BaseTool: Fixed Pcd issues
2018-02-08 3:07 UTC (2+ messages)
[Patch] BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER
2018-02-08 2:49 UTC (2+ messages)
[Patch V3] Build spec: Add description about auto detect thread number
2018-02-08 2:08 UTC
[Patch] MdePkg/BaseSafeIntLib: Add SafeIntLib class and instance
2018-02-08 0:45 UTC (3+ messages)
[PATCH edk2-platforms v1 00/14] Improve D0x platforms and bug fix
2018-02-07 21:16 UTC (6+ messages)
` [PATCH edk2-platforms v1 13/14] Hisilicon/Library: Add OsBootLib
[PATCH v2 1/1] MdePkg/Include: Add management mode FV file type and depex
2018-02-07 17:55 UTC (3+ messages)
[PATCH v3 1/1] MdePkg/Include: Add management mode FV file type and depex
2018-02-07 17:54 UTC
[issue] Arrow key can't be read on tty terminal in release build
2018-02-07 16:52 UTC (6+ messages)
[PATCH edk2-platforms v4 00/15] Improve D0x platforms and bug fix
2018-02-07 15:40 UTC (17+ messages)
` [PATCH edk2-platforms v4 01/15] Hisilicon/D05: Move Madt definition to head file
` [PATCH edk2-platforms v4 02/15] Hisilicon/D05: Add PPTT support
` [PATCH edk2-platforms v4 03/15] Hisilicon/D0x/BDS: Switch to Generic BDS driver
` [PATCH edk2-platforms v4 04/15] Hisilicon/D0x: Break BMC SetBoot option out into separate library
` [PATCH edk2-platforms v4 05/15] Hisilicon D03/D05: Add capsule upgrade support
` [PATCH edk2-platforms v4 06/15] Hisilicon D03/D05: Open SasPlatform source code
` [PATCH edk2-platforms v4 07/15] Hisilicon D03/D05: Open SnpPlatform "
` [PATCH edk2-platforms v4 08/15] Hilisicon: Change DmaLib to CoherentDmaLib
` [PATCH edk2-platforms v4 09/15] Hisilicon/Smbios: Indicate use of ProcessorFamily2 in type 4 table
` [PATCH edk2-platforms v4 10/15] Hisilicon/PCIe: Disable PCIe ASPM
` [PATCH edk2-platforms v4 11/15] Hisilicon/D05: Replace SP805Watchdog by WatchdogTimer driver
` [PATCH edk2-platforms v4 12/15] Hisilicon/D03: "
` [PATCH edk2-platforms v4 13/15] Hisilicon/D05/ACPI: Add ITS PXM
` [PATCH edk2-platforms v4 14/15] Hisilicon/D05/ACPI: Add Pcie, HNS and SAS PXM
` [PATCH edk2-platforms v4 15/15] Hisilicon D03/D05: Update firmware version to 18.02
[PATCH edk2-non-osi v3 0/7] Improve D0x platforms and bug fix
2018-02-07 15:39 UTC (2+ messages)
test message
2018-02-07 14:35 UTC
[Patch V2] Build spec: Add flexible PCD value format into spec
2018-02-07 12:35 UTC (5+ messages)
` [Patch V2] DEC "
` [Patch V2] DSC "
` [Patch V2] Expression spec: update format to support flexible Pcd format
` [Patch V2] INF spec: Add flexible PCD value format into spec
[Patch] MdePkg BaseCpuLib: Make it pass VS ARM build
2018-02-07 10:49 UTC (2+ messages)
[PATCH edk2-platforms v3 00/15] Improve D0x platforms and bug fix
2018-02-07 10:37 UTC (4+ messages)
` [PATCH edk2-platforms v3 13/15] Hisilicon/D05/ACPI: Add ITS PXM
[PATCH 2/2] OvmfPkg/PlatformPei: sync AmdSevInitialize() definition with declaration
2018-02-07 9:47 UTC
[patch] MdeModulePkg/PciBusDxe: Fix VS2012 build failure
2018-02-07 8:25 UTC (4+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Fix Windows 10 S3 failure
2018-02-07 8:23 UTC
[PATCH] UefiCpuPkg/FeaturesLib: Fix Haswell CPU hang with 50% throttling
2018-02-07 7:32 UTC (2+ messages)
[Patch] BaseTools: Improve build performance
2018-02-07 7:03 UTC
[PATCH v2] UefiCpuPkg/PiSmmCpuDxeSmm: fix infinite loop issue in SMM profile
2018-02-07 7:01 UTC (2+ messages)
[Patch V3] BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER
2018-02-07 6:45 UTC
[Patch] BaseTools: Add check for INF statement must be a .inf file
2018-02-07 6:43 UTC
[PATCH v5 0/8] Update EDKII Performance infrastructure based on ACPI FPDT table
2018-02-07 3:26 UTC (2+ messages)
[Patch V2] Build spec: Add description about auto detect thread number
2018-02-07 2:24 UTC (3+ messages)
[Patch V2] BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER
2018-02-07 2:11 UTC (2+ messages)
[Patch V2] BaseTools: Enhance error handling for unsupported toolchain Flags/Path
2018-02-07 2:10 UTC (2+ messages)
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