public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-04-11 06:23:12 to 2019-04-15 03:08:12 UTC [more...]

[PATCH 00/25] Add the new APIs ResetSystem and ResetSystemWithSubtype
 2019-04-15  3:06 UTC  (26+ messages)
` [PATCH 01/25] MdePkg/UefiSpec.h: Change comments of EFI_RESET_SYSTEM
` [PATCH 02/25] MdePkg/PiPeiCis.h: Change comments of EFI_PEI_RESET2_SYSTEM
` [PATCH 03/25] MdePkg/PeiServicesLib.h: Change comments of PeiServicesResetSystem2
` [PATCH 04/25] MdePkg/PeiServicesLib.c: "
` [PATCH 05/25] SecurityPkg/Tcg2Dxe: Change comments of ShutdownTpmOnReset
` [PATCH 06/25] MdeModulePkg/ResetSystemLib.h: Change comments of ResetSystem
` [PATCH 07/25] MdeModulePkg/DxeResetSystemLib.c: "
` [PATCH 08/25] MdeModulePkg/BaseResetSystemLibNull.c: "
` [PATCH 09/25] MdeModulePkg/RuntimeResetSystemLib.c: Change comments
` [PATCH 10/25] MdeModulePkg/PeiResetSystemlib.c: Change comments of ResetSystem
` [PATCH 11/25] MdeModulePkg/ResetSystemRuntimeDxe: Change comments
` [PATCH 12/25] MdeModulePkg/ResetSystemPei: Change comments of ResetSystem2
` [PATCH 13/25] MdeModulePkg/PeiMain: Change comments of PeiResetSystem2
` [PATCH 14/25] MdeModulePkg/NvmExpressHci.c: Change comments
` [PATCH 15/25] BeagleBoardPkg/ResetSystemLib: Add new API ResetSystem
` [PATCH 16/25] CorebootPayloadPkg/ResetSystemLib: "
` [PATCH 17/25] Nt32Pkg/ResetSystemLib: "
` [PATCH 18/25] OvmfPkg/ResetSystemLib: "
` [PATCH 19/25] PcAtChipsetPkg/ResetSystemLib: "
` [PATCH 20/25] QuarkSocPkg/ResetSystemLib: "
` [PATCH 21/25] Vlv2TbltdevicePkg/ResetSystemLib: "
` [PATCH 22/25] ArmPkg/ArmSmcPsciResetSystemLib: Add a "
` [PATCH 23/25] ArmVirtPkg/ArmVirtPsciResetSystemLib: "
` [PATCH 24/25] MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtype
` [PATCH 25/25] "

[edk2-platforms/devel-MinPlatform][PATCH 0/5] Add a new API ResetSystem for ResetSystemLib instances
 2019-04-15  3:07 UTC  (7+ messages)
` [edk2-platforms/devel-MinPlatform][PATCH 1/5] KabylakeSiliconPkg/BaseResetSystemLib: Add a new API ResetSystem
` [edk2-platforms PATCH] Platform/ResetSystemLib: "
` [edk2-platforms/devel-MinPlatform][PATCH 2/5] KabylakeSiliconPkg/DxeResetSystemLib: "
` [edk2-platforms/devel-MinPlatform][PATCH 3/5] LewisburgPkg/DxeRuntimeResetSystemLib: "
` [edk2-platforms/devel-MinPlatform][PATCH 4/5] KabylakeSiliconPkg/PeiResetSystemLib: "
` [edk2-platforms/devel-MinPlatform][PATCH 5/5] KabylakeSiliconPkg/DxeRuntimeResetSystemLib: "

[RFC PATCH edk2-non-osi] Emulator: add binary AARCH64 build of X86 PE/COFF emulator
 2019-04-15  2:41 UTC 

RamDiskDxe.efi Help
 2019-04-15  2:33 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v6 0/7] MdeModulePkg: add support for dispatching foreign arch PE/COFF images
 2019-04-15  2:04 UTC  (12+ messages)
` [PATCH v6 1/7] MdeModulePkg: introduce PE/COFF image emulator protocol
` [PATCH v6 2/7] MdeModulePkg/DxeCore: invoke the emulator protocol for foreign images
` [PATCH v6 3/7] MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architectures
` [PATCH v6 4/7] MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images
` [PATCH v6 5/7] MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
` [PATCH v6 6/7] MdePkg/UefiBaseType.h: treat EBC as a non-native machine type
` [PATCH v6 7/7] MdeModulePkg/DxeCore: remove explicit EBC handling
  ` [edk2-devel] [PATCH v6 0/7] MdeModulePkg: add support for dispatching foreign arch PE/COFF images

[edk2][PATCH] BaseTools:Coding problems cause can not encode FMP Auth Header
 2019-04-15  0:55 UTC  (2+ messages)

[Wiki Patch 0/2] Change preferred license of EDK II to BSD+Patent
 2019-04-14 21:12 UTC  (6+ messages)
` [Wiki Patch 1/2] Remove Contributed-under tags
  ` [edk2-devel] "
` [Wiki Patch 2/2] Change preferred license of EDK II to BSD+Patent
  ` [edk2-devel] "

[edk2-test] Location of tests for vendor/edk2 specific protocols
 2019-04-14 17:24 UTC  (2+ messages)

[PATCH] IntelFsp2WrapperPkg: Perform post FSP-S process
 2019-04-14 10:15 UTC  (3+ messages)

[PATCH 00/10] patches for some warnings raised by "RH covscan"
 2019-04-14  8:03 UTC  (14+ messages)
` [PATCH 01/10] MdePkg/PiFirmwareFile: express IS_SECTION2 in terms of SECTION_SIZE
` [PATCH 02/10] MdePkg/PiFirmwareFile: fix undefined behavior in SECTION_SIZE
  ` [edk2-devel] "
