public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-08-04 19:18:13 to 2016-08-10 15:18:32 UTC [more...]

[PATCH 00/26] ARM assembler cleanup series
 2016-08-10 15:17 UTC  (9+ messages)
` [PATCH 01/26] ArmLib: remove ArmReplaceLiveTranslationEntry() implementation
` [PATCH 02/26] ArmPkg: add missing ArmMmuLib resolution to ArmPkg.dsc
` [PATCH 03/26] ArmPkg/AsmMacroIoLib: remove unused obsolete MMIO and other asm macros
` [PATCH 04/26] ArmPlatformPkg RVCT: drop dependency on GCC macro library
` [PATCH 05/26] ArmPkg: introduce ASM_FUNC, MOV32/MOV64 and ADRL/LDRL macros
` [PATCH 06/26] ArmVirt/PrePi: make jump to CEntryPoint relative
` [PATCH 07/26] ArmVirtPkg: clean up assembly source files
` [PATCH 08/26] ArmPkg/ArmSmcLibNull: move to generic C implementation

[Patch] CryptoPkg IntrinsicLib: Add the missing nasm source file
 2016-08-10 14:31 UTC  (2+ messages)

[Add UDK2017 branch in edk2 for new UDK release]
 2016-08-10 12:31 UTC 

[PATCH v2 0/2] Share default value if some default value are not specified
 2016-08-10 12:26 UTC  (5+ messages)
` [PATCH v2 1/2] MdeModulePkg/HiiDB: Share default "
` [PATCH v2 2/2] MdeModulePkg/Browser: "

SATA AHCI issue
 2016-08-10 11:49 UTC  (9+ messages)

[patch] MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="
 2016-08-10 10:02 UTC  (2+ messages)

[PATCH] BaseTools/GccBase.lds: don't copy RELA section to PE/COFF
 2016-08-10  8:55 UTC 

[patch] BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCode
 2016-08-10  8:53 UTC 

[PATCH 00/11] Add ResetPlatformSpecific() to ResetSystemLib
 2016-08-10  5:56 UTC  (12+ messages)
` [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of ResetSystem to UEFI Spec
` [PATCH 02/11] MdeModulePkg: Add API ResetPlatformSpecific() to ResetSystemLib.h
` [PATCH 03/11] MdeModulePkg/BaseResetSystemLibNull: Implement ResetPlatformSpecific
` [PATCH 04/11] CorebootPayloadPkg/ResetSystemLib: "
` [PATCH 05/11] OvmfPkg/ResetSystemLib: "
` [PATCH 06/11] PcAtChipsetPkg/ResetSystemLib: "
` [PATCH 07/11] QuarkSocPkg/ResetSystemLib: "
` [PATCH 08/11] Vlv2TbltDevicePkg/ResetSystemLib: "
` [PATCH 09/11] OvmfPkg: Use MdeModulePkg/ResetSystemRuntimeDxe
` [PATCH 10/11] PcAtChipsetPkg: Remove KbcResetDxe
` [PATCH 11/11] MdeModulePkg/ResetSystemRuntimeDxe: Support EfiResetPlatformSpecific

[PATCH v5 0/4] Introduce CLANG38 toolchain in edk2
 2016-08-10  4:54 UTC  (3+ messages)
` [PATCH v5 2/4] BaseTools-Conf:Introduce CLANG38 new toolchain for x86

[patch] MdeModulePkg/Browser: Enhance the logic when getting value from AltResp
 2016-08-10  3:13 UTC 

[PATCH] Update ReadMe.MD file
 2016-08-10  2:31 UTC  (3+ messages)

How do you debug Package errors upon Bootup ?
 2016-08-09 16:19 UTC 

Is there something like "nm" or "obdump" in Linux ?
 2016-08-09 15:48 UTC 

[PATCH v2 1/6] ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>
 2016-08-09 15:08 UTC  (3+ messages)

[MdeModulePkg] SetVirtualAddressMap() crashed due to DxeReportStatusCodeLib assuming the state of the BootService Memory at runtime
 2016-08-09 14:50 UTC  (5+ messages)

[PATCH] MdeModulePkg/EbcDxe: add ARM support
 2016-08-09 14:42 UTC  (2+ messages)

Toolchain question
 2016-08-09 10:04 UTC  (7+ messages)

[PATCH] ArmVirtPkg: Add NFIT report feature for ArmVirtPkg for ramdisks
 2016-08-09  9:55 UTC  (2+ messages)

[patch] MdeModulePkg/AtaAtapiPassThru: update AtaStatusBlock after cmd exec
 2016-08-09  8:20 UTC  (2+ messages)

[PATCH 1/2] StdLib/LibC: avoid LTO code for compiler intrinsics
 2016-08-09  8:13 UTC  (6+ messages)
