public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-10-05 23:04:35 to 2016-10-11 14:44:37 UTC [more...]

[PATCH 00/45] Add capsule update and recovery sample
 2016-10-11 14:44 UTC  (14+ messages)
` [PATCH 17/45] MdeModulePkg/CapsuleApp: Add CapsuleApp application

[PATCH V2 00/50] Add capsule update and recovery sample
 2016-10-11 14:43 UTC  (30+ messages)
` [PATCH V2 01/50] MdeModulePkg/Include: Add EDKII system FMP capsule header
` [PATCH V2 02/50] MdeModulePkg/Include: Add EdkiiSystemCapsuleLib definition
` [PATCH V2 03/50] MdeModulePkg/Include: Add FmpAuthenticationLib header
` [PATCH V2 04/50] MdeModulePkg/Include: Add IniParsingLib header
` [PATCH V2 05/50] MdeModulePkg/Include: Add PlatformFlashAccessLib header
` [PATCH V2 06/50] MdeModulePkg/CapsuleLib: Add ProcessCapsules() API
` [PATCH V2 07/50] MdeModulePkg/MdeModulePkg.dec: Add capsule related definition
` [PATCH V2 09/50] MdeModulePkg/FmpAuthenticationLib: Add FmpAuthenticationLib instance
` [PATCH V2 24/50] BaseTool/Pkcs7: Add TestRoot.cer

[PATCH v4 0/8] Add FrameBufferBltLib and GraphicsOutputDxe
 2016-10-11 14:32 UTC  (15+ messages)
` [PATCH v4 1/8] MdeModulePkg: Add FrameBufferBltLib library class
` [PATCH v4 2/8] MdeModulePkg: Add FrameBufferBltLib library instance
` [PATCH v4 3/8] MdeModulePkg: Add GraphicsOutputDxe driver
` [PATCH v4 4/8] OvmfPkg: Include MdeModulePkg/FrameBufferLib in OvmfPkg
` [PATCH v4 5/8] ArmVirtPkg: Include MdeModulePkg/FrameBufferLib in ArmVirtPkg
` [PATCH v4 6/8] OvmfPkg: QemuVideoDxe uses MdeModulePkg/FrameBufferLib
` [PATCH v4 7/8] OvmfPkg: Remove unused BltLib reference
` [PATCH v4 8/8] ArmVirtPkg: "

[Patch V4] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-11 12:45 UTC  (3+ messages)

[PATCH 0/3] PL011 updates
 2016-10-11 12:29 UTC  (11+ messages)
` [PATCH 1/3] ArmPlatformPkg: Fix PL011 FIFO size test
` [PATCH 2/3] ArmPlatformPkg: Correct mendacious comments
` [PATCH 3/3] ArmPlatformPkg: Remove UINTN cast when setting BaudRate

[PATCH] MdeModulePkg/MdeModulePkg.dec: Fix EBC build failure of PciBus driver
 2016-10-11 10:52 UTC  (2+ messages)

[Patch] SecurityPkg OpalPasswordSmm: Fix S3 resume failure
 2016-10-11  8:35 UTC  (2+ messages)

[patch] MdeModulePkg/BootMaintenanceUi: Enhance the codes logic
 2016-10-11  7:30 UTC  (2+ messages)
` [patch] MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submit

[PATCH v2 0/5] Add FrameBufferBltLib and GraphicsOutputDxe
 2016-10-11  5:45 UTC  (12+ messages)