` [PATCH 03/10] BaseTools/PiFirmwareFile: "
` [PATCH 04/10] MdePkg/PiFirmwareFile: fix undefined behavior in FFS_FILE_SIZE
` [PATCH 05/10] OvmfPkg/Sec: fix out-of-bounds reads
` [PATCH 06/10] OvmfPkg/QemuVideoDxe: avoid arithmetic on null pointer
` [PATCH 07/10] OvmfPkg/AcpiPlatformDxe: suppress invalid "deref of undef pointer" warning
` [PATCH 08/10] OvmfPkg: suppress "Value stored to ... is never read" analyzer warnings
  ` [edk2-devel] "
` [PATCH 09/10] OvmfPkg/AcpiPlatformDxe: catch theoretical nullptr deref in Xen code
` [PATCH 10/10] OvmfPkg/BasePciCapLib: suppress invalid "nullptr deref" warning

TianoCore Design Meeting - APAC/NAMO - Thu, 04/18/2019 6:30pm-7:30pm #cal-reminder
 2019-04-14  1:30 UTC 

TianoCore Bug Triage - APAC / NAMO - Thu, 04/18/2019 5:00pm-5:30pm #cal-reminder
 2019-04-14  0:00 UTC 

TianoCore Design Meeting - EMEA/NAMO - Thu, 04/18/2019 8:00am-9:00am #cal-reminder
 2019-04-13 15:00 UTC 

[PATCH 0/2] MdeModulePkg: Make the screen seamless
 2019-04-13  7:52 UTC  (5+ messages)
` [PATCH 1/2] MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetMode
` [PATCH 2/2] MdeModulePkg/GraphicsConsoleDxe: Do not clean the screen
` [edk2-devel] [PATCH 0/2] MdeModulePkg: Make the screen seamless

[PATCH 0/3] Implement UFS info protocol to pass additional UIC programming data from platform/silicon specific driver
 2019-04-12 23:22 UTC  (5+ messages)