` [PATCH 2/2] StdLib/LibC ARM AARCH64: do not redefine "

[PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support
 2016-08-09  7:53 UTC  (5+ messages)
` [PATCH 1/2] BaseTools CLANG35: add missing XIP flags for AARCH64
` [PATCH 2/2] BaseTools ARM: impose strict alignment only for XIP modules

[PATCH] Update ReadMe.MD file
 2016-08-09  6:17 UTC  (2+ messages)

[PATCH] [staging/HTTPS-TLS] Delete extra TlsCipherMappingTable entries
 2016-08-08 15:48 UTC  (2+ messages)

[PATCH] ArmPkg: Fix double GIC EIOR write per interrupt
 2016-08-08 13:50 UTC  (16+ messages)

ARM PrePI Memory setup recommendations
 2016-08-08 11:34 UTC  (5+ messages)

[PATCH 0/6] Fix shell TAB completion issue and bugs in LS command
 2016-08-08 10:28 UTC  (7+ messages)
` [PATCH 1/6] ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>
` [PATCH 2/6] ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>
` [PATCH 3/6] ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path
` [PATCH 4/6] MdePkg: Enhance PathRemoveLastItem() to support "FS0:File.txt"
` [PATCH 5/6] ShellPkg/ls: Fix to support "ls fs0:File.txt"
` [PATCH 6/6] ShellPkg/ls: Display the correct directory path

[patch] BaseTools/UPT: Fix a install issue
 2016-08-08  9:02 UTC  (2+ messages)

[PATCH] ArmPkg: remove usages of deprecated API's
 2016-08-08  5:44 UTC 

[patch 0/2] Share default value if some default value are not specified
 2016-08-08  4:57 UTC  (4+ messages)
` [patch 1/2] MdeModulePkg/HiiDB: Share default "
` [patch 2/2] MdeModulePkg/Browser: "

[PATCH v2] BaseTools X64: fold PLT relocations into simple relative references
 2016-08-08  3:05 UTC  (2+ messages)

[Patch] BaseTools: Allow string token identifier to use lower case letters
 2016-08-08  2:38 UTC  (2+ messages)

[Patch] BaseTools: Fix the bug when use FILE_GUID override the module in DSC
 2016-08-08  2:38 UTC  (2+ messages)

[PATCH 00/17] Add build option to disable deprecated APIs
 2016-08-08  2:35 UTC  (34+ messages)
` [PATCH 01/17] FatPkg DSC: "
` [PATCH 02/17] IntelFrameworkModulePkg "
` [PATCH 03/17] IntelFrameworkPkg "
` [PATCH 04/17] IntelFsp2Pkg "
` [PATCH 05/17] IntelFsp2WrapperPkg "
` [PATCH 06/17] IntelFspPkg "
` [PATCH 07/17] IntelFspWrapperPkg "
` [PATCH 08/17] MdeModulePkg "
` [PATCH 09/17] MdePkg "
` [PATCH 10/17] NetworkPkg "
` [PATCH 11/17] PcAtChipsetPkg "
` [PATCH 12/17] PerformancePkg "
` [PATCH 13/17] SecurityPkg "
` [PATCH 14/17] ShellPkg "
` [PATCH 15/17] SourceLevelDebugPkg "
` [PATCH 16/17] UefiCpuPkg "
` [PATCH 17/17] CryptoPkg "

[patch 0/2] BaseTools/VfrCompile: Add two new option for VfrCompile
 2016-08-08  2:21 UTC  (2+ messages)

[PATCH] IntelFsp2Pkg: Converted GenCfgOptUserManual from .docx to .md format
 2016-08-08  0:42 UTC  (2+ messages)

[PATCH] CryptoPkg: Fix "responsiblity" typos
 2016-08-07 14:04 UTC 

[PATCH] CryptoPkg: Fix capitalization of path name in Patch-HOWTO.txt
 2016-08-07 14:03 UTC 

[PATCH 0/3] Build fixes for ARM/OpenSSL
 2016-08-07 10:29 UTC  (13+ messages)
` [PATCH 1/3] ArmPkg/ArmSoftFloatLib: disable LTO build for GCC
` [PATCH 3/3] BaseTools GCC/ARM: add -fno-builtin to CC flags

[PATCH] IntelFsp2Pkg: Converted PatchFvUserManual from .docx to .md format
 2016-08-06 12:15 UTC  (3+ messages)
` [PATCHV2] "

Shell version 2.2
 2016-08-05 19:46 UTC  (7+ messages)

[PATCH 1/2] MdeModulePkg/EbcDxe AARCH64: fix comment style
 2016-08-05 19:27 UTC  (4+ messages)
` [PATCH 2/2] MdeModulePkg/EbcDxe: cleanup

Breaking change issue with NetworkPkg/Ip6Dxe/Ip6ConfigImlp.[c, h]
 2016-08-05 19:03 UTC  (5+ messages)

[PATCH 1/2] ArmVirtPkg/PrePi: use correct callee saved regs
 2016-08-05 18:31 UTC  (3+ messages)
` [PATCH 2/2] ArmPlatformPkg/PrePi: "

[PATCH] ShellPkg SmbiosView: Show "SocketDesignation" instead of "Socket" for Type 4
 2016-08-05 17:20 UTC  (2+ messages)

[PATCH] Platforms/ARM/Juno: limit ACPI support to v5.0 and higher
 2016-08-05 14:43 UTC 

[PATCH] Platforms/ARM/Juno: Add support for ACPI 6.0 LPI(Low Power Idle) states
 2016-08-05 14:42 UTC 

[PATCH] IntelFsp2Pkg: Converted PatchFvUserManual from .docx to .md format
 2016-08-05  6:55 UTC 

[PATCH] IntelFsp2Pkg: Only include required header files in FspEas.h
 2016-08-05  5:44 UTC  (2+ messages)

Managing GCC Assembly Code Size (AArch64)
 2016-08-04 21:55 UTC  (4+ messages)


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