public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-11-17 23:46:48 to 2016-11-24 02:56:45 UTC [more...]

[PATCH 0/5] Code refinements in MdeModulePkg/EbcDebugger
 2016-11-24  2:56 UTC  (6+ messages)
` [PATCH 1/5] MdeModulePkg/EbcDebugger: Operands of same size for bitwise operation
` [PATCH 2/5] MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg'
` [PATCH 3/5] MdeModulePkg/EbcDebugger: Add missing check for symbol not found
` [PATCH 4/5] MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULL
` [PATCH 5/5] MdeModulePkg/EbcDebugger: Compare ASCII char with '\0'

[PATCH 0/3] UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GB
 2016-11-24  2:37 UTC  (9+ messages)
` [PATCH 1/3] UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variable
` [PATCH 2/3] UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GB
` [PATCH 3/3] UefiCpuPkg/DxeMpLib: Make sure APs in safe loop code

[PATCH V3] UefiCpuPkg/PiSmmCpu: Correct exception message
 2016-11-24  2:01 UTC  (3+ messages)

[PATCH] Vlv2TbltDevicePkg: Update BIOS ID to V0.94
 2016-11-24  1:27 UTC  (2+ messages)

[PATCH 0/4] UefiCpuPkg, OvmfPkg: multiprocessing fixes and improvements
 2016-11-24  1:18 UTC  (11+ messages)
` [PATCH 1/4] UefiCpuPkg/LocalApicLib: fix feature test for Extended Topology CPUID leaf
` [PATCH 2/4] UefiCpuPkg/MpInitLib: "
` [PATCH 3/4] UefiCpuPkg/MpInitLib: allow platforms to provide a known CPU count upfront
` [PATCH 4/4] OvmfPkg/PlatformPei: set PcdCpuKnownLogicalProcessorNumber for MpInitLib

[PATCH RESEND] Fix TianoCore building under Fedora Core 25
 2016-11-24  1:15 UTC  (12+ messages)
` [PATCH RESEND] OvmfPkg/build.sh: Use GCC49 toolchain with GCC 6.*
      ` [PATCH v2] Compile TianoCore under Fedora Core 25
        ` [PATCH v2] OvmfPkg/build.sh: Make GCC5 the default toolchain, catch GCC43 and earlier
              ` [Xen-devel] "
                ` PATCH v3] Compile TianoCore under Fedora Core 25
                  ` [PATCH v3] OvmfPkg/build.sh: Make GCC5 the default toolchain, catch GCC43 and earlier

EXT FS support
 2016-11-24  1:03 UTC  (13+ messages)

[PATCH] UefiCpuPkg/PiSmmCpu: Fixed #double fault on #page fault
 2016-11-24  0:45 UTC  (3+ messages)

OvmfPkg: VM crashed trying to write to RO memory from CommonInterruptEntry
 2016-11-23 16:54 UTC  (8+ messages)

[PATCH v3] MdePkg IndustryStandard: Add DDR3, DDR4 and LPDDR definition per SPD spec
 2016-11-23 16:18 UTC  (2+ messages)

[PATCH v2 0/4] OvmfPkg: broadcast SMIs and dynamically revert to traditional AP sync mode
 2016-11-23 15:44 UTC  (10+ messages)
` [PATCH v2 1/4] UefiCpuPkg/PiSmmCpuDxeSmm: dynamic PcdCpuSmmApSyncTimeout, PcdCpuSmmSyncMode
` [PATCH v2 2/4] OvmfPkg: dynamic defaults for "
` [PATCH v2 3/4] OvmfPkg/IndustryStandard: add macros for QEMU's SMI feature control bits
` [PATCH v2 4/4] OvmfPkg/SmmControl2Dxe: select broadcast SMI if available

[PATCH] MdeModulePkg/AtaAtapiPassThru: Set GHC.AE bit unconditionally for Ahci
 2016-11-23 14:58 UTC 

[PATCH v3 0/5] MdeModulePkg: add support for non-discoverable devices
 2016-11-23 14:31 UTC  (22+ messages)
` [PATCH v3 1/5] MdeModulePkg: introduce non-discoverable device protocol
` [PATCH v3 3/5] MdeModulePkg: implement generic PCI I/O driver for non-discoverable devices

[PATCH v8 0/4] enhance MMC
 2016-11-23 13:36 UTC  (5+ messages)
` [PATCH v8 1/4] MmcDxe: add interface in mmc host protocol
` [PATCH v8 2/4] MmcDxe: set iospeed and bus width in SD stack
` [PATCH v8 3/4] PL180: update for indentifying SD
` [PATCH v8 4/4] MmcDxe: expand to support multiple blocks

[Patch 0/2] BaseTools tools_def.txt: Update GCC ASLPP_FLAGS
 2016-11-23 10:09 UTC  (3+ messages)