` [PATCH 3/3] MdeModulePkg/UfsPassThruDxe: Add UFS info protocol

[edk2] [PATCH V2] UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
 2019-04-12 21:52 UTC  (4+ messages)

[edk2-platforms: PATCH 0/6] Armada7k8k misc improvements
 2019-04-12 21:14 UTC  (8+ messages)
` [edk2-platforms: PATCH 1/6] Marvell/Armada7k8k: RealTimeClockLib: Update bus parameters
` [edk2-platforms: PATCH 2/6] Marvell/Armada7k8k: AcpiTables: Enable edge trigger of PMU interrupt
` [edk2-platforms: PATCH 3/6] Marvell/Armada7k8k: Implement custom DtLoaderLib
` [edk2-platforms: PATCH 4/6] Marvell/Armada7k8k: Switch to software-based watchdog
` [edk2-platforms: PATCH 5/6] Marvell/Armada7k8k: ArmadaSoCDescLib: Add more I2C controllers
` [edk2-platforms: PATCH 6/6] Marvell/Armada80x0Db: Configure the CP1, comphy-2 to work with SFI 10G

[edk2-devel] [PATCH v5 0/7] MdeModulePkg: add support for dispatching foreign arch PE/COFF images
 2019-04-12 21:03 UTC  (3+ messages)

[edk2-devel] ASL build tools - EDKII trim tool questions
 2019-04-12 18:49 UTC  (5+ messages)

[edk2][PATCH V2] BaseTools:Enable the /MP option of MSVC compiler
 2019-04-12 16:12 UTC  (2+ messages)

[RFC] Propose update of security bug handling process
 2019-04-12 12:51 UTC  (2+ messages)

[PATCH v2 00/31] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-04-12 11:15 UTC  (48+ messages)
` [PATCH v2 02/31] OvmfPkg: Create platform XenOvmf
  ` [edk2-devel] "
` [PATCH v2 05/31] OvmfPkg/XenOvmf: Creating an ELF header
  ` [edk2-devel] "
` [PATCH v2 06/31] OvmfPkg/XenResetVector: Add new entry point for Xen PVH
  ` [edk2-devel] "
  ` [Xen-devel] "
` [PATCH v2 07/31] OvmfPkg/XenResetVector: Saving start of day pointer for PVH guests
  ` [edk2-devel] "
` [PATCH v2 08/31] OvmfPkg/XenResetVector: Allow to jumpstart from either hvmloader or PVH
  ` [edk2-devel] "
` [PATCH v2 09/31] OvmfPkg/XenOvmf: use a TimerLib instance that depends only on the CPU
  ` [edk2-devel] "
` [PATCH v2 10/31] OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader
  ` [edk2-devel] "
` [PATCH v2 11/31] OvmfPkg/XenPlatformPei: Use mXenHvmloaderInfo to get E820
  ` [edk2-devel] "
` [PATCH v2 12/31] OvmfPkg/XenPlatformPei: Grab RSDP from PVH guest start of day struct
  ` [edk2-devel] "
` [PATCH v2 13/31] OvmfPkg/Library/XenPlatformLib: New library
  ` [edk2-devel] "
` [PATCH v2 14/31] OvmfPkg/AcpiPlatformDxe: Use PVH RSDP if exist
  ` [edk2-devel] "
` [PATCH v2 15/31] OvmfPkg/XenHypercallLib: Enable it in PEIM
  ` [edk2-devel] "
` [PATCH v2 16/31] OvmfPkg/XenPlatformPei: Introduce XenHvmloaderDetected
  ` [edk2-devel] "
` [PATCH v2 17/31] OvmfPkg/XenPlatformPei: Reserve hvmloader's memory only when it as runned
  ` [edk2-devel] "
` [PATCH v2 18/31] OvmfPkg/XenPlatformPei: Setup HyperPages earlier
  ` [edk2-devel] "
` [PATCH v2 19/31] OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
  ` [edk2-devel] "
` [PATCH v2 20/31] OvmfPkg: Import XENMEM_memory_map hypercall to Xen/memory.h
  ` [edk2-devel] "
` [PATCH v2 21/31] OvmfPkg/XenPlatformPei: Get E820 table via hypercall
  ` [edk2-devel] "
    ` [Xen-devel] "
` [PATCH v2 22/31] OvmfPkg/XenPlatformPei: Rework memory detection
  ` [edk2-devel] "

[PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs
 2019-04-12 10:06 UTC  (5+ messages)
` [PATCH 2/4] OvmfPkg/License.txt: refresh the MIT license text and include the SPDX ID
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/4] OvmfPkg: replace MIT license blocks with SPDX IDs

[staging/UEFI_CapsuleOnDisk][PATCH] Announce to create "UEFI_CapsuleOnDisk" branch in edk2-staging
 2019-04-12  9:04 UTC 

[PATCH] IntelFrameworkModulePkg: Fix comments and improve E820 debug output
 2019-04-12  8:12 UTC  (12+ messages)
