public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-06-13 06:06:03 to 2017-06-22 13:33:58 UTC [more...]

[PATCH 0/2] Update comments and code for GetNextVariableName to follow UEFI 2.7
 2017-06-22 13:35 UTC  (2+ messages)
` [PATCH 1/2] MdePkg: Update comments "

[PATCH V3] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol
 2017-06-22 13:07 UTC  (4+ messages)

[RFC] migration of OpenPlatformPkg to tianocore
 2017-06-22 12:49 UTC  (10+ messages)

[Patch V3] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support
 2017-06-22 12:23 UTC  (4+ messages)

[PATCH 1/2] BaseTools/tools_def GCC: ARM/AARCH64: replace -save-temps with -pipe
 2017-06-22 11:09 UTC  (10+ messages)
` [PATCH 2/2] BaseTools/tools_def: AARCH64: disable LTO type mismatch warnings

[PATCH] MdePkg/IndustryStandard: update ACPI/IORT definitions to revision C
 2017-06-22 11:02 UTC 

[staging/cadence-aarch64 PATCH v3 0/6] CadencePkg: Add package for Cadence hardware IP support
 2017-06-22  9:32 UTC  (7+ messages)
` [staging/cadence-aarch64 PATCH v3 1/6] CadencePkg: Add libraries for Cadence CSP platform
` [staging/cadence-aarch64 PATCH v3 2/6] CadencePkg: Add library for Cadence UART
` [staging/cadence-aarch64 PATCH v3 3/6] CadencePkg: Add PCI host bridge library for Cadence PCIe Root Complex
` [staging/cadence-aarch64 PATCH v3 4/6] CadencePkg: Add SEC phase implementation for Cadence CSP platform
` [staging/cadence-aarch64 PATCH v3 5/6] CadencePkg: Add ACPI tables "
` [staging/cadence-aarch64 PATCH v3 6/6] CadencePkg: Add .dsc, .fdf and .dec files "

[staging/cadence-aarch64 PATCH v2 0/6] CadencePkg: Add package for Cadence hardware IP support
 2017-06-22  9:26 UTC  (20+ messages)
` [staging/cadence-aarch64 PATCH v2 1/6] CadencePkg: Add libraries for Cadence CSP platform
` [staging/cadence-aarch64 PATCH v2 3/6] CadencePkg: Add PCI host bridge library for Cadence PCIe Root Complex
` [staging/cadence-aarch64 PATCH v2 4/6] CadencePkg: Add SEC phase implementation for Cadence CSP platform
` [staging/cadence-aarch64 PATCH v2 5/6] CadencePkg: Add ACPI tables "
` [staging/cadence-aarch64 PATCH v2 6/6] CadencePkg: Add .dsc, .fdf and .dec files "

[PATCH 0/2] Add EFI Partition Information Protocol
 2017-06-22  8:44 UTC  (3+ messages)
` [PATCH 1/2] MdePkg: Add EFI Partition Information Protocol definitions
` [PATCH 2/2] MdeModulePkg/PartitionDxe: Add impl of Partition Information Protocol

[PATCH] ShellPkg DmpStore: Make NameSize to be consistent with name buffer
 2017-06-22  8:11 UTC  (2+ messages)

[Patch] BaseTools: Enhance DEC Defines section format check
 2017-06-22  8:10 UTC 

[PATCH] IntelSiliconPkg: Add package DSC file
 2017-06-22  2:56 UTC 

EmulatorPkg build issue
 2017-06-22  2:15 UTC  (4+ messages)

[PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa
 2017-06-22  2:11 UTC  (3+ messages)

[PATCH v5 0/2] UefiCpuPkg: Add CPUID support for AMD
 2017-06-21 17:46 UTC  (6+ messages)
` [PATCH v5 1/2] UefiCpuPkg: Add CPUID definitions "
` [PATCH v5 2/2] UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD

[PATCH] MdeModulePkg Variable: Add missing change in dd59d95e1994
 2017-06-21 13:48 UTC  (2+ messages)

[PATCH] MdeModulePkg: Enhance the debug message for InstallProtocolInterface
 2017-06-21 12:12 UTC  (2+ messages)

[PATCH 0/2] Return EFI_INVALID_PARAMETER in LocateProtocol for Protocol==NULL
 2017-06-21 12:11 UTC  (4+ messages)
` [PATCH 1/2] MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 spec
` [PATCH 2/2] MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULL

[PATCH 0/2] Minor update to the Data parameter for PEI GetVariable()
 2017-06-21 12:11 UTC  (4+ messages)
` [PATCH 1/2] MdePkg: "
` [PATCH 2/2] MdeModulePkg: "

HTTP Boot failed to download NBP file if it is .iso type
 2017-06-21 11:46 UTC  (7+ messages)

[PATCH 0/5] OvmfPkg: recognize an extended TSEG when QEMU offers it
 2017-06-21  0:52 UTC  (9+ messages)
` [PATCH 1/5] OvmfPkg: introduce Q35TsegSizeLib (class header and sole lib instance)

How can we identify an ISO file is an EFI bootable ISO image?
 2017-06-21  0:48 UTC  (5+ messages)

[PATCH] ArmPlatformPkg: eliminate Juno gcc build warning
 2017-06-20 20:05 UTC  (9+ messages)

Warnings cross-building AARCH64 package with GCC 6.2.1 (-Wlto-type-mismatch)
 2017-06-20 16:24 UTC  (2+ messages)