` [Patch 1/2] BaseTools tools_def.txt: Remove -P option in "

[PATCH v7 0/4] enhance MMC
 2016-11-23  9:01 UTC  (10+ messages)
` [PATCH v7 1/4] MmcDxe: add interface to change io width and speed
` [PATCH v7 2/4] MmcDxe: set iospeed and bus width in SD stack
` [PATCH v7 3/4] PL180: update for indentifying SD
` [PATCH v7 4/4] MmcDxe: expand to support multiple blocks

[PATCH v2] MdeModulePkg/DriverSample: Remove the password related codes
 2016-11-23  8:52 UTC  (2+ messages)

[Patch 00/10] Enable BlockSid related PP actions
 2016-11-23  8:14 UTC  (4+ messages)

[patch] MdeModulePkg/DriverSample: Remove the password related codes
 2016-11-23  7:51 UTC  (2+ messages)

[Patch] MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPoint
 2016-11-23  7:18 UTC  (2+ messages)

[patch] MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to dev
 2016-11-23  7:18 UTC  (2+ messages)

[PATCH V2] UefiCpuPkg/PiSmmCpu: Correct exception message
 2016-11-23  5:56 UTC 

[Patch] BaseTools: report error for same Guid's Private definition conflict
 2016-11-23  3:12 UTC  (2+ messages)

[PATCH] ShellPkg/MV: Fix MV to deny moving parent of current directory
 2016-11-23  2:58 UTC 

[PATCH] UefiCpuPkg/PiSmmCpu: Correct exception message
 2016-11-23  0:38 UTC  (3+ messages)

tianocore.org site broken
 2016-11-22 18:05 UTC  (2+ messages)

[PATCH 0/3] Remove the ArmPkg LinuxLoader
 2016-11-22 17:09 UTC  (8+ messages)
` [PATCH 1/3] EmbeddedPkg/AndroidFastboot: drop dependency on the LinuxLoader
` [PATCH 2/3] BeagleBoardPkg/BeagleBoardPkg.dsc: remove the LinuxLoader application
` [PATCH 3/3] ArmPkg: "

[Patch] MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4
 2016-11-22 13:08 UTC  (2+ messages)

[PATCH v6 0/4] enhance MMC
 2016-11-22  8:58 UTC  (6+ messages)
` [PATCH v6 1/4] MmcDxe: add interface to change io width and speed
` [PATCH v6 2/4] MmcDxe: set iospeed and bus width in SD stack
` [PATCH v6 3/4] PL180: update for indentifying SD
` [PATCH v6 4/4] MmcDxe: expand to support multiple blocks

[patch] MdeModulePkg/DisplayEngine: Return the selectable menu correctly
 2016-11-22  8:25 UTC  (2+ messages)

[PATCH] MdeModulePkg/PiSmmCore: Cache CommunicationBuffer info before using it
 2016-11-22  6:25 UTC  (2+ messages)

[PATCH] SecurityPkg Tcg2Dxe: ASSERT to ensure 'VarData' is not NULL
 2016-11-22  1:29 UTC  (3+ messages)

[PATCH] SecurityPkg DxeTcg2PPLib: Lock Tcg2PhysicalPresenceFlags variable on S4
 2016-11-22  0:53 UTC  (2+ messages)

ArmPkg/PlatformBootManagerLib : Multiple UEFI Shell Boot entries
 2016-11-21 11:31 UTC  (2+ messages)

map -r command
 2016-11-21  9:02 UTC 

[PATCH v2] MdeModulePkg CapsuleApp: ASSERT to ensure 'CapsuleIndex' is not NULL
 2016-11-21  7:57 UTC  (2+ messages)

[PATCH] SecurityPkg TcgStorageCoreLib: ASSERT to ensure 'ByteSeq' is not NULL
 2016-11-21  7:57 UTC  (2+ messages)

[PATCH] BaseTools: Skip module AutoGen by comparing timestamp
 2016-11-21  6:17 UTC  (4+ messages)

[PATCH v2] BaseTools: Skip module AutoGen by comparing timestamp
 2016-11-21  6:14 UTC 

[PATCH v2] MdeModulePkg/DxeCapsuleLibFmp: Use AllocatePool for CapsuleResultVariable
 2016-11-21  2:48 UTC  (2+ messages)

[patch] MdeModulePkg/DxeCapsuleLibFmp: Use AllocatePool for CapsuleResultVariable
 2016-11-21  1:32 UTC  (3+ messages)

[PATCH] ArmPkg/ArmMmuLib: support page tables in cacheable memory only
 2016-11-20 17:12 UTC 

[PATCH v2 0/2] Add volatile for mNumberToFinish
 2016-11-19  0:34 UTC  (7+ messages)

ACPI IO Remapping Table Signature
 2016-11-18 15:28 UTC  (2+ messages)

[PATCH 0/3] OvmfPkg: broadcast SMIs and revert to traditional AP sync mode
 2016-11-18 12:51 UTC  (2+ messages)

EDK2 master build failure
 2016-11-18  9:51 UTC  (3+ messages)

[Patch] OvmfPkg AcpiTables: Use PcdDebugIoPort to describe QEMU debug console
 2016-11-18  8:23 UTC  (4+ messages)

[Patch 0/2] Check-for-the-max-DHCP-packet-length
 2016-11-18  8:10 UTC  (2+ messages)

[PATCH V2 0/4] Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB
 2016-11-18  7:46 UTC  (7+ messages)
` [PATCH V2 1/4] SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external
` [PATCH V2 2/4] SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib
` [PATCH V2 3/4] SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize()
` [PATCH V2 4/4] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

[PATCH] SecurityPkg Tcg2Pei: Add comments into LogHashEvent()
 2016-11-18  5:47 UTC  (2+ messages)

[PATCH v2] MdePkg IndustryStandard: Add DDR3, DDR4 and LPDDR definition per SPD spec
 2016-11-18  5:22 UTC 

[PATCH] PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDT
 2016-11-18  2:32 UTC  (5+ messages)

[PATCH] SecurityPkg Tcg2Dxe: Get correct digest list size
 2016-11-18  2:20 UTC  (4+ messages)

[PATCH 0/2] Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB
 2016-11-18  1:40 UTC  (5+ messages)
` [PATCH 2/2] SecurityPkg "

[Patch v2 0/3] MdePkg/BaseSynchronizationLib: Add volatile
 2016-11-18  0:55 UTC  (2+ messages)

[Patch v2 0/2] Fix ACPI S3 resume failure with GCC 5.4
 2016-11-18  0:48 UTC  (3+ messages)

[PATCH] UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX
 2016-11-18  0:44 UTC  (3+ messages)


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