public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-03-14 18:28:54 to 2018-03-17 08:20:52 UTC [more...]

[patch] MdeModulePkg: Fix coding style issues in file/function comments
 2018-03-17  8:27 UTC  (2+ messages)

[Patch] BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible format
 2018-03-17  7:37 UTC 

[PATCH v1 0/9] BaseTools: refactor variables and regular expressions
 2018-03-16 23:27 UTC  (10+ messages)
` [PATCH v1 1/9] BaseTools: FdfParser and FdfParserLite share reg exp
` [PATCH v1 2/9] BaseTools: GlobalData share same MACRO name definition
` [PATCH v1 3/9] BaseTools: add GUID pattern to global data
` [PATCH v1 4/9] BaseTools: use new shared GUID regular expressions
` [PATCH v1 5/9] BaseTools: Regular Expressions refactor out the hex char for later reuse
` [PATCH v1 6/9] BaseTools: Add new RegExp for future use
` [PATCH v1 7/9] BaseTools: Use precompiled RegExp
` [PATCH v1 8/9] BaseTools: GlobalData Add a regular expression for a hex number
` [PATCH v1 9/9] BaseTools: remove local hex number regular expression

[PATCH 0/5] ArmVirtPkg, OvmfPkg: improve firmware duration of direct kernel boot
 2018-03-16 19:02 UTC  (20+ messages)
` [PATCH 1/5] ArmVirtPkg/PlatformBootManagerLib: return to "-kernel before boot devices"
` [PATCH 2/5] OvmfPkg/PlatformBootManagerLib: wrap overlong lines in "BdsPlatform.c"
` [PATCH 3/5] OvmfPkg/PlatformBootManagerLib: rejuvenate old-style function comments
` [PATCH 4/5] OvmfPkg/PlatformBootManagerLib: hoist PciAcpiInitialization()
` [PATCH 5/5] OvmfPkg/PlatformBootManagerLib: process "-kernel" before boot devices

[staging/dynamictables PATCH] Branch to implement Dynamic Tables Framework
 2018-03-16 16:53 UTC  (4+ messages)

[PATCH 0/4] Add ARM64 support for VS2017
 2018-03-16 16:35 UTC  (9+ messages)

[RFC PATCH edk2-platforms 0/6] expand capsule to include SCP firmware
 2018-03-16 16:13 UTC  (7+ messages)
` [RFC PATCH edk2-platforms 1/6] Silicon/SynQuacerPlatformFlashAccessLib: fix return value on no FVB found
` [RFC PATCH edk2-platforms 2/6] Silicon/SynQuacerPlatformFlashAccessLib: don't dereference FVB header fields
` [RFC PATCH edk2-platforms 3/6] Silicon/SynQuacerPlatformFlashAccessLib: skip empty blocks
` [RFC PATCH edk2-platforms 4/6] Silicon/SynQuacer: make lowest supported f/w version PCD configurable
` [RFC PATCH edk2-platforms 5/6] TEMPORARY
` [RFC PATCH edk2-platforms 6/6] Platform/Socionext/DeveloperBox: add SCP firmware image to capsule

[PATCH] BaseTools: --hash --binary-destination generate wrong binary path
 2018-03-16 15:45 UTC  (2+ messages)

[PATCH] ArmPkg/TimerDxe: remove workaround for KVM timer handling
 2018-03-16 13:25 UTC  (7+ messages)

[PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version
 2018-03-16 13:01 UTC  (3+ messages)

[Patch] BaseTools: Detect structure pcd header file change
 2018-03-16  9:40 UTC 

[Patch] BaseTools: Detect structure pcd header file change
 2018-03-16  8:13 UTC 

[PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsule
 2018-03-16  7:24 UTC  (2+ messages)

[PATCH v5] ShellPkg: Add acpiview tool to dump ACPI tables
 2018-03-16  7:11 UTC  (2+ messages)

[PATCH v1 0/5] BaseTools - some simple cleanups for BaseTools
 2018-03-16  6:52 UTC  (2+ messages)

[PATCH] MdeModulePkg/PiSmmCore: fix #PF caused by freeing read-only memory
 2018-03-16  6:44 UTC  (4+ messages)

[Patch] MdePkg BaseStackCheckLib: Correct style of file header
 2018-03-16  6:41 UTC  (2+ messages)

[PATCH] edksetup.sh: Update help section regarding positional
 2018-03-16  6:18 UTC  (3+ messages)

[Patch] MdeModulePkg BrotliLib: Rename function with the specific lib name
 2018-03-16  6:10 UTC  (2+ messages)

[Patch] DecSpecification: Add structure PCD definition syntax
 2018-03-16  4:43 UTC 

[Patch] BuildSpecification: Clarify structure PCD field value assignment precedence
 2018-03-16  4:42 UTC 

[Patch 0/3] Update DscSpecification for structure PCD support
 2018-03-16  4:41 UTC  (4+ messages)
` [Patch 1/3] DSCSpecification: Add syntax to support SKU ID inherit from another SKU ID
` [Patch 2/3] DscSpecification: Add DefaultStores section to describe the default setting
` [Patch 3/3] DscSpecification: Add structure PCD field value assignment syntax

[PATCH 00/15] Remove TrEE*
 2018-03-16  3:53 UTC  (23+ messages)
` [PATCH 01/15] ShellPkg/UefiHandleParsingLib: remove TrEE reference
` [PATCH 02/15] QuarkPlatformPkg: "
` [PATCH 03/15] Vlv2TbltDevicePkg/Tcg2PhysicalPresenceLib: use Tcg2 instead of TrEE
` [PATCH 04/15] Vlv2TbltDevicePkg/Bds: "
` [PATCH 05/15] Vlv2TbltDevicePkg/dsc/fdf: "
` [PATCH 06/15] SecurityPkg/dsc: remove TrEE
` [PATCH 07/15] SecurityPkg/TrEESmm: "
` [PATCH 08/15] SecurityPkg/TrEEDxe: "
` [PATCH 09/15] SecurityPkg/TrEEPei: "
` [PATCH 10/15] SecurityPkg/TrEEConfig: "
` [PATCH 11/15] SecurityPkg/Tpm2DeviceLibTrEE: "
` [PATCH 12/15] SecurityPkg/TrEEPhysicalPresenceLib: "
` [PATCH 13/15] SecurityPkg/TrEEVendorLib: "
` [PATCH 14/15] SecurityPkg/include: "
` [PATCH 15/15] SecurityPkg/dec: "

[Patch] UefiCpuPkg CpuExceptionHandlerLib: use FixedPcdGetSize() as the macro value
 2018-03-16  3:16 UTC  (2+ messages)

Using PcdSet32S for gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
 2018-03-16  1:25 UTC  (3+ messages)

To save size, use NULL library for DebugLib and ReportStatusCodeLib
 2018-03-15 22:12 UTC  (3+ messages)

[PATCH v1 0/5] BaseTools: improve reuse and remove dead code
 2018-03-15 21:39 UTC  (6+ messages)
` [PATCH v1 1/5] BaseTools: StrGather has redundant declaration
` [PATCH v1 2/5] BaseTools: StrGather simplify string/int conversion functions
` [PATCH v1 3/5] BaseTools: StrGather remove functions no one calls
` [PATCH v1 4/5] BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs
` [PATCH v1 5/5] BaseTools: FdfParser remove class never used

To save size, use NULL library for DebugLib and ReportStatusCodeLib
 2018-03-15 21:22 UTC 

[PATCH edk2-platforms] Platform/Socionext/DeveloperBox: add SMBIOS tables
 2018-03-15 21:00 UTC  (5+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer; add cache topology information to device tree
 2018-03-15 21:00 UTC  (3+ messages)

[PATCH v7 0/6] Add translation support to generic PciHostBridge
 2018-03-15 20:11 UTC  (12+ messages)
` [PATCH v7 1/6] CorebootPayloadPkg/PciHostBridgeLib: clear aperture vars for (re)init
` [PATCH v7 2/6] OvmfPkg/PciHostBridgeLib: clear PCI "
` [PATCH v7 3/6] MdeModulePkg/PciHostBridgeLib.h: add address Translation
` [PATCH v7 4/6] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [PATCH v7 5/6] MdeModulePkg/PciBus: convert host address to device address
` [PATCH v7 6/6] MdeModulePkg/PciBus: return CPU address for GetBarAttributes

[PATCH][platforms/devel-dynamictables] Branch to implement Dynamic Tables Framework
 2018-03-15 19:32 UTC  (2+ messages)

[PATCH edk2-platforms] Silicon/AMD/Styx: add PPTT ACPI table
 2018-03-15 19:07 UTC  (2+ messages)

[PATCH] Branch to implement Dynamic Tables Framework
 2018-03-15 19:05 UTC 

[PATCH][platforms/devel-dynamictables] Branch to implement Dynamic Tables Framework
 2018-03-15 18:58 UTC  (2+ messages)

[staging/dynamictables PATCH] Branch to implement Dynamic Tables Framework
 2018-03-15 18:47 UTC  (2+ messages)

Intel Reference Board doesn't work after inserting INT 15h/86h into Flat32.asm
 2018-03-15 16:44 UTC  (2+ messages)

GOP:Frame Buffer memory type?
 2018-03-15 16:17 UTC  (2+ messages)

[PATCH edk2-platforms v2 0/7] SynQuacer ACPI support
 2018-03-15 16:06 UTC  (4+ messages)

[PATCH V2] SecurityPkg OpalPasswordDxe:Fix wrong BufferSize input to UnicodeSPrint
 2018-03-15 14:06 UTC  (2+ messages)

[PATCH 0/4] implement runtime debug output protocl
 2018-03-15 12:49 UTC  (3+ messages)
` [PATCH 4/4] ArmPlatformPkg: add PL011 UART runtime debug driver

[edk2 UsbMassStorageDxe v1 0/1] Calculating the count of blocks to transfer
 2018-03-15 12:29 UTC  (2+ messages)
` [edk2 UsbMassStorageDxe v1 1/1] MdeModulePkg/Usb: Replace macro USB_BOOT_IO_BLOCKS

[PATCH v2 0/1] ArmPkg/TimerDxe: Add ISB for timer compare value reload
 2018-03-15 10:02 UTC  (11+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/1] ArmPkg/TimerDxe: Add ISB for timer compare value reload
 2018-03-15  8:08 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v6 0/6] Add translation support to generic PciHostBridge
 2018-03-15  6:50 UTC  (12+ messages)
` [PATCH v6 1/6] CorebootPayloadPkg/PciHostBridgeLib: clear aperture vars for (re)init
` [PATCH v6 2/6] OvmfPkg/PciHostBridgeLib: clear PCI "
` [PATCH v6 3/6] MdeModulePkg/PciHostBridgeLib.h: add address Translation
` [PATCH v6 4/6] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [PATCH v6 5/6] MdeModulePkg/PciBus: convert host address to device address
` [PATCH v6 6/6] MdeModulePkg/PciBus: return CPU address for GetBarAttributes

[Patch] BaseTools: Add PackageDocumentTools into Scripts folder
 2018-03-15  6:45 UTC 

[Patch 0/5] Add multi-cert PcdPkcs7CertBufferXdr
 2018-03-15  6:36 UTC  (5+ messages)
` [Patch 3/5] SecurityPkg/EdkiiSystemCapsuleLib: Use PcdPkcs7CertBufferXdr
` [Patch 4/5] Vlv2TbltDevicePkg/PlatformBootManagerLib: Check PcdPkcs7CertBufferXdr

[PATCH v3 0/3] fix empty window period of HeapGuard before CpuArchProtocol
 2018-03-15  5:28 UTC  (5+ messages)
` [PATCH v3 1/3] MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installed
` [PATCH v3 2/3] MdeModulePkg/PiSmmCore: fix bits operation error on a boundary condition
` [PATCH v3 3/3] MdeModulePkg/Core: "

[PATCH] MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installed
 2018-03-15  5:04 UTC  (3+ messages)

[RFC] Remove X86 .asm and .S assembly files in EDK2
 2018-03-15  4:33 UTC  (4+ messages)

[PATCH v5 0/6] Add translation support to generic PciHostBridge
 2018-03-15  3:25 UTC  (9+ messages)
` [PATCH v5 4/6] MdeModulePkg/PciHostBridgeDxe: Add support for address translation

[PATCH] MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installed
 2018-03-15  1:09 UTC  (2+ messages)

[PATCH v1 0/2] BaseTools: AutoGen code style compliance
 2018-03-15  0:20 UTC  (3+ messages)
` [PATCH v1 1/2] BaseTools: Autogen - modify to use standard parent/child class relationships
` [PATCH v1 2/2] BaseTools: AutoGen should use is None not == None

AARCH64:Use of EFI_MEMORY_XP
 2018-03-14 19:39 UTC  (2+ messages)


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