` [edk2-devel] "

[PATCH] BaseTools: support arm64 as a platform name in addition to aarch64
 2019-04-12  7:54 UTC  (9+ messages)
` [edk2-devel] "

Bug 1695 - Open a method to Enabled/Disabled IPV6/IPV6 PXE Support
 2019-04-12  5:39 UTC  (2+ messages)

[PATCH V2 0/2] MdeModulePkg/CapsulePei: Update the debug code to print 64bit data
 2019-04-12  4:44 UTC  (4+ messages)
` [PATCH V2 1/2] MdeModulePkg/CapsulePei: Change debug MACRO
` [PATCH V2 2/2] MdeModulePkg/CapsulePei: Update the debug code to print 64bit data
` [edk2-devel] [PATCH V2 0/2] "

[platforms: PATCH] Marvell/Armada7k8k: Remove UefiDecompressLib
 2019-04-12  4:31 UTC  (2+ messages)

[edk2-platforms/devel-MinPlatform][Patch v2] AdvancedFeaturePkg/AcpiDebug: Add new AcpiDebug modules
 2019-04-12  2:03 UTC  (2+ messages)
` [edk2-devel] "

[Patch] BaseTools: Remove the unnecessary copy action for module output files
 2019-04-12  1:16 UTC 

[PATCH V2 0/5] Make some DebugLib instance runtime safe
 2019-04-12  0:42 UTC  (6+ messages)
` [PATCH V2 1/5] MdeModulePkg: Change the SMM debug lib instance
` [PATCH V2 2/5] SignedCapsulePkg: "
` [PATCH V2 3/5] MdePkg/UefiDebugLibDebugPortProtocol: Make it runtime safe
` [PATCH V2 4/5] MdePkg/UefidebugLibConOut: "
` [PATCH V2 5/5] MdePkg/UefiDebugLibStdErr: "

[PATCH edk2-platforms] Platform/DeveloperBox: actually enable secure boot checking
 2019-04-11 21:10 UTC  (3+ messages)

[PATCH v5 0/7] MdeModulePkg: add support for dispatching foreign arch PE/COFF images
 2019-04-11 20:29 UTC  (10+ messages)
` [PATCH v5 1/7] MdeModulePkg: introduce PE/COFF image emulator protocol
` [PATCH v5 2/7] MdeModulePkg/DxeCore: invoke the emulator protocol for foreign images
` [PATCH v5 3/7] MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architectures
` [PATCH v5 4/7] MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images
` [PATCH v5 5/7] MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
  ` [edk2-devel] "
` [PATCH v5 6/7] MdePkg/UefiBaseType.h: treat EBC as a non-native machine type
` [PATCH v5 7/7] MdeModulePkg/DxeCore: remove explicit EBC handling

[RFC] Propose to remove IpSecDxe
 2019-04-11 17:54 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v4 0/7] MdeModulePkg: add support for dispatching foreign arch PE/COFF images
 2019-04-11 16:57 UTC  (3+ messages)
` [edk2] "

[PATCH] UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
 2019-04-11 15:58 UTC  (4+ messages)

The rumours of Leif Lindholm's early retirement have been greatly exaggerated
 2019-04-11 15:48 UTC 

[PATCH] UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
 2019-04-11 15:03 UTC 

[PATCH v2 1/3] OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge aperture
 2019-04-11 13:07 UTC 

[RFC] Propose to remove IpSecDxe
 2019-04-11 10:38 UTC 

[PATCH] MdeModulePkg/CapsulePei: Update the debug code to print 64bit data
 2019-04-11 10:33 UTC  (7+ messages)
  ` [edk2] "
        ` [edk2-devel] "

[PATCH 0/5] Make some DebugLib instance runtime safe
 2019-04-11  9:28 UTC  (5+ messages)
` [PATCH 1/5] MdeModulePkg: Change the SMM debug lib instance
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/5] Make some DebugLib instance runtime safe

[Patch] Document: Add PCD_DYNAMIC_AS_DYNAMICEX to defines section
 2019-04-11  8:51 UTC 

[PATCH 1/5] OvmfPkg/build.sh: Require QEMU 1.6 or newer and always enable flash
 2019-04-11  7:48 UTC  (4+ messages)
` [edk2-devel] "

[Patch] BaseTools/PatchCheck: Generate error if Contributed under found
 2019-04-11  6:46 UTC  (3+ 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