messages from 2019-02-14 22:13:22 to 2019-02-19 16:44:13 UTC [more...]
[PATCH 0/2] Allow use of ArmPlatformPkg NOR flash driver in StandaloneMM
2019-02-19 16:43 UTC (4+ messages)
` [PATCH 1/2] ArmPlatformPkg/NorFlash: Refactor Nor Flash DXE driver
` [PATCH 2/2] ArmPlatformPkg/NorFlash: Allow reusability as a MM driver
[PATCH] MdePkg/UefiLib: Simplify protocol un/installation abstraction
2019-02-19 16:19 UTC (2+ messages)
[Patch V2] BaseTools: replace Sdict with OrderedDict in UPT
2019-02-19 15:49 UTC (2+ messages)
[PATCH] ShellPkg: add array index check for shell delay option
2019-02-19 15:27 UTC (2+ messages)
[Patch] BaseTools: replace Sdict with OrderedDict in UPT
2019-02-19 15:23 UTC
[PATCH edk2-platforms 0/2] Platform/RaspberryPi3: add RNG support
2019-02-19 14:58 UTC (5+ messages)
` [PATCH edk2-platforms 1/2] Silicon/Bcm2836: add random number generator driver
` [PATCH edk2-platforms 2/2] Platform/RaspberryPi3: add RNG driver
[PATCH V3] BaseTools:BaseTools supports to the driver combination
2019-02-19 14:55 UTC (2+ messages)
[PATCH] BaseTools:Fixed build failure when specifying multiple BUILDTARGET
2019-02-19 14:19 UTC (2+ messages)
[Patch] BaseTools: Remove unused txt files
2019-02-19 13:58 UTC (3+ messages)
[Patch] BaseTools: Fix a bug about Structure PCD
2019-02-19 13:29 UTC
[PATCH 00/10] Fix PEI Core issue during TemporaryRamMigration
2019-02-19 13:25 UTC (19+ messages)
` [PATCH 01/10] EmulatorPkg/build.sh: Fix missing usage of -b BUILDTARGET parameter
` [PATCH 02/10] EmulatorPkg/Unix/Host: Use PcdInitValueInTempStack to init temp-ram
` [PATCH 03/10] EmulatorPkg/Sec: Replace assembly temp-ram support with C code
` [PATCH 04/10] EmulatorPkg/Sec: Disable optimizations for TemporaryRamMigration function
` [PATCH 05/10] OvmfPkg/Sec: Swap TemporaryRam Stack and Heap locations
` [PATCH 06/10] OvmfPkg/Sec: Disable optimizations for TemporaryRamMigration
` [PATCH 07/10] MdeModePkg/Core/Pei: Add code path to allow assembly temp-ram migration
` [PATCH 08/10] MdeModulePkg/Core/Pei: Use assembly for X64 TemporaryRamMigration
` [PATCH 09/10] MdeModulePkg/Core/Pei: Use assembly for IA32 TemporaryRamMigration
` [PATCH 10/10] OvmfPkg/Sec: Fill Temp Ram after TemporaryRamMigration
[PATCH] MdeModulePkg/VariableSmmRuntimeDxe: Refactor locating Variable Arch Protocol
2019-02-19 13:24 UTC (2+ messages)
[PATCH v2 0/2] Add sanity check for FilePath device path
2019-02-19 13:11 UTC (7+ messages)
` [PATCH v2 1/2] MdePkg/UefiDevicePathLib: "
` [PATCH v2 2/2] MdePkg/UefiDevicePathLibDevicePathProtocol: "
[PATCH v2] IntelSiliconPkg/MicrocodeUpdateDxe: Error message enhancement
2019-02-19 9:38 UTC (2+ messages)
[PATCH] UefiCpuPkg/SecCore: Wrong Debug Information for SecCore
2019-02-19 9:23 UTC (2+ messages)
[Patch] BaseTools: Fixed a code bug for Pcd Array
2019-02-19 9:21 UTC (2+ messages)
[Patch] BaseTools: Add MaxSizeUserSet to Pcd deepcopy function
2019-02-19 9:07 UTC (2+ messages)
[Patch] BaseTools: Fix a ParseDevPathValue function issue
2019-02-19 9:07 UTC (2+ messages)
[Patch] BaseTools: Fixed a bug in Vpd handling
2019-02-19 9:06 UTC (2+ messages)
nonzero LUN on USB Bulk Only Transfer fails with QEMU+edk2
2019-02-19 8:54 UTC (3+ messages)
[PATCH] UefiCpuPkg/Microcode: Fix incorrect checksum issue for extended table
2019-02-19 6:32 UTC
[patch V4] MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possible
2019-02-19 5:33 UTC (3+ messages)
[PATCH] UefiCpuPkg/MtrrLib: Fix a bug that may wrongly set memory <1MB to UC
2019-02-19 5:33 UTC (2+ messages)
[PATCH] BaseTools:Fix a ECC issue
2019-02-19 4:04 UTC (2+ messages)
[PATCH] MdeModulePkg/PropertiesTableAttributesDxe: Remove this driver
2019-02-19 3:38 UTC (4+ messages)
[PATCH v1 0/1] Add Security feature set support for ATA devices
2019-02-19 2:52 UTC (4+ messages)
` [PATCH v1 1/1] SecurityPkg/HddPassword: Add Security feature set support for ATA dev
[PATCH v5 00/13] Split the S3 PEI phase HW init codes from Opal driver
2019-02-19 2:50 UTC (25+ messages)
` [PATCH v5 01/13] MdeModulePkg: Add definitions for ATA AHCI host controller PPI
` [PATCH v5 02/13] MdeModulePkg: Add definitions for EDKII PEI ATA PassThru PPI
` [PATCH v5 03/13] MdeModulePkg: Add definitions for Storage Security Command PPI
` [PATCH v5 04/13] MdeModulePkg: Add GUID for LockBox to save storage dev to init in S3
` [PATCH v5 05/13] MdeModulePkg/NvmExpressPei: Avoid updating the module-level variable
` [PATCH v5 06/13] MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPI
` [PATCH v5 07/13] MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox
` [PATCH v5 08/13] MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEI
` [PATCH v5 09/13] MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'
` [PATCH v5 10/13] MdeModulePkg/SmmLockBox(PEI): Remove an ASSERT in RestoreLockBox()
` [PATCH v5 11/13] MdeModulePkg/SmmLockBoxLib: Support LockBox enlarge in UpdateLockBox()
` [PATCH v5 12/13] OvmfPkg/LockBoxLib: Update the comments for API UpdateLockBox()
` [PATCH v5 13/13] SecurityPkg/OpalPassword: Remove HW init codes and consume SSC PPI
[PATCH] UefiCpuPkg/Microcode: Fix incorrect checksum issue for extended table
2019-02-19 2:37 UTC (4+ messages)
[Patch] BaseTools: Correct the value assignment for StructurePcd
2019-02-19 0:49 UTC (3+ messages)
[PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Error message enhancement
2019-02-19 0:49 UTC (2+ messages)
[PATCH] OvmfPkg/Sec: Clear the Cache Disable flag in the CR0 register
2019-02-18 13:23 UTC (3+ messages)
[PATCH] OvmfPkg/build.sh: Enable flash for qemu 3 or later
2019-02-18 11:45 UTC (2+ messages)
[PATCHv2 1/1] MdeModulePkg/SdMmcPciHcDxe Fix eMMC HS400 switch sequence
2019-02-18 11:11 UTC
[PATCH 0/4] Add a new API ResetSystem for ResetSystemLib
2019-02-18 10:57 UTC (5+ messages)
` [PATCH 1/4] MdeModulePkg: change the function name ResetSystem
` [PATCH 2/4] MdeModulePkg: Add a new API ResetSystem for DXE ResetSystemLib
` [PATCH 3/4] MdeModulePkg: Add a new API ResetSystem for PEI ResetSystemLib
` [PATCH 4/4] MdeModulePkg: Add the new API ResetSystem in the head file
[PATCH] BaseTools:PCD value error in structure pcd sku case
2019-02-18 9:53 UTC
[patch V3] MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possible
2019-02-18 9:51 UTC (2+ messages)
[PATCH 0/2] ResetSystemLib changings
2019-02-18 8:45 UTC (6+ messages)
` [PATCH 1/2] MdeModulePkg: Add a new API ResetSystem
` [PATCH 2/2] MdeModulePkg: Add a runtime library instance of ResetSystemLib
[PATCH] ShellPkg/Application/Shell: add array index check for shell delay option
2019-02-18 8:27 UTC (2+ messages)
[patch edk2-wiki] Update ECC wiki page
2019-02-18 7:35 UTC
[PATCH V2] BaseTools:BaseTools supports to the driver combination
2019-02-18 6:22 UTC
[PATCH 0/1] Correcting eMMC HS400 switch sequence
2019-02-18 6:00 UTC (3+ messages)
` [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe Fix "
[PATCH] MdeModulePkg[MdePkg]: Add a new API EfiResetSystem()
2019-02-18 5:28 UTC (2+ messages)
[PATCH] MdeModulePkg/SdMmcPciHcDxe: Use 16/32-bit IO widths
2019-02-18 2:49 UTC (6+ messages)
[patch V2] MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possible
2019-02-18 2:47 UTC (6+ messages)
EmulatorPkg Unix Host Segmentation fault
2019-02-18 2:45 UTC (9+ messages)
[PATCH v3] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start
2019-02-18 1:33 UTC (2+ messages)
[PATCH] Maintainers: add TPM2 reviewers for OvmfPkg
2019-02-17 17:08 UTC (5+ messages)
[edk2-announce] Community Meeting Minutes
2019-02-15 22:53 UTC (13+ messages)
[Patch 0/3] BaseTools: Implement splitquoted function
2019-02-15 21:54 UTC (12+ messages)
[PATCH] BaseTools:BaseTools supports to the driver combination
2019-02-15 15:51 UTC (2+ messages)
[PATCH 0/1] EmbeddedPkg/Library: Add VirtualRealTimeClockLib
2019-02-15 15:09 UTC (11+ messages)
` [PATCH 1/1] "
[PATCH v5 edk2-platforms 00/22] Platform/RaspberryPi: Add Raspberry Pi 3 support
2019-02-15 14:56 UTC (5+ messages)
[PATCH edk2-platforms v1 00/16] Fix issues and improve D0x
2019-02-15 14:18 UTC (2+ messages)
[patch 0/2] Report error status when fail to load/start boot option
2019-02-15 13:58 UTC (5+ messages)
` [patch 1/2] MdePkg/StatusCodeDataTypeId.h: Add new definition per PI1.7 Spec
` [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option
[PATCH] MdePkg/BaseLib: Change a variable type in a bitwise operation
2019-02-15 13:51 UTC (2+ messages)
[PATCH edk2-platforms] Silicon/SynQuacer/Stage2Tables: fix build for cross compile from x86
2019-02-15 10:49 UTC (3+ messages)
[PATCH v4 00/13] Split the S3 PEI phase HW init codes from Opal driver
2019-02-15 5:13 UTC (7+ messages)
` [PATCH v4 09/13] MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'
` [PATCH v4 10/13] MdeModulePkg/SmmLockBox(PEI): Remove an ASSERT in RestoreLockBox()
` [PATCH v4 11/13] MdeModulePkg/SmmLockBoxLib: Support LockBox enlarge in UpdateLockBox()
[Patch] NetworkPkg: Add WiFi Connection Manager to NetworkPkg
2019-02-15 3:07 UTC
[PATCH v3 0/3] Support EFI_PEI_CORE_FV_LOCATION_PPI
2019-02-15 3:04 UTC (7+ messages)
` [PATCH v3 1/3] MdePkg: "
` [PATCH v3 2/3] MdeModulePkg/PeiMain: "
` [PATCH v3 3/3] UefiCpuPkg/SecCore: "
[PATCH v1] MdeModulePkg/UfsBlockIoPei: Correct use of 'DeviceIndex' in BlkIO PPI
2019-02-15 2:55 UTC
[PATCH] BaseTools:Function application error
2019-02-15 0:59 UTC (3+ messages)
` FW: "
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