public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-01-25 05:05:09 to 2019-01-29 02:16:03 UTC [more...]

[Patch 00/33] BaseTools python3 migration patch set
 2019-01-29  2:15 UTC  (23+ messages)
` [Patch 19/33] BaseTools:Double carriage return inserted from Trim.py on Python3
` [Patch 20/33] BaseTools:File open failed for VPD MapFile
` [Patch 21/33] BaseTools: change the Division Operator
` [Patch 22/33] BaseTools:There is extra blank line in datalog
` [Patch 23/33] BaseTools: Similar to octal data rectification
` [Patch 24/33] BaseTools: Update windows and linux run scripts file to use Python3
` [Patch 25/33] BaseTools:Update build tool to print python version information
` [Patch 26/33] BaseTools:Linux Python highest version check
` [Patch 27/33] BaseTools: Update PYTHON env to PYTHON_COMMAND
` [Patch 28/33] BaseTools:Fixed Rsa issue and a set define issue
` [Patch 29/33] BaseTools:ord() don't match in py2 and py3
` [Patch 30/33] BaseTools: the list and iterator translation
` [Patch 31/33] BaseTools: Handle the bytes and str difference
` [Patch 32/33] BaseTools: ECC tool Python3 adaption
` [Patch 33/33] BaseTools: Eot "

[Patch v2 00/33] BaseTools python3 migration patch set
 2019-01-29  2:06 UTC  (34+ messages)
` [Patch 01/33] BaseTool:Rename xrange() to range()
` [Patch 02/33] BaseTools:use iterate list to replace the itertools
` [Patch 03/33] BaseTools: Rename iteritems to items
` [Patch 04/33] BaseTools: replace get_bytes_le() to bytes_le
` [Patch 05/33] BaseTools: use OrderedDict instead of sdict
` [Patch 06/33] BaseTools: nametuple not have verbose parameter in python3
` [Patch 07/33] BaseTools: Remove unnecessary super function
` [Patch 08/33] BaseTools: replace long by int
` [Patch 09/33] BaseTools:Solve the data sorting problem use python3
` [Patch 10/33] BaseTools: Update argparse arguments since it not have version now
` [Patch 11/33] BaseTools:Similar to octal data rectification
` [Patch 12/33] BaseTools/UPT:merge UPT Tool use Python2 and Python3
` [Patch 13/33] BaseTools: update Test scripts support python3
` [Patch 14/33] BaseTools/Scripts: Porting PackageDocumentTools code to use Python3
` [Patch 15/33] Basetools: It went wrong when use os.linesep
` [Patch 16/33] BaseTools:Fv BaseAddress must set If it not set
` [Patch 17/33] BaseTools: Make sure AllPcdList valid
` [Patch 18/33] BaseTools:TestTools character encoding issue
` [Patch 19/33] BaseTools:Double carriage return inserted from Trim.py on Python3
` [Patch 20/33] BaseTools:File open failed for VPD MapFile
` [Patch 21/33] BaseTools: change the Division Operator
` [Patch 22/33] BaseTools:There is extra blank line in datalog
` [Patch 23/33] BaseTools: Similar to octal data rectification
` [Patch 24/33] BaseTools: Update windows and linux run scripts file to use Python3
` [Patch 25/33] BaseTools:Update build tool to print python version information
` [Patch 26/33] BaseTools:Linux Python highest version check
` [Patch 27/33] BaseTools: Update PYTHON env to PYTHON_COMMAND
` [Patch 28/33] BaseTools:Fixed Rsa issue and a set define issue
` [Patch 29/33] BaseTools:ord() don't match in py2 and py3
` [Patch 30/33] BaseTools: the list and iterator translation
` [Patch 31/33] BaseTools: Handle the bytes and str difference
` [Patch 32/33] BaseTools: ECC tool Python3 adaption
` [Patch v2 33/33] BaseTools: Eot "

[PATCH 3/3] patch3_add_support_bh720_chip
 2019-01-29  2:00 UTC 

[PATCH 2/2] add support bh720+emmc chip
 2019-01-29  1:47 UTC 

[PATCH v2 0/2] Add a checking step in MdePkg and Basetools
 2019-01-29  1:29 UTC  (3+ messages)
` [PATCH v2 2/2] MdePkg/UefiDevicePathLib: Add a checking step

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if relocation info is invalid
 2019-01-28 23:40 UTC  (3+ messages)

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if relocation info is invalid
 2019-01-28 23:22 UTC 

[PATCH] ArmPkg/ArmMmuLib ARM: trim high memory regions instead of rejecting them
 2019-01-28 19:03 UTC  (3+ messages)

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if relocation info is invalid
 2019-01-28 18:46 UTC  (3+ messages)

[PATCH 0/5] memory/MMU hardening for AArch64
 2019-01-28 18:01 UTC  (9+ messages)
` [PATCH 2/5] ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidation

[patch] ShellPkg/UefiShellAcpiViewCommandLib: Fix VS tool chain build failure
 2019-01-28 15:21 UTC  (2+ messages)

[PATCH] ArmPkg: update InvalidateInstructionCacheRange to flush only to PoU
 2019-01-28 15:01 UTC  (12+ messages)

[PATCH v3 edk2-platforms 00/23] Platform/Raspberry: Add Raspberry Pi 3 support
 2019-01-28 13:24 UTC  (28+ messages)
` [PATCH v3 edk2-platforms 01/23] Silicon/Broadcom/Bcm282x: Add interrupt driver
` [PATCH v3 edk2-platforms 02/23] Silicon/Broadcom/Bcm283x: Add GpioLib
` [PATCH v3 edk2-platforms 03/23] Platform/Raspberry/Pi3: Add ACPI tables
` [PATCH v3 edk2-platforms 04/23] Platform/Raspberry/Pi3: Add reset and memory init libraries
` [PATCH v3 edk2-platforms 05/23] Platform/Raspberry/Pi3: Add platform library
` [PATCH v3 edk2-platforms 06/23] Platform/Raspberry/Pi3: Add RTC library
` [PATCH v3 edk2-platforms 07/23] Platform/Raspberry/Pi3: Add firmware driver
` [PATCH v3 edk2-platforms 08/23] Platform/Raspberry/Pi3: Add platform config driver
` [PATCH v3 edk2-platforms 09/23] Platform/Raspberry/Pi3: Add SMBIOS driver
` [PATCH v3 edk2-platforms 10/23] Platform/Raspberry/Pi3: Add display driver
` [PATCH v3 edk2-platforms 11/23] Platform/Raspberry/Pi3: Add console driver
` [PATCH v3 edk2-platforms 12/23] Platform/Raspberry/Pi3: Add NV storage driver
` [PATCH v3 edk2-platforms 13/23] Platform/Raspberry/Pi3: Add Device Tree driver
` [PATCH v3 edk2-platforms 14/23] Platform/Raspberry/Pi3: Add base MMC driver
` [PATCH v3 edk2-platforms 15/23] Platform/Raspberry/Pi3: Add Arasan "
` [PATCH v3 edk2-platforms 16/23] Platform/Raspberry/Pi3: Add SD Host driver
` [PATCH v3 edk2-platforms 17/23] Platform/Raspberry/Pi3: Add platform boot manager and helper libraries
` [PATCH v3 edk2-platforms 18/23] Platform/Raspberry/Pi3: Add USB host driver
` [PATCH v3 edk2-platforms 19/23] Platform/Raspberry/Pi3: Add platform
` [PATCH v3 edk2-platforms 20/23] Platform/Raspberry/Pi3: Add platform readme
` [PATCH v3 edk2-platforms 21/23] Platform/Raspberry/Pi3 *NON-OSI*: Add ATF binaries
` [PATCH v3 edk2-platforms 2/23] Platform/Raspberry/Pi3 *NON-OSI*: Add Device Tree binaries
` [PATCH v3 edk2-platforms 23/23] Platform/Raspberry/Pi3 *NON-OSI*: Add logo driver

[Patch v2 33/33] BaseTools: Eot tool Python3 adaption
 2019-01-28 11:36 UTC  (2+ messages)

Network Stack Budgeting
 2019-01-28 11:24 UTC  (14+ messages)

[Patch v2 32/33] BaseTools: ECC tool Python3 adaption
 2019-01-28 10:31 UTC 

[PATCH] MdeModulePkg/MdeModulePkg.dsc: ignore standalone MM modules for EBC or XCODE5
 2019-01-28 10:25 UTC  (4+ messages)

[platforms: PATCH v3 0/5] Armada7k8k memory handling update
 2019-01-28  9:45 UTC  (6+ messages)
` [platforms: PATCH v3 1/5] Marvell/Armada7k8k: Refactor reserving memory regions
` [platforms: PATCH v3 2/5] Marvell/Armada7k8k: Shift PEI stack base and extend memory reservation
` [platforms: PATCH v3 3/5] Marvell/Library: Introduce common header for the SMC ID's
` [platforms: PATCH v3 4/5] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description
` [platforms: PATCH v3 5/5] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

BlockIo2 Protocol test tool
 2019-01-28  8:47 UTC  (5+ messages)

[PATCH] CryptoPkg/BaseCryptLib: split CryptPkcs7Verify.c on behalf of runtime
 2019-01-28  8:38 UTC 

Conditional Compilation support in INF file
 2019-01-28  8:36 UTC  (12+ messages)

[Patch v2] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu
 2019-01-28  8:34 UTC  (2+ messages)

[PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v2
 2019-01-28  8:33 UTC  (5+ messages)
` [PATCH v2 1/3] FatPkg: Break down Part.c file
` [PATCH v2 2/3] MdePkg/UefiGpt.h: Add new definition for enable GPT support
` [PATCH v2 3/3] FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature

Drop CSM support in OvmfPkg?
 2019-01-28  8:23 UTC  (15+ messages)

[PATCH] SecurityPkg: Add a PCD to skip Opal password prompt
 2019-01-28  7:37 UTC 

[PATCH] patch1_add_support_bh720_emmc_chip
 2019-01-28  7:35 UTC 

[PATCH v2 0/2] CapsuleApp: Introduce Patch v2
 2019-01-28  6:55 UTC 

[PATCH 3/3] FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature
 2019-01-28  5:10 UTC  (2+ messages)

[PATCH] BaseTools:Define Macro in Inf file, the pcdvalue Can't convert
 2019-01-28  3:48 UTC  (2+ messages)

[PATCH V2] BaseTools: Fix Pcd Array changes build report issue
 2019-01-28  3:47 UTC  (2+ messages)

[Patch v1 0/4] Cleanup the Common.misc file
 2019-01-28  3:45 UTC  (9+ messages)
` [Patch v1 1/4] BaseTools/Common/Misc: move private functions
` [Patch v1 2/4] BaseTools/Common/Misc: remove uncalled code
` [Patch v1 3/4] BaseTools/Common/Misc: Cleanup the imports
` [Patch v1 4/4] BaseTools/build/build: delete variable

[PATCH v2 2/2] MdeModulePkg/CapsuleApp: Enhance CapsuleApp to support Capsule-on-Disk
 2019-01-28  2:57 UTC  (2+ messages)

Do python3 supported in edk2 shell now?
 2019-01-28  2:35 UTC  (2+ messages)

[PATCH v2 1/2] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
 2019-01-28  2:07 UTC  (2+ messages)

[PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT
 2019-01-27 14:33 UTC  (2+ messages)

[edk2-platforms/devel-MinPlatform][PATCH v3 0/6] Add initial ClevoOpenBoardPkg
 2019-01-26  1:05 UTC  (7+ messages)
` [edk2-platforms/devel-MinPlatform][PATCH v3 1/6] ClevoOpenBoardPkg: Add package and headers
` [edk2-platforms/devel-MinPlatform][PATCH v3 2/6] ClevoOpenBoardPkg/N1xxWU: Add headers
` [edk2-platforms/devel-MinPlatform][PATCH v3 3/6] ClevoOpenBoardPkg: Add library instances
` [edk2-platforms/devel-MinPlatform][PATCH v3 4/6] ClevoOpenBoardPkg/N1xxWU: "
` [edk2-platforms/devel-MinPlatform][PATCH v3 5/6] ClevoOpenBoardPkg: Add modules
` [edk2-platforms/devel-MinPlatform][PATCH v3 6/6] ClevoOpenBoardPkg/N1xxWU: Add DSC and build files

[PATCH] IntelFsp2Pkg: FSP can utilize bootloader stack
 2019-01-26  0:56 UTC  (2+ messages)

[PATCH 1/3] MdeModulePkg/CapsuleApp: Refine code logic of parsing parameter
 2019-01-25 22:50 UTC  (6+ messages)

[Patch 0/2] Update UEFI supporting TCG spec info
 2019-01-25 22:44 UTC  (4+ messages)
` [Patch 1/2] SecurityPkg/TCG: Upgrade "
` [Patch 2/2] MdeModulePkg:Tpm2Acpi.h: "

[PATCH] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu
 2019-01-25 21:25 UTC  (3+ messages)

[PATCH] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu
 2019-01-25 17:12 UTC 

[PATCH] ShellPkg/TftpDynamicCommand: Return proper status
 2019-01-25 16:10 UTC  (3+ messages)

Text attachments
 2019-01-25 15:41 UTC  (2+ messages)

[PATCH edk2-platforms] Platform/ARM/SgiPkg: Include HobLib, MmServicesTableLib and MemoryAllocationLib
 2019-01-25 10:51 UTC  (5+ messages)

[Patch V2] BaseTools: Enable CODE format in DEC file
 2019-01-25  9:45 UTC 

[Patch] BaseTools: Enable CODE format in DEC file
 2019-01-25  9:22 UTC  (3+ messages)

[PATCH 2/2] MdePkg/UefiGpt.h: Add new definition for enable GPT support
 2019-01-25  9:13 UTC  (7+ messages)

[PATCH 3/3] MdeModulePkg/CapsuleApp: Enhance CapsuleApp to support Capsule-on-Disk
 2019-01-25  6:13 UTC 

[PATCH 2/3] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
 2019-01-25  6:13 UTC 

[PATCH 1/2] FatPkg: Break down Part.c file
 2019-01-25  5:08 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