` [PATCH v2 1/5] MdePkg/GraphicsInfoHob: Add GraphicsDeviceInfo HOB GUID and structure
  ` [PATCH v3 "
` [PATCH v2 2/5] MdeModulePkg: Add FrameBufferBltLib library class
` [PATCH v2 3/5] MdeModulePkg: Add FrameBufferBltLib library instance
` [PATCH v2 4/5] MdeModulePkg: Add GraphicsOutputDxe driver
` [PATCH v2 5/5] OvmfPkg: QemuVideoDxe uses MdeModulePkg/FrameBufferLib

[Patch] Nt32Pkg WinNtSimpleFileSystemDxe: Correct file length
 2016-10-11  2:15 UTC  (2+ messages)

[Patch] DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function
 2016-10-11  2:15 UTC  (2+ messages)

[PATCH V3 0/3] Add PcdRecoveryFileName PCD
 2016-10-11  1:04 UTC  (4+ messages)
` [PATCH V3 1/3] MdeModulePkg/dec: "
` [PATCH V3 2/3] MdeModulePkg/CdExpressPei: Use "
` [PATCH V3 3/3] FatPkg/FatPei: "

[PATCH] Add NOOPT build targets to OvmfPkg for source level debugging
 2016-10-11  0:51 UTC  (5+ messages)

[PATCH V2 0/3] Add PcdRecoveryFileName PCD
 2016-10-11  0:46 UTC  (11+ messages)
` [PATCH V2 1/3] MdeModulePkg/dec: "
` [PATCH V2 2/3] MdeModulePkg/CdExpressPei: Use "
` [PATCH V2 3/3] FatPkg/FatPei: "

[PATCH] QuarkPlatformPkg/PlatformFlashAccessLib: Skip the update if content is same
 2016-10-11  0:39 UTC  (3+ messages)

RFC: ProtocolLib for cross DXE and SMM Protocol and Handle Services
 2016-10-10 20:39 UTC  (12+ messages)

[RFC V2] EDK2 Platform Proposal
 2016-10-10 19:22 UTC  (4+ messages)

[PATCH V3] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
 2016-10-10 15:44 UTC  (3+ messages)

[EDK2 tcg2] TCG2 variable TCG2_DEVICE_DETECTION_NAME does not work as expected?
 2016-10-10 14:16 UTC  (2+ messages)

[PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure
 2016-10-10  8:47 UTC  (3+ messages)

[PATCH V2 0/4] Show test key info on front page
 2016-10-10  7:18 UTC  (5+ messages)
` [PATCH V2 1/4] MdeModulePkg/dec: Add PcdTestKeyUsed PCD
` [PATCH V2 2/4] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH V2 3/4] QuarkPlatformPkg/Bds: Produce PcdTestKeyUsed
` [PATCH V2 4/4] Vlv2TbleDevicePkg/Bds: "

[PATCH 0/4] Show test key info on front page
 2016-10-10  3:49 UTC  (11+ messages)
` [PATCH 1/4] MdeModulePkg/dec: Add PcdTestKeyUsed PCD
` [PATCH 2/4] MdeModulePkg/UiApp: Show test key warning info in FrontPage
` [PATCH 3/4] QuarkPlatformPkg/Bds: Produce PcdTestKeyUsed
` [PATCH 4/4] Vlv2TbleDevicePkg/Bds: "

[Patch] BaseTools: Extend FMP to support FV statement and FD statement
 2016-10-10  2:36 UTC  (2+ messages)

[Patch V3] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-10  2:36 UTC  (2+ messages)

[Patch] NetworkPkg: Record user configured TargetIP/Port in iBFT
 2016-10-10  2:26 UTC  (3+ messages)

[patch] OptionRomPkg: Fix GCC build failure
 2016-10-09  3:14 UTC  (2+ messages)

[Patch] MdeModulePkg RegularExpressionDxe: Add the missing EFIAPI for the function
 2016-10-09  2:36 UTC 

[PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
 2016-10-09  1:07 UTC  (5+ messages)

[PATCH 0/3] Add PcdRecoveryFileName PCD
 2016-10-09  0:56 UTC  (7+ messages)
` [PATCH 1/3] MdeModulePkg/dec: "
` [PATCH 2/3] MdeModulePkg/CdExpressPei: Use "
` [PATCH 3/3] FatPkg/FatPei: "

TE relocations
 2016-10-08  8:54 UTC  (10+ messages)

[Patch V2] BaseTools: support the NOOPT target with the GCC tool chains
 2016-10-08  7:20 UTC  (5+ messages)

[PATCH] MdePkg: Fix some typing errors in the header files
 2016-10-08  1:16 UTC  (4+ messages)

[PATCH] MdePkg: Fix some typing errors
 2016-10-08  1:16 UTC  (3+ messages)

SetCurDir() doesn't allow '\\' in Dir?
 2016-10-07 23:13 UTC 

[Patch 0/2] BaseTools/GenFds: Make FDF parser mode flexible
 2016-10-07 21:33 UTC  (3+ messages)
` [Patch 1/2] BaseTools/GenFds: Support FDF sections in any order
` [Patch 2/2] BaseTools/GenFds: Skip parse time OUTPUT_DIRECTORY file verify

[Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues
 2016-10-07 21:02 UTC  (8+ messages)
` [Patch 1/5] QuarkPlatformPkg/ForceRecovery: Add UEFI application to force recovery
` [Patch 2/5] QuarkPlatformPkg/PlatformInit: Fix recovery detection issues
` [Patch 3/5] QuarkPlatformPkg/PlatformHelperLib: Remove PlatformDebugPortGetChar8()
` [Patch 4/5] QuarkPlatformPkg: Add ForceRecovery UEFI application
` [Patch 5/5] QuarkPlatformPkg/RecoveryOemHookLib: Remove RecoveryOemHookLib

[Patch 0/2] QuarkSocPkg/QncSmmDispatcher: Fix SMI Handler ASSERTs()
 2016-10-07 21:02 UTC  (3+ messages)

[PATCH] ShellPkg:‘cd \’ command fails to go back to the root directory of a file system
 2016-10-07 20:59 UTC 

[PATCH] ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()
 2016-10-07 17:36 UTC  (3+ messages)

[PATCH 0/3] MdeModulePkg/TerminalDxe: TtyTerm improvements
 2016-10-07 15:59 UTC  (6+ messages)
` [PATCH 1/3] MdeModulePkg/TerminalDxe: Improve TtyTerm cursor position tracking
` [PATCH 2/3] MdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motion
` [PATCH 3/3] MdeModulePkg/TerminalDxe: Handle more keys with TtyTerm

[PATCH] ArmPlatformPkg/PlatformPeiLib: allow patch PCDs for FV base address/size
 2016-10-07 15:51 UTC  (3+ messages)

OVMF.fd and placement of EfiBootServicesData
 2016-10-07 15:08 UTC  (14+ messages)

[PATCH] IntelFsp2Pkg/Tools: Add PE32 section rebasing support
 2016-10-07 13:13 UTC  (2+ messages)

[PATCH] EmbeddedPkg/Library: Add Missing ARM defines for ACPI 6.0
 2016-10-06 22:44 UTC 

[PATCH] ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()
 2016-10-06 21:52 UTC  (3+ messages)

[PATCH] ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructor
 2016-10-06 20:07 UTC  (5+ messages)

UefiBootManagerLib and LegacyBootManagerLib issue
 2016-10-06  8:41 UTC  (6+ messages)
  ` Urgent help -UefiBootManagerLib "

Assert in ShellPkg with latest tianocore edk2 source on the Reference Platform
 2016-10-06  7:22 UTC  (16+ messages)

[PATCH] ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe: Set Marvell Yukon MAC address
 2016-10-06  1:42 UTC 

[Patch] BaseTools/GenFds: Support FMP Payload files generated during build
 2016-10-05 23:46 UTC 


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