public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-11-28 17:58:22 to 2018-12-03 13:32:40 UTC [more...]

[PATCH v2 0/4] ArmVirtQemu: unmap page #0 to catch NULL pointer dereferences
 2018-12-03 13:32 UTC  (10+ messages)
` [PATCH v2 1/4] ArmPkg/ArmMmuLib ARM: handle unmapped section in GetMemoryRegion()
` [PATCH v2 2/4] ArmPkg/ArmMmuLib ARM: handle unmapped sections when updating permissions
` [PATCH v2 3/4] ArmVirtPkg/NorFlashQemuLib: disregard our primary FV
` [PATCH v2 4/4] ArmVirtPkg/QemuVirtMemInfoLib: trim the MMIO region mapping

[PATCH v2 0/6] BaseTools: get rid of MAX_UINTN
 2018-12-03 13:08 UTC  (18+ messages)
` [PATCH v2 1/6] BaseTools/CommonLib: avoid using 'native' word size in IP address handling
` [PATCH v2 2/6] BaseTools/CommonLib: use explicit 64-bit type in Strtoi()
` [PATCH v2 3/6] BaseTools/DevicePath: use explicit 64-bit number parsing routines
` [PATCH v2 4/6] BaseTools/DevicePath: use MAX_UINT16 as default device path max size
` [PATCH v2 5/6] BaseTools/CommonLib: get rid of 'native' type string parsing routines
` [PATCH v2 6/6] BaseTools/CommonLib: drop definition of MAX_UINTN

Pkcs7 crypto verification without openSSL
 2018-12-03 12:55 UTC  (4+ messages)

[Patch 0/2] Update CPUID related definition
 2018-12-03 11:34 UTC  (4+ messages)
` [Patch 1/2] UefiCpuPkg/Cpuid.h: Sync CPUID definition to latest SDM
` [Patch 2/2] UefiCpuPkg/Cpuid: Add code to support new definition

Help on boot manager 'Boot Manager Menu' and direct boot
 2018-12-03 10:03 UTC  (9+ messages)

[PATCH edk2-platforms 00/27] Import Hummingboard Edge platform for Windows IoT Core
 2018-12-03  9:42 UTC  (8+ messages)
` [PATCH edk2-platforms 07/27] Silicon/NXP: Add i.MX display library support
` [PATCH edk2-platforms 09/27] Silicon/NXP: Add headers for SoC-specific i.MX packages to use

[edk2-announce] Research Request
 2018-12-03  9:29 UTC  (18+ messages)

[edk2-test][v2 Patch 3/3] uefi-sct/SctPkg:Add VerifySignature() Conf Test
 2018-12-03  7:55 UTC 

[edk2-test][v2 Patch 2/3] uefi-sct/SctPkg:Add VerifySignature() Func Test
 2018-12-03  7:55 UTC 

[edk2-test][v2 Patch 1/3] uefi-sct/SctPkg:Format code style in PKCS7Verify
 2018-12-03  7:54 UTC 

[edk2-test][v2 Patch 0/3] Add VerifySignature() Test
 2018-12-03  7:53 UTC 

[PATCH 0/5] StandaloneMmPkg: Miscellaneous fixes
 2018-12-03  7:20 UTC  (6+ messages)
