public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-01-26 01:06:36 to 2019-01-29 13:44:44 UTC [more...]

[PATCH v1 00/12] Split the S3 PEI phase HW init codes from Opal driver
 2019-01-29 13:44 UTC  (10+ messages)
` [PATCH v1 01/12] MdeModulePkg: Add definitions for ATA AHCI host controller PPI
` [PATCH v1 02/12] MdeModulePkg: Add definitions for EDKII PEI ATA PassThru PPI
` [PATCH v1 03/12] MdeModulePkg: Add definitions for Storage Security Command PPI
` [PATCH v1 04/12] MdeModulePkg: Add GUID for LockBox to save storage dev to init in S3
` [PATCH v1 05/12] MdeModulePkg/NvmExpressPei: Avoid updating the module-level variable
` [PATCH v1 06/12] MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPI
` [PATCH v1 07/12] MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBox
` [PATCH v1 08/12] MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEI
` [PATCH v1 09/12] MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'

Network Stack Budgeting
 2019-01-29 13:42 UTC  (19+ messages)

[RFC] Proposal to split Pkgs
 2019-01-29 13:28 UTC  (5+ messages)

[PATCH] ArmPkg: update InvalidateInstructionCacheRange to flush only to PoU
 2019-01-29 13:23 UTC  (13+ messages)

[PATCH edk2-staging 00/19] IntelUndiPkg/GigUndiDxe: build fixes for AARCH64/ARM/GCC
 2019-01-29 13:13 UTC  (2+ messages)

[PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT
 2019-01-29 13:08 UTC  (3+ messages)

[Patch v2 00/33] BaseTools python3 migration patch set
 2019-01-29 13:07 UTC  (35+ 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 v3 edk2-platforms 00/23] Platform/Raspberry: Add Raspberry Pi 3 support
 2019-01-29 12:57 UTC  (30+ 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 00/22] DynamicTablesPkg: Introduce Dynamic Tables Framework
 2019-01-29 11:27 UTC  (2+ messages)

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if relocation info is invalid
 2019-01-29 10:57 UTC  (2+ messages)

[PATCH] MdePkg/BasePeCoffLib: skip runtime relocation if relocation info is invalid
 2019-01-29 10:55 UTC  (6+ messages)

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

[PATCH v3 0/4] Introduce CapsuleApp patch v3
 2019-01-29  9:00 UTC  (6+ messages)
` [PATCH v3 1/4] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
` [PATCH v3 2/4] MdeModulePkg/CapsuleApp: Add a function used to get next DevicePath
` [PATCH v3 3/4] MdeModulePkg/CapsuleApp: Add functions to support Capsule-on-Disk
` [PATCH v3 4/4] MdeModulePkg/CapsuleApp: Enhance CapsuleApp "

[PATCH v4 0/7] Introduce two public functions and remove internal ones
 2019-01-29  7:45 UTC  (4+ messages)
` [PATCH v4 2/7] MdePkg/BaseLib: Introduce CharToUpper and AsciiToUpper publicly

[PATCH v3] MdePkg/BaseLib: Add Base64Encode() and Base64Decode()
 2019-01-29  7:29 UTC  (2+ messages)

[PATCH edk2-platforms 00/39] NXP: Add support of LS1043, LS1046 and LS2088 SoCs
 2019-01-29  5:32 UTC  (5+ messages)
` [PATCH edk2-platforms 00/41] NXP : "
  ` [PATCH edk2-platforms 02/41] Silicon/NXP : Add support for Watchdog driver

[PATCH 0/2] Add sanity check for FilePath device path
 2019-01-29  5:28 UTC  (4+ messages)
` [PATCH 1/2] MdePkg/UefiDevicePathLib: "
` [PATCH 2/2] MdePkg/UefiDevicePathLibDevicePathProtocol: "

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

[PATCH] SD/eMMC : Fix Command Argument for SD/eMMC R/W operation
 2019-01-29  4:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] MdePkg/BaseLib: Add Base64Encode() and Base64Decode()
 2019-01-29  3:52 UTC  (2+ messages)

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

[Patch V2] BaseTools: Enable CODE format in DEC file
 2019-01-29  3:33 UTC  (2+ messages)

[PATCH] MdeModulePkg/SdMmcPciHcDxe: Update comment for spec compliance status
 2019-01-29  3:33 UTC  (3+ messages)

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

[PATCH v2 0/3] Fix an incorrectly spelled Marco
 2019-01-29  3:09 UTC  (2+ messages)

[PATCH] MdePkg/UefiLib: Add a new API GetVariable3
 2019-01-29  3:07 UTC  (2+ messages)

[PATCH] patch1_add_support_bh720_emmc_chip
 2019-01-29  2:31 UTC  (2+ messages)

[Patch 00/33] BaseTools python3 migration patch set
 2019-01-29  2:15 UTC  (8+ messages)

[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] 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] ShellPkg/UefiShellAcpiViewCommandLib: Fix VS tool chain build failure
 2019-01-28 15:21 UTC  (2+ messages)

[Patch v2 33/33] BaseTools: Eot tool Python3 adaption
 2019-01-28 11:36 UTC  (2+ 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  (3+ 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 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

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)

[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


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