public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-09-10 22:18:14 to 2018-09-15 22:26:06 UTC [more...]

[PATCH v3 0/3] SdMmc fixes
 2018-09-15 22:25 UTC  (2+ messages)
` [PATCH v3 1/3] MdeModulePkg/SdMmcPciHcDxe: Adjust eMMC clock and bus width sequence

[PATCH v2 0/4] SdMmc fixes
 2018-09-15 22:24 UTC  (7+ messages)
` [PATCH v2 1/4] MdeModulePkg/SdMmcPciHcDxe: Fix HS200 operation

bootloader only see first disk
 2018-09-15 16:36 UTC 

[staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging
 2018-09-15 15:26 UTC  (4+ messages)

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

[PATCH 0/4] MdeModulePkg: add support for dispatching foreign arch PE/COFF images
 2018-09-15 13:28 UTC  (23+ messages)
` [PATCH 1/4] MdeModulePkg: introduce PE/COFF image emulator protocol
` [PATCH 2/4] MdeModulePkg/DxeCore: invoke the emulator protocol for foreign images
` [PATCH 3/4] MdeModulePkg/PciBusDxe: invoke PE/COFF emulator for foreign option ROMs
` [PATCH 4/4] MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images

[RFC MdeModulePkg/UefiBootManagerLib v1 0/1] Fix raid card repair fail issue
 2018-09-15  6:36 UTC  (2+ messages)
` [RFC MdeModulePkg/UefiBootManagerLib v1 1/1] MdeModulePkg/UefiBootManagerLib: "

[RFC MdeModulePkg/UefiBootManagerLib v1 0/1] Fix raid card repair fail issue
 2018-09-15  6:33 UTC  (2+ messages)
` [RFC MdeModulePkg/UefiBootManagerLib v1 1/1] MdeModulePkg/UefiBootManagerLib: "

Missing ‘or’ in CLA
 2018-09-15  3:25 UTC  (7+ messages)

Updating/adding video mode
 2018-09-15  1:16 UTC 

[PATCH V2 0/2] UefiCpuPkg/PiSmmCpuDxeSmm: add message for S3 config error
 2018-09-14 20:08 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: move InitSmmS3Cr3() into else block

How do I access Prefetchable Memory region through EFI_PCI_IO_PROTOCOL
 2018-09-14 18:24 UTC 

[PATCH v1] BaseTools/GenFds: remove function parameter
 2018-09-14 16:26 UTC 

[Patch] BaseTool: Replace dict with OrderedDict
 2018-09-14  9:51 UTC 

[PATCH] MdeModulePkg/DxeIpl: support more NX related PCDs
 2018-09-14  9:50 UTC  (6+ messages)

[Patch] Vlv2TbltDevicePkg: Switch to BDS of MdeModulePkg
 2018-09-14  9:15 UTC 

[PATCH] MdePkg: Add a inf path in MdePkg.dsc
 2018-09-14  8:54 UTC 

[Patch v2] NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol installed by PXE
 2018-09-14  8:50 UTC  (2+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] eMMC Clock Frequency Switch
 2018-09-14  8:49 UTC 

[Patch] NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol installed by PXE
 2018-09-14  8:07 UTC  (4+ messages)

[Patch] BaseTools: Fix a bug for Unused PCDs section display in the report
 2018-09-14  5:01 UTC  (2+ messages)

[PATCH] Add flag to skip disabling MTRRs
 2018-09-14  4:44 UTC  (11+ messages)
` [PATCH] UefiCpuPkg/MtrrLib: Add flag to skip disabling MTRRs prior to MTRR change

[PATCH V2 0/6] Add new EfiLocateXXXAcpiTable() APIs
 2018-09-14  4:42 UTC  (12+ messages)
` [PATCH V2 1/6] MdePkg UefiLib: "
` [PATCH V2 2/6] IntelSiliconPkg IntelVTdDxe: Use new EfiLocateFirstAcpiTable()
` [PATCH V2 3/6] MdeModulePkg S3SaveStateDxe: "
` [PATCH V2 4/6] PcAtChipsetPkg PcRtc: "
` [PATCH V2 5/6] ShellPkg DpDynamicCommand: "
` [PATCH V2 6/6] UefiCpuPkg PiSmmCpuDxeSmm: "

[PATCH] BaseTools: Regression bug Linux script used windows line format
 2018-09-14  3:22 UTC 

[patch 1/3] EmbeddedPkg/VirtualKeyboard: Avoid notification called more than once
 2018-09-13 15:50 UTC  (8+ messages)
` [patch 2/3] IntelFrameworkModulePkg: Avoid key "
` [patch 3/3] MdeModulePkg: "

[PATCH] IntelSiliconPkg IntelVTdDxe: Check HeaderType if func 0 is implemented
 2018-09-13 13:37 UTC  (2+ messages)

PciBusDxe: PCI-Express bug with dynamic PcdPciExpressBaseAddress
 2018-09-13 13:15 UTC  (6+ messages)

[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: add message for S3 config error
 2018-09-13 11:03 UTC  (9+ messages)

[PATCH] IntelSiliconPkg IntelVTdDxe: Optimize when func 0 is not implemented
 2018-09-13 10:27 UTC  (6+ messages)

[PATCH v2] MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return value
 2018-09-13  9:50 UTC  (2+ messages)

[PATCH v3] MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return value
 2018-09-13  9:50 UTC 

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017 Change BIOS version
 2018-09-13  5:12 UTC 

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Generate UUID
 2018-09-13  3:31 UTC 

[PATCH 1/1] FatPkg/EnhancedFatDxe Fix Double Cluster Allocation
 2018-09-13  2:45 UTC  (3+ messages)

[Patch] MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header
 2018-09-13  2:32 UTC  (6+ messages)

[PATCH v1 1/1] BaseTools\GenFds: remove extra content
 2018-09-13  1:03 UTC  (2+ messages)

[PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Fixed the klocwork issues
 2018-09-13  1:02 UTC 

[Patch] BaseTools: Align the boolean type PCD value's display in the report
 2018-09-13  0:47 UTC  (2+ messages)

[PATCH 0/5] expire the use of PcdSetNxForStack
 2018-09-13  0:45 UTC  (18+ messages)
` [PATCH 1/5] MdeModulePkg/DxeIplPeim: "
` [PATCH 2/5] OvmfPkg/PlatformPei: "
` [PATCH 3/5] OvmfPkg: "
` [PATCH 4/5] ArmVirtPkg/ArmVirt.dsc.inc: "
` [PATCH 5/5] MdeModulePkg: expire PcdSetNxForStack

[Patch] UefiCpuPkg PiSmmCpuDxeSmm: Update SmiEntry function run the same position
 2018-09-12 19:49 UTC  (5+ messages)

[PATCH] MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return value
 2018-09-12 15:12 UTC  (8+ messages)

[Patch V2] INF spec: Correct some items in the Table 1 EDK II [Defines] Section
 2018-09-12 13:53 UTC  (2+ messages)

[PATCH V2] BaseTools: Latter full value should overwrite the former field value
 2018-09-12  9:19 UTC 

[Patch v2] MdeModulePkg/Ip4Dxe: Sync the direct route entry setting
 2018-09-12  8:53 UTC  (2+ messages)

[PATCH V2] BaseTools: Check the array index and the array size of structure PCD
 2018-09-12  8:46 UTC 

[PATCH] BaseTools: Check the index of array
 2018-09-12  7:31 UTC  (2+ messages)

[PATCH v2 0/2] Add ArmPkg/Optee library APIs
 2018-09-12  7:28 UTC  (2+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Enable Vtd in setup option
 2018-09-12  7:28 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable the fourth PCIE port
 2018-09-12  7:00 UTC 

[PATCH] BaseTool: Support different PCDs to refer to the same EFI variable
 2018-09-12  6:10 UTC 

[Patch] BaseTool: Variable Merge
 2018-09-12  5:55 UTC  (2+ messages)

[Patch] INF spec: Correct some items in the Table 1 EDK II [Defines] Section
 2018-09-12  5:43 UTC  (2+ messages)

[Patch] Build spec: correct the Operator used in the expression for Table 12
 2018-09-12  5:42 UTC  (2+ messages)

[Patch] BaseTools: Fix the RaiseError variable issue caused by 855698fb69f
 2018-09-12  4:24 UTC  (2+ messages)

[PATCH] BaseTools: pcd in commandLine
 2018-09-12  3:49 UTC  (2+ messages)

[PATCH] BaseTools: Correct the SkuOverwrite
 2018-09-12  3:24 UTC 

[PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Fixed the klocwork issues
 2018-09-12  2:39 UTC 

[Patch] BaseTools: Report error for incorrect hex value format
 2018-09-12  2:30 UTC  (2+ messages)

[PATCH] MdeModulePkg/ConPlatform: Support short-form USB device path
 2018-09-12  1:47 UTC  (2+ messages)

[Patch] UefiCpuPkg PiSmmCpuDxeSmm: Remove unnecessary jmp _SmiHandler
 2018-09-12  1:33 UTC  (7+ messages)

[PATCH] UefiCpuPkg/CpuMpPei: suppress compiler complaining
 2018-09-12  0:23 UTC  (3+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Leaf Hill eMMC Speed
 2018-09-11  8:34 UTC 

[PATCH] MdeModulePkg XhciDxe: Set HSEE Bit if SERR# Enable Bit is set
 2018-09-11  2:23 UTC  (2+ messages)

[PATCH v2 0/9] BaseTools: refactor Workspace classes
 2018-09-10 22:18 UTC  (4+ messages)
` [PATCH v2 5/9] BaseTools: Workspace classes refactor properties
` [PATCH v2 8/9] BaseTools: refactor to not overcreate ModuleAutoGen objects
` [PATCH v2 9/9] BaseTools: refactor to cache InfBuildData data


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