` [PATCH 1/5] StandaloneMmPkg: Add missing dependency on PL011UartClockLib
` [PATCH 2/5] StandaloneMmPkg: Enforce alignment check for AArch64
` [PATCH 3/5] StandaloneMmPkg: Zero data structure explicitly
` [PATCH 4/5] StandaloneMmPkg: Replace dependency on ArmMmuLib
` [PATCH 5/5] StandaloneMmPkg: Update dependency on PeCoffExtraActionLib

[PATCH v3 0/2] StandaloneMM: Update permissions for Standalone MM drivers memory area
 2018-12-03  7:19 UTC  (3+ messages)
` [PATCH v3 1/2] StandaloneMM: Include the newly added library class for MMU functions
` [PATCH v3 2/2] StandaloneMM: Update permissions for Standalone MM drivers memory area

[PATCH v2 0/2] StandaloneMM: Update permissions for Standalone MM drivers memory area
 2018-12-03  6:23 UTC  (5+ messages)

[edk2-test][Patch 3/3] uefi-sct/SctPkg:Add VerifySignature() Conf Test
 2018-12-03  3:33 UTC  (3+ messages)

[Patch v1 1/1] BaseTools: create and use a standard shared variable for '*'
 2018-12-03  2:30 UTC  (2+ messages)

[RFC] Proposal to add edk2-apps repository
 2018-12-03  2:01 UTC  (11+ messages)

[PATCH v3] BaseTools: Remove GenVtf
 2018-12-03  1:58 UTC 

Latest SVN Update Breaks Link
 2018-12-03  0:25 UTC  (3+ messages)

[edk2-test][Patch 2/3] uefi-sct/SctPkg:Add VerifySignature() Func Test
 2018-11-30 22:23 UTC  (2+ messages)

[edk2-test][Patch 1/3] uefi-sct/SctPkg:Format code style in PKCS7Verify
 2018-11-30 22:16 UTC  (2+ messages)

[PATCH v3 00/16] [Arm|ArmVirt|MdePkg|Embedded]Pkg: lift 40-bit IPA space limit
 2018-11-30 21:45 UTC  (47+ messages)
` [PATCH v3 01/16] EmbeddedPkg/TemplateSec: remove unused module
` [PATCH v3 02/16] EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library
` [PATCH v3 03/16] ArmVirtPkg/FdtPciHostBridgeLib: map ECAM and I/O spaces in GCD memory map
` [PATCH v3 04/16] ArmVirtPkg/QemuVirtMemInfoLib: remove 1:1 mapping of top of PA range
` [PATCH v3 05/16] MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bits
` [PATCH v3 06/16] ArmPkg/ArmLib: add support for reading the max physical address space size
` [PATCH v3 07/16] ArmVirtPkg/XenVirtMemInfoLib: refactor reading of the PA "
` [PATCH v3 08/16] ArmPkg/ArmMmuLib: take the CPU supported maximum PA space into account
` [PATCH v3 09/16] ArmPkg/CpuPei: base GCD memory space size on CPU's PA range
` [PATCH v3 10/16] ArmPlatformPkg/PrePi: "
` [PATCH v3 11/16] ArmVirtPkg/PrePi: "
` [PATCH v3 12/16] BeagleBoardPkg/PrePi: "
` [PATCH v3 13/16] ArmPlatformPkg/PlatformPei: drop unused PCD references
` [PATCH v3 14/16] EmbeddedPkg/PrePiLib: drop unused PCD reference
` [PATCH v3 15/16] ArmVirtPkg: drop PcdPrePiCpuMemorySize assignments from all platforms
` [PATCH v3 16/16] EmbeddedPkg/EmbeddedPkg.dec: drop PcdPrePiCpuMemorySize declarations

[Patch] UefiCpuPkg/MpLib: Fix PEI Services Table pointer on AP
 2018-11-30 20:37 UTC  (4+ messages)

[PATCH 0/6] BaseTools: get rid of MAX_UINTN
 2018-11-30 15:47 UTC  (16+ messages)
` [PATCH 1/6] BaseTools/CommonLib: avoid using 'native' word size in IP address handling
` [PATCH 2/6] BaseTools/CommonLib: use explicit 64-bit type in Strtoi()
` [PATCH 3/6] BaseTools/DevicePath: use explicit 64-bit number parsing routines
` [PATCH 4/6] BaseTools/DevicePath: use MAX_UINT16 as default device path max size
` [PATCH 5/6] BaseTools/CommonLib: get rid of 'native' type string parsing routines
` [PATCH 6/6] BaseTools/CommonLib: drop definition of MAX_UINTN

[PATCH] MdePkg-BaseLib: PathCleanUpDirectories fix
 2018-11-30 15:43 UTC  (2+ messages)

[edk2-platforms] [PATCH v6 2/2] Platform/ARM: Add Readme.md
 2018-11-30 13:56 UTC 

[PATCH edk2-platforms] Platform, Silicon: drop gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
 2018-11-30 11:03 UTC  (3+ messages)

[PATCH v3 0/2] Remove DuetPkg and unused tools
 2018-11-30  8:27 UTC  (3+ messages)

[Patch] Maintainers.txt: Update BaseTools maintainers
 2018-11-30  8:25 UTC  (2+ messages)

[RFC PATCH v3 00/11] Extend secure variable service to be usable from Standalone MM
 2018-11-30  8:15 UTC  (4+ messages)
` [RFC PATCH v3 11/11] CryptoPkg/BaseCryptLib: Hack to get time in MM Standalone mode

