public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-03-27 02:23:16 to 2018-04-03 14:52:01 UTC [more...]

[PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
 2018-04-03 14:51 UTC  (4+ messages)
` [PATCH 01/13] OvmfPkg/TlsAuthConfigLib: configure trusted cipher suites for HTTPS boot
` [PATCH 02/13] MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
` [PATCH 03/13] NetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherList

[PATCH v2 00/15] rid PiSmmCpuDxeSmm of DB-encoded instructions
 2018-04-03 12:57 UTC  (2+ messages)

OVMF UsbBulkTransfer returns EFI_OUT_OF_RESOURCES
 2018-04-03 11:49 UTC  (2+ messages)

[PATCH 0/2] Refine some comments about SmmMemoryAttribute
 2018-04-03 11:42 UTC  (6+ messages)
` [PATCH 1/2] MdeModulePkg SmmMemoryAttribute.h: Refine some comments
` [PATCH 2/2] UefiCpuPkg PiSmmCpuDxeSmm: Refine some comments about SmmMemoryAttribute

OVMF package : Question about Qemu/Xen support
 2018-04-03 10:36 UTC  (2+ messages)

[PATCH v1 0/4] BaseTools: remove un-needed code
 2018-04-03  9:26 UTC  (6+ messages)
` [PATCH v1 1/4] BaseTools: change hex parsing to use built in
` [PATCH v1 2/4] BaseTools: remove uncalled function
` [PATCH v1 3/4] BaseTools: make static functions when self is not needed
` [PATCH v1 4/4] BaseTools: remove uncalled functions

[PATCH v1 0/3] BaseTools: reduce RegExp compile times
 2018-04-03  9:26 UTC  (5+ messages)
` [PATCH v1 1/3] BaseTools: use single RegExp for token matching
` [PATCH v1 2/3] BaseTools: use new RegEx from FdfParserLite
` [PATCH v1 3/3] BaseTools: fix comment cut/paste error

[Patch] Build Spec: Update Version to 1.28
 2018-04-03  8:35 UTC  (16+ messages)
` [Patch] DEC spec: Update version to 1.27
` [Patch] DSC spec: Update version to 1.28
` [Patch] edk2-VfrSpecification: update version to 1.92
` [Patch] Expression spec: update version to 1.3
` [Patch] FDF spec: Update version to 1.28
` [Patch] INF spec: Update version to 1.27

[PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion
 2018-04-03  6:06 UTC  (12+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add Memory test code
 2018-04-03  2:59 UTC 

[Patch] ShellPkg/dblk: Avoid overwriting Media->IoAlign
 2018-04-02 23:29 UTC 

[Patch] MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls
 2018-04-02 22:40 UTC 

[Patch] Build Spec: update chapter 2.7's format
 2018-04-02  9:02 UTC  (2+ messages)

[Patch] Build spec: Add some clarification and clean up for build report
 2018-04-02  9:02 UTC  (2+ messages)

[Patch] BaseTools: Pcds in [Components] are not display correct in the report
 2018-04-02  3:20 UTC 

[Patch] BaseTools: Pcd not used info should not in Module PCD section
 2018-04-02  3:20 UTC 

[PATCH 1/2] Hisilicon/D0x: fix tftp command init failure
 2018-04-02  2:51 UTC  (9+ messages)
` [PATCH 2/2] Hisilicon/D0x: Enable tftp command by default

[PATCH edk2-platforms 00/12] Hisilicon/D0x: Switch to generic PciHostBridge
 2018-03-31  1:37 UTC  (16+ messages)
` [PATCH edk2-platforms 03/12] Hisilicon/Pci: move ATU configuration to PcieInitDxe
` [PATCH edk2-platforms 07/12] Hisilicon: add PciHostBridgeLib
` [PATCH edk2-platforms 08/12] Hisilicon: add PciCpuIo2Dxe
` [PATCH edk2-platforms 10/12] Hisilicon/D0x: Switch to generic PciHostBridge driver
` [PATCH edk2-platforms 11/12] Hisilicon: remove platform specific PciHostBridge

[PATCH edk2-non-osi v2 0/1] Hisilicon/D0x/Sm750: Fix GOP framebuffer
 2018-03-31  0:36 UTC  (6+ messages)
` [PATCH edk2-non-osi v2 1/1] Hisilicon/Sm750Dxe: Unify binary and fix GOP frame buffer base

[PATCH v2 1/1] BaseTools: use list comprehension instead of temp variable
 2018-03-30 22:18 UTC 

[PATCH v1 1/1] BaseTools: use list comprehension instead of temp variable
 2018-03-30 22:13 UTC 

[PATCH 0/4] MdeModulePkg, OvmfPkg: support large CA cert list for HTTPS boot
 2018-03-30 19:43 UTC  (16+ messages)
` [PATCH 1/4] MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSize
` [PATCH 2/4] OvmfPkg/EmuVariableFvbRuntimeDxe: stop using PcdVariableStoreSize
` [PATCH 3/4] OvmfPkg: annotate "PcdVariableStoreSize := PcdFlashNvStorageVariableSize"
` [PATCH 4/4] OvmfPkg/TlsAuthConfigLib: configure trusted CA certs for HTTPS boot

[PATCH v1 0/4] BaseTools: eliminate some redundant code
 2018-03-30  1:12 UTC  (6+ messages)
` [PATCH v1 1/4] BaseTools: no need to do int() API work for it
` [PATCH v1 2/4] BaseTools: use in to compare single chars
` [PATCH v1 3/4] BaseTools: remove loop and variables
` [PATCH v1 4/4] BaseTools: cleanup class heirarchy

Dependency expression inheritance problems
 2018-03-30  0:36 UTC  (8+ messages)

[PATCH v1] CorebootPayloadPkg: Conditionally add DebugAgentLib for DXE drivers
 2018-03-29 23:37 UTC  (2+ messages)

NVMe Smart Data Buffer Size
 2018-03-29 14:13 UTC  (3+ messages)

[RFC 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion
 2018-03-29  7:53 UTC  (10+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS Version
 2018-03-29  6:34 UTC 

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Capsule update
 2018-03-29  5:31 UTC 

[PATCH] MdeModulePkg/PartitionDxe: Add partition type guid to installed handle
 2018-03-29  5:09 UTC  (4+ messages)

[Patch] BaseTools: compare GUID value should not case-sensitive
 2018-03-29  3:20 UTC  (2+ messages)

[PATCH v1 0/4] BaseTools: remove code without affect
 2018-03-29  2:55 UTC  (11+ messages)
` [PATCH v1 1/4] BaseTools: remove irrelevant code
` [PATCH v1 2/4] BaseTools: expression can use single in instead of 3 API calls
` [PATCH v1 3/4] BaseTools: move regular expression compile out of function call
` [PATCH v1 4/4] BaseTools: dont use enumerate when un-needed

[PATCH v2 5/9] BaseTools: Regular Expressions refactor out the hex char for later reuse
 2018-03-29  2:53 UTC  (2+ messages)

[PATCH 0/2] MdePkg/Library: Add missing .asm files for VS2017/ARM64
 2018-03-29  2:46 UTC  (4+ messages)
` [PATCH 1/2] MdePkg/Library/BaseSynchronizationLib: Enable VS2017/ARM64 builds
` [PATCH 2/2] MdePkg/Library/BaseCpuLib: "

[PATCH v1] MdePkg: SMMUv3 updates for IORT table definitions
 2018-03-29  2:40 UTC  (4+ messages)

[PATCH v2 1/9] BaseTools: FdfParser and FdfParserLite share reg exp
 2018-03-29  0:22 UTC  (4+ messages)
` [PATCH v2 6/9] BaseTools: Add new RegExp for future use

[PATCH edk2-platforms 1/1] Hisilicon/D0x: Use unified Sm750Dxe driver binary
 2018-03-29  0:04 UTC 

[PATCH v5] ShellPkg: Add acpiview tool to dump ACPI tables
 2018-03-28 18:35 UTC  (2+ messages)

[PATCH] OvmfPkg/PlatformPei: debug log "etc/reserved-memory-end" from fw_cfg
 2018-03-28 13:09 UTC  (3+ messages)

[PATCH v1 0/9] BaseTools: refactor variables and regular expressions
 2018-03-28 13:05 UTC  (3+ messages)
` [PATCH v1 1/9] BaseTools: FdfParser and FdfParserLite share reg exp

internal structure of EFI_TLS_CA_CERTIFICATE_VARIABLE
 2018-03-28 12:01 UTC  (7+ messages)

[PATCH 0/5] NetworkPkg: HTTP and TLS updates
 2018-03-28 11:18 UTC  (5+ messages)

[PATCH] MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callback
 2018-03-28  9:47 UTC  (2+ messages)

[Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues
 2018-03-28  7:11 UTC  (11+ messages)
` [Patch 1/5] Vlv2TbltDevicePkg: Fix build scripts
` [Patch 2/5] Vlv2TbltDevicePkg: Fix VS2015 build breaks
` [Patch 3/5] Vlv2TbltDevicePkg: Fix build issues in DSC/FDF
` [Patch 4/5] Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATE
` [Patch 5/5] Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch

[PATCH v1 1/1] BaseTools: Remove equality operator with None
 2018-03-28  2:55 UTC  (2+ messages)

[PATCH v1 1/1] BaseTools: refactor repeated RegExp when no special searching is needed
 2018-03-28  2:55 UTC  (2+ messages)

[Patch V2] BaseTools/BinToPcd: Add support for multiple binary input files
 2018-03-28  2:03 UTC  (2+ messages)

[Patch] BaseTools: Fix two cases that use GUID CName as PCD Value
 2018-03-28  0:42 UTC 

[Patch] BaseTools: Update Rsa2048Sha256Sign to use openssl dgst option
 2018-03-27 14:46 UTC  (2+ messages)

How to make a memory mapped to FV ffs efi program?
 2018-03-27 12:27 UTC  (2+ messages)

Question regarding structure PCD
 2018-03-27  9:31 UTC  (3+ messages)

How to make a memory mapped to FV ffs efi program?
 2018-03-27  9:24 UTC  (3+ messages)

[PATCH v2] BaseTools: Update Rsa2048Sha256Sign to use openssl standard options
 2018-03-27  9:16 UTC  (5+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Remove UHCI and EHCI drivers
 2018-03-27  2:39 UTC 

[Patch] BaseTools: Update Rsa2048Sha256Sign to use openssl standard options
 2018-03-27  2:29 UTC 


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