public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-07-19 16:08:59 to 2019-07-23 12:05:04 UTC [more...]

[PATCH] OvmfPkg: enable multiprocessor builds when using build.sh
 2019-07-23 12:05 UTC  (9+ messages)
  ` [edk2-devel] "

[PATCH 0/1] Add support for HKDF
 2019-07-23 12:03 UTC  (3+ messages)
` [PATCH 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm

[Patch 00/10 V3] Enable multiple process AutoGen
 2019-07-23 12:00 UTC  (14+ messages)
` [Patch 01/10 V3] BaseTools: Singleton the object to handle build conf file
` [Patch 02/10 V3] BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functions
` [Patch 03/10 V3] BaseTools: Add functions to get platform scope build options
` [Patch 04/10 V3] BaseTools: Decouple AutoGen Objects
` [Patch 05/10 V3] BaseTools: Enable Multiple Process AutoGen
` [Patch 06/10 V3] BaseTools: Add shared data for processes
` [Patch 07/10 V3] BaseTools: Add LogAgent to support multiple process Autogen
` [Patch 08/10 V3] BaseTools: Move BuildOption parser out of build.py
` [Patch 09/10 V3] BaseTools: Add the support for python 2
` [Patch 10/10 V3] BaseTools: Enable block queue log agent
  ` [edk2-devel] "
` [edk2-devel] [Patch 00/10 V3] Enable multiple process AutoGen

[PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]
 2019-07-23 11:54 UTC  (16+ messages)
` [PATCH 1/4] ArmPkg: list module-internal header files in INF [Sources]
` [PATCH 2/4] ArmPlatformPkg: "
  ` [edk2-devel] "
` [PATCH 3/4] CryptoPkg/BaseCryptLib: "
  ` [edk2-devel] "
` [PATCH 4/4] EmbeddedPkg: "
  ` [edk2-devel] "
    ` [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

[PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-07-23 11:37 UTC  (20+ messages)
` [PATCH v3 09/35] OvmfPkg/OvmfXen: use a TimerLib instance that depends only on the CPU
` [PATCH v3 24/35] OvmfPkg/XenPlatformPei: Rework memory detection
` [PATCH v3 32/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
` [edk2-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests

[edk2-platforms: PATCH 0/1] Handle RPi device trees using "ethernet0"
 2019-07-23 11:19 UTC  (6+ messages)
` [edk2-platforms: PATCH 1/1] Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree

[edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring
 2019-07-23  9:56 UTC  (2+ messages)

[PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default
 2019-07-23  9:49 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/4] Support 5-level paging in DXE long mode
 2019-07-23  9:46 UTC  (13+ messages)
` [PATCH 1/4] UefiCpuPkg/MpInitLib: Enable 5-level paging for AP when BSP's enabled
  ` [edk2-devel] "
` [PATCH 2/4] UefiCpuPkg/CpuDxe: Support parsing 5-level page table
  ` [edk2-devel] "
` [PATCH 3/4] MdeModulePkg/DxeIpl: Introduce PCD PcdUse5LevelPageTable
  ` [edk2-devel] "
` [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode
  ` [edk2-devel] "

[PATCH 1/1] edksetup.sh: rework python executable scanning
 2019-07-23  9:44 UTC  (9+ messages)
        ` [edk2-devel] "

[edk2-platforms Patch V3 00/12] Vlv2Tbl2DevicePkg: Remove Linux/Windows differences
 2019-07-23  8:57 UTC  (33+ messages)
` [edk2-platforms Patch V3 01/12] Vlv2TbltDevicePkg/PlatformPei: Add boot mode detection
` [edk2-platforms Patch V3 02/12] Vlv2TbltDevicePkg: Convert use of FCE tool to Structured PCD
` [edk2-platforms Patch V3 03/12] Vlv2TbltDevicePkg: Remove Linux/GCC specific DSC/FDF files
` [edk2-platforms Patch V3 04/12] Vlv2TbltDevicePkg: Convert BAT/sh Capsule scripts to Python
  ` [edk2-devel] "
` [edk2-platforms Patch V3 05/12] Vlv2Tbl2DevicePkg: Convert BAT/sh Build "
` [edk2-platforms Patch V3 06/12] Vlv2TbltDevicePkg: Remove non ASCII characters from source files
` [edk2-platforms Patch V3 07/12] Vlv2Tbl2DevicePkg/EfiRegTableLib: Use S3_BOOT_SCRIPT_LIB_WIDTH
` [edk2-platforms Patch V3 08/12] Vlv2TbltDevicePkg/PlatformDxe: Add missing #if
` [edk2-platforms Patch V3 09/12] Vlv2TbltDevicePkg: Add XCODE5 4K alignment DLINK_FLAGS
` [edk2-platforms Patch V3 10/12] Vlv2TbltDevicePkg: Fix XCODE5 build errors
` [edk2-platforms Patch V3 11/12] Vlv2TbltDevicePkg: Remove __GNUC__ specific #ifdefs
  ` [edk2-devel] "
` [edk2-platforms Patch V3 12/12] Vlv2TbltDevicePkg/PlatformDxe: Use S3BootScriptWidth enums

[PATCH v4 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command
 2019-07-23  8:51 UTC  (4+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 0/3] Rectify licensing on various files
 2019-07-23  8:47 UTC  (8+ messages)
` [PATCH edk2-platforms 1/3] Platform,Silicon RPi3: update license headers to BSD+Patent
  ` [edk2-devel] "
` [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf
` [PATCH edk2-platforms 3/3] Silicon/Hisilicon: add SPDX license tags to IORT .asl files

[Patch v2 0/6] UefiCpuPkg: Enable Edkii Mp Services2 Ppi
 2019-07-23  5:51 UTC  (11+ messages)
` [Patch v2 1/6] UefiCpuPkg/Include/MpInitLib.h: Add MpInitLibStartupAllCPUs API
  ` [edk2-devel] "
` [Patch v2 2/6] UefiCpuPkg/MpInitLib: "
  ` [edk2-devel] "
` [Patch v2 3/6] UefiCpuPkg/MpInitLibUp: "
  ` [edk2-devel] "
` [Patch v2 4/6] UefiCpuPkg: Add new EDKII_PEI_MP_SERVICES2_PPI
` [Patch v2 5/6] UefiCpuPkg/CpuMpPei: Produce EDKII_PEI_MP_SERVICES2_PPI
` [Patch v2 6/6] UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously

[edk2-non-osi/devel-MinPlatform] [PATCH] ClevoOpenBoardBinPkg: Add Vbt binary
 2019-07-23  4:57 UTC  (2+ messages)

[PATCH 0/5] Add new lib SecurityLockAuditLib to log message for security event
 2019-07-23  3:26 UTC  (13+ messages)
` [PATCH 1/5] MdeModulePkg: Add header file for SecurityLockAuditLib
  ` [edk2-devel] "
` [PATCH 2/5] MdeModulePkg/SecurityLockAuditDebugLib: Add lib instance
  ` [edk2-devel] "
` [PATCH 3/5] MdeModulePkg/SecurityLockAuditLibNull: Add null version lib
` [PATCH 4/5] MdeModulePkg: Add SecuritAuditLib to dec file
  ` [edk2-devel] "
` [PATCH 5/5] MdeModulePkg/PiSmmIpl: Use SecurityLockAuditLib for debug
  ` [edk2-devel] "

[PATCH] BaseTools:Fix GenFds multi-thread build fails if enable build cache
 2019-07-23  0:34 UTC 

[Patch 0/9 V2] Enable multiple process AutoGen
 2019-07-22 20:53 UTC  (11+ messages)
` [Patch 1/9 V2] BaseTools: Singleton the object to handle build conf file
` [Patch 2/9 V2] BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functions
` [Patch 3/9 V2] BaseTools: Add functions to get platform scope build options
` [Patch 4/9 V2] BaseTools: Decouple AutoGen Objects
` [Patch 5/9 V2] BaseTools: Enable Multiple Process AutoGen
` [Patch 6/9 V2] BaseTools: Add shared data for processes
` [Patch 7/9 V2] BaseTools: Add LogAgent to support multiple process Autogen
` [Patch 8/9 V2] BaseTools: Move BuildOption parser out of build.py
` [Patch 9/9 V2] BaseTools: Add the support for python 2
` [edk2-devel] [Patch 0/9 V2] Enable multiple process AutoGen

[Patch 0/9] Enable multiple process AutoGen
 2019-07-22 19:50 UTC  (5+ messages)
` [edk2-devel] "

[PATCH V2 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder
 2019-07-22 17:28 UTC  (8+ messages)
` [PATCH V2 4/4] MdeModulePkg/CapsuleRuntimeDxe: Implement RuntimeServicesSupported
  ` [edk2-devel] "
  ` [edk2-devel] [PATCH V2 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

[edk2-platforms Patch V2 0/5] Vlv2Tbl2DevicePkg: Remove Linux/Windows differences
 2019-07-22 17:24 UTC  (4+ messages)
` [edk2-platforms Patch V2 5/5] Vlv2Tbl2DevicePkg: Convert BAT/sh Build scripts to Python
  ` [edk2-devel] "

[edk2-platforms PATCH v1 0/3] Robust Netsec Initialiation
 2019-07-22 11:56 UTC  (4+ messages)
` [edk2-platforms PATCH v1 1/3] NetsecDxe: embed phy address into NETSEC SDK internal structure
` [edk2-platforms PATCH v1 2/3] NetsecDxe: put phy in loopback mode in order to guarantee stable RXCLK input
` [edk2-platforms PATCH v1 3/3] NetsecDxe: SnpInitialize() waits for media linking up

[PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring
 2019-07-22  9:11 UTC  (8+ messages)
` [PATCH v2 1/6] ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()
` [PATCH v2 2/6] ShellPkg: acpiview: XSDT: Remove redundant ParseAcpi() call
` [PATCH v2 3/6] ShellPkg: acpiview: RSDP: Make code consistent with other parsers
` [PATCH v2 4/6] ShellPkg: acpiview: SRAT: Minor code style enhancements
` [PATCH v2 5/6] ShellPkg: acpiview: MADT: Split structure length validation
` [PATCH v2 6/6] ShellPkg: acpiview: IORT: Refactor PMCG node mapping count validation

[edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
 2019-07-22  8:26 UTC 

[PATCH V2] ShellPkg/Pci.c: Update supported link speed to PCI4.0
 2019-07-22  6:57 UTC  (3+ messages)
` [PATCH V2] ShellPkg/UefiHandleParsingLib: Fix incorrect reallocate pool
` [PATCH V2] ShellPkg/UefiShellDriver1CommandsLib: Make array big enough

[PATCH] MdePkg/PciExpress21.h: Fix the PCIe industry standard registers
 2019-07-22  6:26 UTC 

[Patch] BaseTools: Fixed the mis-using strip() function issue
 2019-07-22  4:07 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v7 0/4] Implement SM3 measured boot
 2019-07-22  1:54 UTC  (3+ messages)
` [edk2-devel] "

[Patch 1/1 V2] BaseTools: Create ".cache" folder when initialize Build object
 2019-07-22  1:25 UTC  (3+ messages)

[edk2-devel] [PATCH] OvmfPkg: enable multiprocessor builds when using build.sh
 2019-07-22  0:59 UTC 

[PATCH v1 0/6] Acpiview table parsers code style enhancements and refactoring
 2019-07-22  0:38 UTC  (5+ messages)
` [PATCH v1 1/6] ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()

[Patch 0/5] UefiCpuPkg: Enable Edkii Mp Services2 Ppi
 2019-07-21 10:43 UTC  (4+ messages)
` [Patch 4/5] UefiCpuPkg/CpuMpPei: Produce EDKII_PEI_MP_SERVICES2_PPI
  ` [edk2-devel] "

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Thu, 07/25/2019 6:30pm-7:30pm #cal-reminder
 2019-07-21  1:30 UTC 

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 07/25/2019 5:00pm-5:30pm #cal-reminder
 2019-07-21  0:00 UTC 

[edk2-platforms Patch 0/5] Vlv2Tbl2DevicePkg: Remove Linux/Windows differences
 2019-07-20 15:11 UTC  (7+ messages)
` [edk2-platforms Patch 2/5] Vlv2TbltDevicePkg: Convert use of FCE tool to Structured PCD
  ` [edk2-devel] "

[edk2-platforms: PATCH 0/3] Platform/RPi3: Improve timeout handling in DwUsbHostDxe
 2019-07-19 16:43 UTC  (6+ messages)
  ` [edk2-devel] "


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