public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-03-30 15:34:07 to 2018-04-06 14:43:56 UTC [more...]

[PATCH v1 00/18] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***
 2018-04-06 14:42 UTC  (18+ messages)
` [PATCH v1 01/18] ArmPkg: Add PCDs needed for MM communication driver
` [PATCH v1 02/18] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver
` [PATCH v1 03/18] ArmPkg/Include: Add MM interface SVC return codes
` [PATCH v1 04/18] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0
` [PATCH v1 05/18] ArmPkg/ArmMmuLib: Add MMU library inf file "
` [PATCH v1 06/18] StandaloneMmPkg: Add an AArch64 specific entry point library
` [PATCH v1 07/18] StandaloneMmPkg/FvLib: Add a common FV Library for management mode
` [PATCH v1 08/18] StandaloneMmPkg/MemLib: AARCH64 Specific instance of memory check library
` [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library
` [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode
` [PATCH v1 11/18] StandaloneMmPkg: MM driver entry point library
` [PATCH v1 12/18] StandaloneMmPkg/CpuMm: Add CPU driver suitable for ARM Platforms
` [PATCH v1 13/18] StandaloneMmPkg/Core: Implementation of Standalone MM Core Module
` [PATCH v1 14/18] StandaloneMmPkg: Describe the declaration, definition and fdf files
` [PATCH v1 15/18] ArmPkg: Extra action to update permissions for S-ELO MM Image
` [PATCH v1 16/18] BaseTools/AutoGen: Update header file for MM modules
` [PATCH v1 17/18] StandaloneMmPkg: Add application to test MM communication protocol

[Patch 0/9] Add DisplayUpdateProgressLib for capsules
 2018-04-06 13:55 UTC  (14+ messages)
` [Patch 1/9] MdeModulePkg: Add DisplayUpdateProgressLib class
` [Patch 2/9] MdeModulePkg: Add DisplayUpdateProgressLib instances
` [Patch 3/9] Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib mapping
` [Patch 4/9] QuarkPlatformPkg: "
` [Patch 5/9] MdeModulePkg/DxeCapsuleLibFmp: Add progress bar support
` [Patch 6/9] SignedCapsulePkg/PlatformFlashAccessLib: Add progress API
` [Patch 7/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: "
` [Patch 8/9] QuarkPlatformPkg/PlatformFlashAccessLib: "
` [Patch 9/9] SignedCapsulePkg/SystemFirmwareUpdateDxe: Use "

[PATCH v1 00/14] BaseTools: refactoring the code for readability and simplicity
 2018-04-05 23:14 UTC  (15+ messages)
` [PATCH v1 01/14] BaseTools: remove unused file
` [PATCH v1 02/14] BaseTools: remove uncalled functions
` [PATCH v1 03/14] BaseTools: defaultdict(set) allows us to just add to the set
` [PATCH v1 04/14] BaseTools: sets are faster to check via "in" due to hashing
` [PATCH v1 05/14] BaseTools: replace a dict with a set
` [PATCH v1 06/14] BaseTools: remove unused variables
` [PATCH v1 07/14] BaseTools: change list to set
` [PATCH v1 08/14] BaseTools: simplify testing for existance and containing data
` [PATCH v1 09/14] BaseTools: optimize buildoptions loop
` [PATCH v1 10/14] BaseTools: change another list to set
` [PATCH v1 11/14] BaseTools: remove unneeded function call
` [PATCH v1 12/14] BaseTools: change more list to set
` [PATCH v1 13/14] BaseTools: GenC - move content from both parts of if/else
` [PATCH v1 14/14] BaseTools: refactor and remove out of date use of .keys()

[PATCH edk2-platforms v4 00/17] Update GOP
 2018-04-05 18:08 UTC  (18+ messages)
` [PATCH edk2-platforms v4 01/17] ARM/VExpressPkg: Fix MODULE_TYPE of HDLCD/PL111 platform libraries
` [PATCH edk2-platforms v4 02/17] ARM/VExpressPkg: Tidy HDLCD and PL11LCD platform Lib: Coding standard
` [PATCH edk2-platforms v4 03/17] ARM/VExpressPkg: Tidy HdLcd/PL111Lcd code: Updated comments
` [PATCH edk2-platforms v4 04/17] ARM/VExpressPkg: Remove unused PcdPL111LcdMaxMode from HDLCD inf
` [PATCH edk2-platforms v4 05/17] ARM/VExpressPkg: Add and update debug ASSERTS
` [PATCH edk2-platforms v4 06/17] ARM/VExpressPkg: PL111Lcd/HdLcd plaform libs: Minor code cleanup
` [PATCH edk2-platforms v4 07/17] ARM/VExpressPkg: PL111 and HDLCD: Use FixedPcdGet32
` [PATCH edk2-platforms v4 08/17] ARM/VExpressPkg: HdLcdArmVExpressLib: Remove status check EFI_TIMEOUT
` [PATCH edk2-platforms v4 09/17] ARM/VExpressPkg: HdLcdArmVExpressLib: Remove redundant Bpp
` [PATCH edk2-platforms v4 10/17] ARM/VExpressPkg: Redefine LcdPlatformGetTimings function
` [PATCH edk2-platforms v4 11/17] ARM/VExpressPkg: PL111 and HDLCD: Add PCD to select pixel format
` [PATCH edk2-platforms v4 12/17] ARM/VExpressPkg: Allocate framebuffer using EfiReservedMemoryType
` [PATCH edk2-platforms v4 13/17] ARM/VExpressPkg: Reserving framebuffer at build
` [PATCH edk2-platforms v4 14/17] ARM/VExpressPkg: Set EFI_MEMORY_XP flag on GOP framebuffer
` [PATCH edk2-platforms v4 15/17] ARM/VExpressPkg: New DP500/DP550/DP650 platform library
` [PATCH edk2-platforms v4 16/17] ARM/JunoPkg: Adding SCMI MTL library
` [PATCH edk2-platforms v4 17/17] ARM/JunoPkg: Add HDLCD platform library

[PATCH v1 1/1] BaseTools: dont make temporary dict
 2018-04-05 14:00 UTC 

[PATCH V2] MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls
 2018-04-05  1:14 UTC  (4+ messages)

[RFC 0/4] Add FmpDevicePkg
 2018-04-05  0:28 UTC  (7+ messages)
` [RFC 1/4] FmpDevicePkg: Add package, library classes, and PCDs
` [RFC 2/4] FmpDevicePkg: Add library instances
` [RFC 3/4] FmpDevicePkg: Add FmpDxe module
` [RFC 4/4] FmpDevicePkg: Add DSC file to build all package components

GenFds issue with multiple paths in PACKAGES_PATH
 2018-04-04 21:14 UTC  (3+ messages)

[PATCH v1 0/3] BaseTools: refactor and cleanup
 2018-04-04 20:56 UTC  (4+ messages)
` [PATCH v1 1/3] BaseTools: move RegEx to root of file and share it
` [PATCH v1 2/3] BaseTools: Autogen - change from list to set
` [PATCH v1 3/3] BaseTools: small cleanup

[PATCH v2 00/15] rid PiSmmCpuDxeSmm of DB-encoded instructions
 2018-04-04 15:02 UTC  (4+ messages)

[PATCH v1 0/2] BaseTools: remove files not needed
 2018-04-04 15:01 UTC  (3+ messages)
` [PATCH v1 1/2] BaseTools: copy a dictionary from InfClassObject to BuildReport
` [PATCH v1 2/2] BaseTools: Remove unneeded files

[PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
 2018-04-04 10:32 UTC  (16+ 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 04/13] NetworkPkg/TlsDxe: clean up byte order conversion "
` [PATCH 05/13] CryptoPkg/TlsLib: replace TlsGetCipherString() with TlsGetCipherMapping()
` [PATCH 06/13] CryptoPkg/TlsLib: use binary search in the TlsGetCipherMapping() function
` [PATCH 07/13] CryptoPkg/TlsLib: pre-compute OpensslCipherLength in TlsCipherMappingTable
` [PATCH 08/13] CryptoPkg/TlsLib: add the "TlsMappingTable.sh" POSIX shell script
` [PATCH 09/13] CryptoPkg/TlsLib: extend "TlsCipherMappingTable"
` [PATCH 10/13] CryptoPkg/TlsLib: sort [LibraryClasses] section in the INF file
` [PATCH 11/13] CryptoPkg/TlsLib: sanitize lib classes in internal header and INF
` [PATCH 12/13] CryptoPkg/TlsLib: clean up leading comment for TlsSetCipherList()
` [PATCH 13/13] CryptoPkg/TlsLib: rewrite TlsSetCipherList()

[PATCH] SignedCapsulePkg SystemCapsuleLib: Change some dbg level to DEBUG_INFO
 2018-04-04  8:39 UTC 

OVMF UsbBulkTransfer returns EFI_OUT_OF_RESOURCES
 2018-04-04  8:09 UTC  (6+ messages)

[PATCH] BaseTools: Remove FdfParserLite.py from soure code
 2018-04-04  5:53 UTC 

[PATCH] BaseTools: Remove EdkIIWorkspaceBuild.py from source code
 2018-04-04  5:53 UTC 

HSTI sample code?
 2018-04-04  1:48 UTC  (2+ messages)

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

[PATCH 0/2] Refine some comments about SmmMemoryAttribute
 2018-04-04  0:42 UTC  (7+ 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-04  0:38 UTC 

UDK2018 Release Available
 2018-04-03 23:56 UTC 

[PATCH v1 0/5] BaseTools: RegEx refactoring
 2018-04-03 22:34 UTC  (6+ messages)
` [PATCH v1 1/5] BaseTools: Autogen - move RegEx compile
` [PATCH v1 2/5] BaseTools: GenFds "
` [PATCH v1 3/5] BaseTools: Add new RegEx pattern to GlobalData
` [PATCH v1 4/5] BaseTools: AutoGen - use the new shared RegEx
` [PATCH v1 5/5] BaseTools: remove redundant check

[PATCH v1 00/10] BaseTools: refactor code
 2018-04-03 21:03 UTC  (11+ messages)
` [PATCH v1 01/10] BaseTools: Use local variable for list of constants
` [PATCH v1 02/10] BaseTools: use built in dict instead of custom version
` [PATCH v1 03/10] BaseTools: Eot tool never populates this dictionary
` [PATCH v1 04/10] BaseTools: remove unused import statement
` [PATCH v1 05/10] BaseTools - AutoGen - replace custom dictionary class with python standard one
` [PATCH v1 06/10] BaseTools: Eot remove unused code
` [PATCH v1 07/10] BaseTools: use built in OrderedDict instead of custom version
` [PATCH v1 08/10] BaseTools: use combined version of OrderedDict
` [PATCH v1 09/10] BaseTools: Workspace - use built in OrderedDict instead of custom version
` [PATCH v1 10/10] BaseTools: Remove unused code from Misc

[edk2-FdfSpecification] Create release/1.28.01 branch
 2018-04-03 17:18 UTC 

[edk2-MetaDataExpressionSyntaxSpecification] Create release/1.30 branch
 2018-04-03 17:00 UTC 

[edk2-InfSpecification] Create release/1.27 branch
 2018-04-03 16:56 UTC 

[edk2-DscSpecification] Create release/1.28 branch
 2018-04-03 16:51 UTC 

[edk2-DecSpecification] Create release/1.27 branch
 2018-04-03 16:39 UTC 

[edk2-BuildSpecification] Create release/1.28 branch
 2018-04-03 16:34 UTC 

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  (2+ messages)

[PATCH v1 0/3] BaseTools: reduce RegExp compile times
 2018-04-03  9:26 UTC  (2+ messages)

[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][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  (10+ messages)
` [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  (2+ messages)


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