[PATCH v5 1/2] MdeModulePkg/SdMmcPciHcDxe: Declare V4 64 bit address capability
 2018-11-30  8:03 UTC  (4+ messages)
` [PATCH v5 2/2] MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support
  ` [PATCH v6 "
` [PATCH v6 1/2] MdeModulePkg/SdMmcPciHcDxe: Declare V4 64 bit address capability

[PATCH v2 1/2] MdeModulePkg/SdMmcPciHcDxe: Declare V4 64 bit address capability
 2018-11-30  8:00 UTC  (6+ messages)
` [PATCH v2 2/2] MdeModulePkg/SdMmcPciHcDxe: Add V4 64bit SDMA and ADMA2 support
  ` [PATCH v3 "

[RFC] Change EDK II to an Apache 2.0 License
 2018-11-29 22:53 UTC  (2+ messages)

[PATCH] MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bits
 2018-11-29 18:02 UTC  (4+ messages)

[PATCH v3 edk2-platforms 0/6] Platform/ARM/Sgi: Add support for Clark.Ares and Clark.Helios platforms
 2018-11-29 15:13 UTC  (2+ messages)

[edk2-test][Patch 0/3] Add VerifySignature() Test
 2018-11-29  5:48 UTC 

[Patch] MdeModulePkg: Correct PCD name in MdeModulePkg.uni
 2018-11-29  1:36 UTC  (3+ messages)

[PATCH] SecurityPkg: Remove dead code and inf redundant definitions
 2018-11-29  1:19 UTC  (2+ messages)

[PATCH v3 0/2] SortLib for UEFI SEC
 2018-11-29  0:38 UTC  (7+ messages)

[Patch] BaseTool: Filter out unused structure pcds
 2018-11-29  0:20 UTC  (2+ messages)

[Patch v2] Maintainers.txt: Add the rule to hand over the package maintain role
 2018-11-29  0:06 UTC  (5+ messages)

[RFC PATCH 0/2] ArmVirtQemu: unmap page #0 to catch NULL pointer dereferences
 2018-11-28 23:38 UTC  (7+ messages)
` [RFC PATCH 1/2] ArmVirtPkg/NorFlashQemuLib: disregard our primary FV
` [RFC PATCH 2/2] ArmVirtPkg/QemuVirtMemInfoLib: trim the MMIO region mapping

[edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7
 2018-11-28 22:30 UTC  (11+ messages)
` [edk2-test][PATCH] SctPkg/UEFI: Fix invalid GUID value format error
` [edk2-test][PATCH v2] SctPkg/build: Add support for GenBin tool build
` [edk2-test][PATCH] Add *.o and *.d pattern to .gitignore
` [edk2-test][PATCH v2] SctPkg/Tools: Fix incorrect line ending detection by GenBin tool

[PATCH v2] ArmPkg/ArmScmiDxe: Add clock enable function
 2018-11-28 20:36 UTC 

[PATCH v2 2/2] Platform/ARM: Add Readme.md
 2018-11-28 19:52 UTC  (5+ messages)
` [PATCH] "
` [edk2-platforms] [PATCH v4 2/2] "
` [edk2-platforms] [PATCH v5 "


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