public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-08-10 17:33:03 to 2016-08-17 11:42:49 UTC [more...]

[PATCH 0/3] BaseTools GCC: pass CC flags to linker
 2016-08-17 11:42 UTC  (4+ messages)
` [PATCH 3/3] BaseTools GCC: add the compiler flags to the linker command line

Classless IP support for IPv4 PXE boot
 2016-08-17 11:41 UTC 

[Patch] BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions section
 2016-08-17 11:10 UTC 

[PATCH] PcAtChipsetPkg AcpiTimerLib: Wait 363 ACPI timer counts to get TSC Freq
 2016-08-17 10:31 UTC  (2+ messages)

Is this a right place to discuss EDK2's USB IF implementation?
 2016-08-17  6:50 UTC  (2+ messages)

USB 3.1 Support in UEFI
 2016-08-17  6:14 UTC  (5+ messages)

DHCP Automatic Configure at Driver Connect
 2016-08-17  5:50 UTC  (15+ messages)

[PATCH] UefiCpuPkg: MTRR_PHYSMASK.Valid should be one bit instead of 8 bits
 2016-08-17  5:50 UTC  (2+ messages)

Do BSPs only have to be logical thread 0 ?
 2016-08-16 20:16 UTC 

IP4 Config Troubles with DHCP
 2016-08-16 19:44 UTC  (10+ messages)
` FW: "

[staging/HTTPS-TLS][PATCH 0/2] Readme.MD and TlsAuthConfigDxe update
 2016-08-16 18:24 UTC  (6+ messages)
` [staging/HTTPS-TLS][PATCH 1/2] Readme.MD: Clarify the feature support scope
` [staging/HTTPS-TLS][PATCH 2/2] NetworkPkg/TlsAuthConfigDxe: TlsCaCertificate variable attribute update

Setting BuildOptions by module type does not seem to work
 2016-08-16 16:50 UTC  (13+ messages)

[MdeModulePkg][PeiCore] I seemed to have crashed the PEI Core by grabbing memory from PeiTemporaryRamBase?
 2016-08-16 16:49 UTC  (6+ messages)

[Patch] MdeModulePkg: Fix potential failure if UseDefaultAddress configured
 2016-08-16  7:57 UTC  (3+ messages)

[PATCH] ShellPkg/Ls: Handle the case when SearchString is NULL
 2016-08-16  7:37 UTC  (2+ messages)

[Patch] MdePkg: Fix guid conflict
 2016-08-16  7:04 UTC  (3+ messages)

[PATCH V1] SecurityPkg: AuthVariableLib: Fix potential inconsistency corner case for Time Auth variable
 2016-08-16  5:06 UTC  (3+ messages)

[PATCH 00/11] Add ResetPlatformSpecific() to ResetSystemLib
 2016-08-16  4:49 UTC  (11+ messages)
` [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of ResetSystem to UEFI Spec
` [PATCH 04/11] CorebootPayloadPkg/ResetSystemLib: Implement ResetPlatformSpecific
` [PATCH 08/11] Vlv2TbltDevicePkg/ResetSystemLib: "
` [PATCH 11/11] MdeModulePkg/ResetSystemRuntimeDxe: Support EfiResetPlatformSpecific

[PATCH] SecurityPkg: AuthVariableLib: Fix potential inconsistency corner case for Time Auth variable 2 steps are used to create/delete a time based variable. For create, step 1: Insert Signer Cert to CertDB. Step 2: Insert Payload to Variable
 2016-08-16  3:07 UTC  (2+ messages)

[PATCH] ArmVirtPkg: Add NFIT report feature for ArmVirtPkg for ramdisks
 2016-08-16  2:32 UTC  (4+ messages)

[PATCH] SecurityPkg: AuthVariableLib: Fix potential inconsistency corner case for Time Auth variable 2 steps are used to create/delete a time based variable. For create, step 1: Insert Signer Cert to CertDB. Step 2: Insert Payload to Variable. For delete, step 1: Delete Variable. Step 2: Delete Cert from CertDB. System may breaks between step 1 & step 2, so CertDB may contains useless Cert in the next reboot. AuthVariableLib choose to sync consistent state between CertDB & Time Auth Variable on initialization. However, it doesn't apply Time Auth attribute check. Now add it
 2016-08-16  2:25 UTC 

AppPkg with python enabled - build fails
 2016-08-15 23:30 UTC  (2+ messages)

[PATCH] BaseTools/Source/C/GenFv/GenFvInternalLib.c
 2016-08-15 15:16 UTC  (8+ messages)

[Patch 1/3 V2] BaseTools: Add the PKCS7 tool
 2016-08-15  9:34 UTC 

[Patch 0/3] BaseTools: Add the support for FMP capsule generate auth info
 2016-08-15  8:34 UTC  (6+ messages)
