index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-19
MdeModulePkg DxeCore: Fix VS2013 build failure.
Star Zeng
2014-11-19
UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain
Jeff Fan
2014-11-19
MdePkg DxePcdLib: Updates DxePcdLib instance comments.
Liming Gao
2014-11-19
MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset.
Liming Gao
2014-11-19
MdeModulePkg Variable: Add missing warning annotation.
Star Zeng
2014-11-18
BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...
Scott Duplichan
2014-11-18
BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC.
Liming Gao
2014-11-17
OvmfPkg: PlatformBdsLib: Dynamic PCI Interrupt Line register setup
Gabriel Somlo
2014-11-17
UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices
Chen Fan
2014-11-17
MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...
Star Zeng
2014-11-17
MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro.
Star Zeng
2014-11-14
OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.
Anthony PERARD
2014-11-14
OvmfPkg/XenPvBlkDxe: fix VS2010 build failures
Scott Duplichan
2014-11-14
OvmfPkg/XenBusDxe: fix VS2010 build failures
Scott Duplichan
2014-11-14
OvmfPkg/XenBusDxe: Fix some types.
Anthony PERARD
2014-11-14
OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.
Anthony PERARD
2014-11-14
SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID association
Laszlo Ersek
2014-11-14
CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64
Laszlo Ersek
2014-11-14
CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure
Laszlo Ersek
2014-11-14
OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest() (VS2010)
Scott Duplichan
2014-11-14
OvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit shifts (VS2010)
Scott Duplichan
2014-11-14
OvmfPkg: flash driver: drop needlessly wide multiplication (VS2010)
Scott Duplichan
2014-11-14
OvmfPg: flash driver: drop gratuitous 64-by-32 bit divisions (VS2010)
Laszlo Ersek
2014-11-14
OvmfPg: flash driver: fix type of EFI_SIZE_TO_PAGES argument (VS2010)
Laszlo Ersek
2014-11-14
MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable ...
Garrett Kirkendall
2014-11-14
UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...
Qin Long
2014-11-14
OvmfPkg: PlatformBdsLib: Platform dependent PCI/IRQ initialization
Gabriel Somlo
2014-11-14
OvmfPkg: AcpiTimerLib: Switch additional stages to PCD-based Dxe instance
Gabriel Somlo
2014-11-14
OvmfPkg: AcpiTimerLib: Use global variable during PEI_CORE and PEIM
Gabriel Somlo
2014-11-14
OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances
Gabriel Somlo
2014-11-14
OvmfPkg: CsmSupportLib: Set/use platform specific legacy interrupt device
Gabriel Somlo
2014-11-14
OvmfPkg: Add PCD for Host Bridge dev. ID (PcdOvmfHostBridgePciDevId)
Gabriel Somlo
2014-11-14
OvmfPkg: PlatformPei: Platform specific ACPI power management setup
Gabriel Somlo
2014-11-14
OvmfPkg: Factor out platform detection (q35 vs. piix4)
Gabriel Somlo
2014-11-13
UefiCpuPkg/CpuDxe: install Mp Service protocol
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Startup APs
Jordan Justen
2014-11-13
UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus
Chen Fan
2014-11-13
UefiCpuPkg/MpService: avoid reset AP still hold a lock
Chen Fan
2014-11-13
UefiCpuPkg/MpService: free the unused cpu data buffer
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: introduce ResetApStackless()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()
Chen Fan
2014-11-13
UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()
Chen Fan
2014-11-13
UefiCpuPkg/MpService: Simply Lock usage
Chen Fan
2014-11-13
UefiCpuPkg/MpService: move settimer out to InitMpSystemData
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
Chen Fan
[next]