[edk2-share PATCH] UefiDriverWizard: update supported targets
 2017-06-20 11:49 UTC 

[Patch][edk2-platforms] Vlv2TbltDevicePkg: Update BIOS ID to V0.96
 2017-06-20  9:01 UTC 

[Patch] BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd value
 2017-06-20  8:04 UTC 

PISCT error
 2017-06-20  6:11 UTC  (2+ messages)

[PATCH] MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()
 2017-06-20  4:30 UTC  (4+ messages)

[Patch V2] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support
 2017-06-20  0:57 UTC  (2+ messages)

Smbus support ddr4 spd new command question
 2017-06-19 10:25 UTC 

build error on fresh download
 2017-06-19  9:32 UTC  (4+ messages)

[PATCH] MdePkg: Add EFI UFS Device Config Protocol definitions
 2017-06-19  6:57 UTC  (2+ messages)

[PATCH] MdePkg/BluetoothConfig: Update comments for GetData/GetRemoteData
 2017-06-19  5:32 UTC  (2+ messages)

[PATCH v2 0/8] Update function comments according to UEFI2.7 spec
 2017-06-19  4:58 UTC  (12+ messages)
` [PATCH v2 1/8] MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec
` [PATCH v2 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx
` [PATCH v2 3/8] MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7
` [PATCH v2 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments
` [PATCH v2 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7
` [PATCH v2 6/8] MdePkg: update comments in ResetSystem() "
` [PATCH v2 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec
` [PATCH v2 8/8] MdeModulePkg: "

[patch 0/8] Update function comments according to UEFI2.7 spec
 2017-06-19  2:57 UTC  (21+ messages)
` [patch 1/8] MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec
` [patch 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx
` [patch 3/8] MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7
` [patch 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments
` [patch 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7
` [patch 6/8] MdePkg: update comments in ResetSystem() "
` [patch 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec
` [patch 8/8] MdeModulePkg: "

[PATCH v4 0/2] UefiCpuPkg: Add CPUID support for AMD
 2017-06-16 22:57 UTC  (3+ messages)
` [PATCH v4 1/2] UefiCpuPkg: Add CPUID definitions "
` [PATCH v4 2/2] UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS ID
 2017-06-16  9:13 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Set I2S pins
 2017-06-16  5:37 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build script
 2017-06-16  2:50 UTC  (2+ messages)

[PATCH V2] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol
 2017-06-15 17:17 UTC  (2+ messages)

[PATCH v3 0/2] UefiCpuPkg: Add CPUID support for AMD
 2017-06-15 16:28 UTC  (7+ messages)
` [PATCH v3 2/2] UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD

[PATCH v2 staging][BaseToolsOpt 0/4] Enable multiple driver combination
 2017-06-15 13:47 UTC  (6+ messages)
` [PATCH v2 staging][BaseToolsOpt 1/4] BaseTools: Merge multiple drivers into one for size and link performance
` [PATCH v2 staging][BaseToolsOpt 2/4] SamplePkg: Add it to show the edk2 usage case
` [PATCH v2 staging][BaseToolsOpt 3/4] SamplePkg: Combine two drivers into one
` [PATCH v2 staging][BaseToolsOpt 4/4] Update Readme.MD to include multiple driver combination

[Patch 0/2] Add HTTP Boot Callback Protocol support
 2017-06-15  7:59 UTC  (5+ messages)
` [Patch 1/2] MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7
` [Patch 2/2] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support

[PATCH] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol
 2017-06-15  7:36 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS ID
 2017-06-15  6:45 UTC 

Regarding UefiDriverEntryPoint unload handler
 2017-06-15  3:27 UTC 

[Patch 1/2 V2] BaseTools: add /Gw to CC_FLAGS for VS2013 and higher tool chain tags
 2017-06-15  2:55 UTC  (2+ messages)

Regarding UefiDriverEntryPoint unload handler
 2017-06-15  2:51 UTC  (2+ messages)

[PATCH] MdePkg/Cper.h: Update Firmware Error Record per UEFI 2.7
 2017-06-15  1:05 UTC 

[PATCH v2] EmbeddedPkg/MmcDxe: Add alignment for ECSD data
 2017-06-14 15:18 UTC  (6+ messages)

[Patch 0/2] Add /Gw to CC_FLAGS for VS 2013 and higher tool chains
 2017-06-14  7:37 UTC  (5+ messages)
` [Patch 1/2] BaseTools: add /Gw to CC_FLAGS for VS2013 and higher tool chain tags
` [Patch 2/2] MdePkg: update Base.h in MdePkg to check the _MSC_VER

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add code for WIFI/BT
 2017-06-14  6:17 UTC  (2+ messages)

[Patch V2] UefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility issues
 2017-06-13 23:15 UTC  (4+ messages)

[edk2-CCodingStandardsSpecification] Create release/2.20 branch
 2017-06-13 16:09 UTC 

[PATCH V2] UefiCpuPkg/SmmCpuFeatureLib: Add more CPU ID for SmmFeatureControl
 2017-06-13  8:22 UTC  (2+ messages)

[PATCH] UefiCpuPkg/SmmCpuFeatureLib: Add more CPU ID for SmmFeatureControl
 2017-06-13  6:43 UTC  (3+ messages)

[Patch 0/2] Typo fix and comments correction
 2017-06-13  6:07 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