` [Patch 1/3] BaseTools: Add the PKCS7 tool
` [Patch 2/3] BaseTools: Rsa2048Sha256Sign add new option to support Monotonic count
` [Patch 3/3] BaseTools: FMP capsule add the support to generate auth info

[PATCH v1 1/1] MdeModulePkg/PeiCore: Fix ConverSinglePpiPointer () typo
 2016-08-15  7:12 UTC  (4+ messages)

[Patch 0/2] NetworkPkg/IpSecDxe: IKE functionality issue fix
 2016-08-15  3:59 UTC  (3+ messages)
` [Patch 1/2] NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failure
` [Patch 2/2] NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" update

[MdeModulePkg/PeiCore] How is Data being NULL on entry ensured?
 2016-08-13  2:53 UTC  (3+ messages)

[PATCH] PcAtChipsetPkg AcpiTimerLib: Get more accurate TSC Frequency
 2016-08-12 18:27 UTC  (8+ messages)

[RFC] MdeModulePkg: ARM/AARCH64 requirements added to .dsc
 2016-08-12 17:27 UTC  (2+ messages)

Double or floating point on edk2 ?
 2016-08-12 16:01 UTC 

[PATCH 1/3] ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C code
 2016-08-12  8:09 UTC  (11+ messages)
` [PATCH 2/3] BaseTools RVCT: ignore various RVC diagnostics
` [PATCH 3/3] MdePkg RVCT: add definition of UNREACHABLE

[PATCH 0/4] Fix GCC Minnowboard FSP build
 2016-08-12  7:00 UTC  (8+ messages)
` [PATCH 1/4] Vlv2TbltDevicePkg/FspSupport: Fix GCC build errors
` [PATCH 2/4] Vlv2TbltDevicePkg/SecFspPlatformSecLibVlv2: Add assembly code for GCC
` [PATCH 3/4] Vlv2TbltDevicePkg/PlatformFspLib: Fix the include path
` [PATCH 4/4] Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARY

[PATCH 1/2] BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as well
 2016-08-12  3:27 UTC  (6+ messages)
` [PATCH 2/2] BaseTools ARM AARCH64: drop redundant compiler arguments

[RFC] Image definition file for HII Image package
 2016-08-11 12:01 UTC 

[PATCH 0/6] Move to ASM_FUNC() macro, and clean up some asm as well
 2016-08-11 11:51 UTC  (9+ messages)
` [PATCH 1/6] Platforms/BeagleBoard: remove unreferenced Sec.inf module
` [PATCH 2/6] Platforms/BeagleBoard/BeagleBoardLib: switch to ASM_FUNC() asm macro
` [PATCH 3/6] Platforms/Styx: remove unused AmdStyxSecLib
` [PATCH 4/6] Platforms/Styx: switch to ASM_FUNC() asm macro
` [PATCH 5/6] Platforms/Hisilicon/ArmPlatformLibPv660: "
` [PATCH 6/6] Platforms/Marvell/Armada70x0Lib: "

[PATCH 00/26] ARM assembler cleanup series
 2016-08-11 11:31 UTC  (28+ messages)
` [PATCH 03/26] ArmPkg/AsmMacroIoLib: remove unused obsolete MMIO and other asm macros
` [PATCH 05/26] ArmPkg: introduce ASM_FUNC, MOV32/MOV64 and ADRL/LDRL macros
` [PATCH 12/26] ArmPkg/ArmLib: switch to ASM_FUNC() asm macro
` [PATCH 19/26] BeagleBoardPkg: remove unused Sec.inf module
` [PATCH 21/26] ArmPlatformPkg/ArmJunoLib: switch to ASM_FUNC() asm macro
` [PATCH 22/26] ArmPlatformPkg/PrePi: "
` [PATCH 23/26] ArmPlatformPkg/PrePeiCore: "
` [PATCH 24/26] ArmPlatformPkg/ArmVExpressPkg: "
` [PATCH 25/26] ArmPlatformPkg/ArmPlatformLibNull: "
` [PATCH 26/26] ArmPlatformPkg/ArmPlatformStackLib: "

[PATCH v2] MdeModulePkg/Browser: Enhance the logic when getting value from AltResp
 2016-08-11 10:52 UTC  (2+ messages)

[patch] MdeModulePkg: Refine codes of iSCSI driver
 2016-08-11  8:43 UTC  (3+ messages)

[PATCH] CryptoPkg: Fix capitalization of path name in Patch-HOWTO.txt
 2016-08-11  7:27 UTC  (2+ messages)

[PATCH] CryptoPkg: Fix "responsiblity" typos
 2016-08-11  7:27 UTC  (2+ messages)

[patch] NetworkPkg: Refine codes of iSCSI driver
 2016-08-11  7:17 UTC  (5+ messages)

[patch] BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCode
 2016-08-11  7:16 UTC  (2+ messages)

[MdeModulePkg] SetVirtualAddressMap() crashed due to DxeReportStatusCodeLib assuming the state of the BootService Memory at runtime
 2016-08-11  3:06 UTC  (12+ messages)

SATA AHCI issue
 2016-08-11  1:55 UTC  (10+ messages)

[PATCH] ArmPkg: Fix double GIC EIOR write per interrupt
 2016-08-10 21:06 UTC  (20+ messages)


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