Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Udk2015 #67

Closed
wants to merge 525 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
525 commits
Select commit Hold shift + click to select a range
e6ad964
Revert the change in r19137.
Dec 18, 2015
b30dd62
BaseTools: Fix a bug in the VPD report generation
Dec 18, 2015
8e3314b
BaseTools: Enhance GenFv Tool to report error message
Dec 18, 2015
7182a91
BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID over…
Dec 18, 2015
f91c838
BaseTools: process the files by the priority in BUILDRULEORDER
Dec 18, 2015
57b4b99
BaseTools: update man page to add some descriptions
Dec 18, 2015
f8ae6c9
Revert the change in r19143 for BUILDRULEORDER.
Dec 18, 2015
033469d
BaseTools GCC: avoid the use of COMMON symbols
Dec 18, 2015
8bc5c95
BaseTools RVCT: use scatter file to enforce minimum section alignment
Dec 18, 2015
7f33c1d
BaseTools/GenFw RVCT: fix relocation processing of PT_DYNAMIC sections
Dec 18, 2015
336e74a
BaseTools/Ecc: Fix a bug to report fake issue
hesschen Dec 18, 2015
4bf20e4
BaseTools/Scripts: Add ConvertUni.py script
jljusten2 Dec 18, 2015
075c88d
BaseTools ARM: add CLANG35 support
Dec 18, 2015
d33e7a2
BaseTools: Fix one bug in FD region for multiple workspace support
Dec 18, 2015
0d2f9e9
External link to BaseTools Win binary r112(main trunk r19319)
vanjeff Dec 18, 2015
b73e1f6
ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignment
lersek Dec 18, 2015
e2ef42a
ShellPkg: Build all libraries unconditionally.
Dec 18, 2015
8368182
ShellPkg: Add a simple case to test shell parameter parsing logic
niruiyu Dec 18, 2015
1bd3807
ShellPkg: Print error message when Shell set environment variable fail.
Dec 18, 2015
bd85043
ShellPkg: Use safe string functions to refine 'Tftp.c' code.
Dec 18, 2015
90fb9ed
ShellPkg: Fix ASCII input redirection does not work correctly.
Dec 18, 2015
631a25f
ShellPkg: Follow spec to remove the last '\' char in return name of G…
Dec 18, 2015
4411406
ShellPkg: Update 'tftp' command help output and error messages
tapandshah Dec 18, 2015
5566c69
ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.
Dec 18, 2015
45ac343
ShellPkg: Refine code by initializing local variable and adding ASSER…
Dec 18, 2015
66fb2e8
ShellPkg UefiDpLib: Use correct string length for the input UnicodeBu…
lzeng14 Dec 18, 2015
e52ab63
ShellPkg/UefiDpLib: Fix a DP cumulative data issue
CShia Dec 18, 2015
b8e0c9e
ShellPkg/UefiDpLib: Support dumping cumulative data
CShia Dec 18, 2015
916f81f
ShellPkg: Don't strip positional parameters of quotation marks.
Dec 18, 2015
b5e0f73
ShellPkg: Corrected CatSPrint usage to prevent memory leaks.
Dec 18, 2015
b2a2d3c
ShellPkg: fix RVCT warning due to CONST in typecast.
Dec 18, 2015
322afa4
ShellPkg: Add NULL check to pointer returned from 'AllocateZeroPool'.
Dec 18, 2015
adec215
ShellPkg: Convert all .uni files to utf-8
jljusten2 Dec 18, 2015
91cf863
ShellPkg: Make 'dh' support showing all spec defined protocols.
jcarsey Dec 18, 2015
89ed8b7
ShellPkg: Fix ifconfig hang issue with incomplete parameters
jiaxinwu Dec 18, 2015
1d8a8d0
ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is used
mdkinney Dec 18, 2015
bd3445a
ShellPkg: Initialize the local pointer to avoid potential suspicious …
Dec 18, 2015
a672cba
ShellPkg/Mm: Fix build warnings
mdkinney Dec 18, 2015
5fe2882
ShellPkg: Ease the shell's MAN file Title Header syntax requirements.
Dec 18, 2015
ff8da34
ShellPkg: Fix a bug in smbiosview PowerSupply Characteristics.
Dec 18, 2015
147f4c2
ShellPkg: Use %p for smbiosview SMBIOS table addresses.
Dec 18, 2015
c3cf4d4
ShellPkg: Fix the 'bcfg' command ASSERT when use some invalid paramet…
Dec 18, 2015
553e1a5
ShellPkg: Fix unhandled value in switch statement
Dec 18, 2015
cfbedff
ShellBinPkg: Ia32/X64 Shell binary update.
Dec 18, 2015
72cd938
Sync missing part of r19180&r19181 from main trunk.
vanjeff Dec 18, 2015
b0140b9
Sync missing part of r19176 from main trunk.
vanjeff Dec 18, 2015
5e6d79a
CryptoPkg: remove global variable 'timeval' from OpenSslSupport .h
Dec 18, 2015
6e6407b
NetworkPkg: HttpDxe: Remove unused local variables
Dec 21, 2015
c3dde2d
MdeModulePkg: Clean code to follow C Coding style.
Dec 21, 2015
fa8accd
NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying …
Dec 21, 2015
172f71a
NetworkPkg:Fix a bug the 2nd httpboot fail issue.
Dec 21, 2015
306a998
SecurityPkg: SecureBootConfigDxe: Remove useless code in VFR
zhangchaointel Dec 22, 2015
c329f50
Nt32Pkg: Fix VS2015 Build Failure
lgao4 Dec 22, 2015
6eb6ec2
BaseTools: Update Scripts to support VS2015 env
lgao4 Dec 22, 2015
004b82b
MdeModulePkg: Add PCD description to MdeModulePkg.uni
niruiyu Dec 22, 2015
dbbf51f
MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-only
hwu25 Dec 23, 2015
7794116
MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec
hwu25 Dec 23, 2015
1c53b23
MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI spec
hwu25 Dec 23, 2015
1a77164
MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()
hwu25 Dec 23, 2015
a14f95d
MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() suc…
hwu25 Dec 23, 2015
69fa917
MdePkg UefiScsiLib: Close event when SCSI command fails
hwu25 Dec 23, 2015
6e2692b
MdeModulePkg ScsiDiskDxe: Close event when SCSI command fails
hwu25 Dec 23, 2015
5feebce
MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issue
hwu25 Dec 23, 2015
8a3c293
MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O command
hwu25 Dec 23, 2015
995e33b
MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_N…
hwu25 Dec 23, 2015
dedfd54
MdePkg UefiScsiLib: Raise the Tpl of async IO callback to TPL_NOTIFY
hwu25 Dec 23, 2015
1a412e1
MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NO…
hwu25 Dec 23, 2015
e66b686
MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async task
hwu25 Dec 23, 2015
eb2569f
PcAtChipsetPkg/Rtc: Fix a UEFI Win7 boot hang issue
niruiyu Dec 23, 2015
61198de
PcAtChipsetPkg/PcRtc: Fix GCC build failure.
niruiyu Dec 23, 2015
1dedc8f
MdePkg: Add Ipmi2.0 definitions head file.
Dec 23, 2015
26db317
MdePkg: Update Ipmi2.0 definitions header file.
Dec 23, 2015
10041d1
MdeModulePkg: Add IpmiLib and Ppi/Protocol header file.
Dec 23, 2015
73cf233
MdeModulePkg: White space clean up for MdeModulePkg.dec
Dec 23, 2015
d826359
MdeModulePkg: Add BaseIpmiLib Null Library Instance.
Dec 23, 2015
e1c6340
MdeModulePkg: Add PeiIpmiLibIpmiPpi Library Instance.
Dec 23, 2015
e559d69
MdeModulePkg: Add DxeIpmiLibIpmiProtocol Library Instance.
Dec 23, 2015
eb9ecf9
MdeModulePkg: Add SmmIpmiLibSmmIpmiProtocol Library Instance.
Dec 23, 2015
afa2e48
MdeModulePkg: Update MdeModulePkg.dsc file for IpmiLib.
Dec 23, 2015
4800ebb
UefiCpuPkg/PiSmmCpuDxeSmm: Correct CPUID leaf used to detect SMM mode
mdkinney Dec 24, 2015
f8ab19a
PcAtChipsetPkg/PcRtc: Add assertion to pass static code checker
niruiyu Dec 24, 2015
c88b7d6
PcAtChipsetPkg/PcRtc: Modify INF file content to follow INF spec
niruiyu Dec 24, 2015
906952e
Remove some empty directories.
vanjeff Dec 24, 2015
7467051
ShellPkg: Fix memory leak in SimpleTextOutput on file.
Dec 25, 2015
7e1448f
ShellPkg: Fix memory leak in ShellProtocol.
Dec 25, 2015
a32e66b
ShellPkg: Refine the code logic of 'command history'.
Dec 25, 2015
210d155
ShellPkg: Fix memory leak when running Shell script.
Dec 25, 2015
c1d5a11
ShellPkg: Fix the TAB-auto-completion memory leak.
Dec 25, 2015
22ac7ab
ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.
jyao1 Dec 25, 2015
d291c4b
ShellPkg: Fix memory leak in 'ShellOpenFileByName'.
jyao1 Dec 25, 2015
16057b0
Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferF…
Dec 25, 2015
0299078
ShellPkg: Fix memory leak in function'ShellCommandRunHelp'.
jyao1 Dec 25, 2015
d3fcd9c
ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappi…
jyao1 Dec 25, 2015
0dd7389
ShellPkg: Fix memory leak in function'ShellCommandConsistMappingIniti…
jyao1 Dec 25, 2015
af71a01
ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShe…
jyao1 Dec 25, 2015
17bcd74
MdeModulePkg/BootManagerMenu: Fix bug that boots to undesired option
niruiyu Dec 25, 2015
09060cf
ShellPkg: Refine the code format.
Dec 25, 2015
6aca518
ShellPkg: Add AIP IPv6 UNDI support to Shell dh
Dec 25, 2015
b90babb
Update the file format.
vanjeff Dec 25, 2015
fa1025b
ShellBinPkg: Ia32/X64 Shell binary update.
Dec 25, 2015
10a33f5
Revert "CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2e"
vanjeff Dec 29, 2015
2bf9eb4
CryptoPkg/BaseCryptLib: Add missing OpenSSL includes
Dec 29, 2015
f59acbe
CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAME
Dec 29, 2015
5f297ea
CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTE
Dec 29, 2015
5d2f923
CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECT
Dec 29, 2015
e2ca08e
CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents type
Dec 29, 2015
595dd75
CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAIN
Dec 29, 2015
5891158
CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME
Dec 29, 2015
b3a7a7a
CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs bre…
Dec 29, 2015
34885c5
CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handling
Dec 29, 2015
b724721
CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definition
Dec 29, 2015
6db2b5b
CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.h
Dec 29, 2015
ce302ad
[CryptoPkg] Correct one typo in the API comments.
Dec 29, 2015
bcd093f
CryptoPkg/OpensslLib: add softfloat dependency for ARM
Dec 29, 2015
571736c
CryptoPkg ARM: add ArmSoftFloatLib resolution to CryptoPkg.dsc
Dec 29, 2015
3544651
CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATIC
Dec 29, 2015
6cdcc26
CryptoPkg/OpensslLib: comment out unused code
Dec 29, 2015
a959329
CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2e
Dec 29, 2015
1fb07e5
MdePkg: Add HTTP 1.1 industry standard definitions.
Dec 22, 2015
4f1812d
NetworkPkg : Remove unused local variables to fix gcc build errors.
Dec 22, 2015
2d06a29
NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.
sfu5 Dec 23, 2015
f24b415
MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buf…
sfu5 Jan 8, 2016
9b0c2ec
MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.
sfu5 Jan 8, 2016
8e0c04f
SecurityPkg: Add Tpm2Startup return code check.
jyao1 Jan 11, 2016
2eec0dd
SecurityPkg: Clear AuthSession content after use.
jyao1 Jan 11, 2016
da16d95
SecurityPkg: TcgDxe,Tcg2Dxe,TrEEDxe: New PCD for TCG event log and TC…
zhangchaointel Jan 12, 2016
6de848d
NetworkPkg: Fix some typos in Http boot driver.
Jan 12, 2016
e1821a2
NetworkPkg: Support DNS4/6 GeneralLookUp feature
jiaxinwu Dec 30, 2015
f9d8df5
NetworkPkg: Removing or adding some ASSERT statement
jiaxinwu Jan 6, 2016
c69e1e6
NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()
lersek Jan 6, 2016
99f0b56
MdeModulePkg: Add new library class PciHostBridgeLib
niruiyu Jan 18, 2016
bc97154
MdeModulePkg: Add PciHostBridgeLibNull
niruiyu Jan 18, 2016
6e98103
MdePkg: Add PciSegmentLib instance based on PciLib
niruiyu Jan 18, 2016
d5ad924
MdeModulePkg: Add generic PciHostBridgeDxe driver.
niruiyu Jan 18, 2016
a786b26
MdeModulePkg/PciHostBridgeDxe: Fix GCC build failure.
niruiyu Jan 26, 2016
c4a1c2f
SecurityPkg: Replace TREE macro with TCG2.
jyao1 Jan 18, 2016
d949750
SecurityPkg: Correct NumberOfPCRBanks calculation.
jyao1 Jan 18, 2016
beb714b
SecurityPkg: Update final event log calculation.
jyao1 Jan 18, 2016
e01cc35
MdePkg: Update MorLock comment to latest doc.
jyao1 Jan 19, 2016
cf7a5d2
MdeModulePkg: Add MorLockSmm to variable driver.
jyao1 Jan 19, 2016
b47b351
MdeModulePkg: Add MorLockDxe to variable driver.
jyao1 Jan 19, 2016
cb9eb5e
MdeModulePkg: Add MorLock to variable driver.
jyao1 Jan 19, 2016
533f9a8
SecurityPkg: Mark MorLock module deprecated.
jyao1 Jan 19, 2016
0246cee
SecurityPkg: Update TCG PPI "1.3" for TCG2.
jyao1 Jan 22, 2016
25c18d5
SecurityPkg : Tpm2DeviceLibDTpm : Rename TisTpmCommand to avoid name…
Jan 8, 2016
d1152e3
MdePkg: Add TPM PTP definition.
jyao1 Jan 26, 2016
a85ecfa
MdePkg: Add TPM TIS definition.
jyao1 Jan 26, 2016
f201bcd
SecurityPkg: Add TPM PTP support in TPM2 device lib.
jyao1 Jan 26, 2016
b9f1661
SecurityPkg: Add TPM PTP support in TCG2 SMM.
jyao1 Jan 26, 2016
ea96ffd
SecurityPkg: Add TPM PTP detection in TPM12 device lib.
jyao1 Jan 26, 2016
cd7621f
SecurityPkg: Add TPM PTP support in TCG2 Config.
jyao1 Jan 26, 2016
072dd97
SecurityPkg: Correct data copy in Tpm2NvReadPublic.
jyao1 Jan 27, 2016
b1a0d7d
BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library
Jan 29, 2016
7b9d00a
BaseTools: Fix Makefile to correctly break during a build failure
lhauch Dec 23, 2015
c72f8b3
BaseTool/ECC: Add UTF-8 support on ECC tool
hesschen Dec 30, 2015
0b68e5f
BaseTool/UPT: Fix a typo issue
hesschen Dec 30, 2015
49cd7a2
BaseTools CLANG35: use linux-gnu target triplets explicitly
Jan 4, 2016
19bf0d1
BaseTools CLANG35: use -target in PP flags as well
Jan 4, 2016
67031ab
BaseTools: Fix 'caculate' typos
hwu25 Jan 6, 2016
425af91
BaseTools/VfrCompile: honor CC if it is set
Jan 11, 2016
3c250f5
BaseTools AARCH64: add separate GCC build rule for XIP objects
Jan 11, 2016
8c64675
BaseTools AARCH64: build XIP modules with strict alignment
Jan 11, 2016
f4b872f
BaseTools: Fix GenPatchPcdTable to support '-' characters in file names
Jan 18, 2016
705dc80
BaseTools: VOID* PCDs in VPD region must be aligned based on value type
Jan 18, 2016
af9a5cc
BaseTools: VPD Tool to allocate VPD region be aligned based on value …
Jan 18, 2016
4824064
BaseTools: process the files by the priority in BUILDRULEORDER
Jan 19, 2016
e1247f9
BaseTools: Improve shell wrappers for Python build commands
charles-dyfis-net Jan 20, 2016
c56829f
BaseTools: Improve shell wrapper for C build commands
charles-dyfis-net Jan 20, 2016
95b952d
BaseTools: Use python2 if available in Tests/GNUmakefile
charles-dyfis-net Jan 20, 2016
c796b65
BaseTools: Improve LzmaF86Compress wrapper
charles-dyfis-net Jan 20, 2016
926dd14
BaseTools: make build report tolerant of FVs specified by name
Jan 21, 2016
7c43c0b
BaseTools: Fix the bug when no FD section in the FDF file
Jan 26, 2016
f3962f2
BaseTools: Fix a bug for VpdOffset calculate
Jan 29, 2016
7be6154
BaseTools:Incremental build not work if VPD values in DSC changed by -D
Jan 29, 2016
4e564c2
BaseTools: Update BaseTools to pass VS2015 compiler
Jan 29, 2016
420b02b
BaseTools/GenFw AARCH64: add support for relative data relocations
Feb 12, 2016
950f60c
BaseTools-Source: Update displayed version information
Feb 16, 2016
29bda2b
BaseTools/GenFw: Exit with error when header lookup fails
mdlemay Jan 29, 2016
8686dac
BaseTools/GenFw: Enhance error message for bad symbol definitions
mdlemay Jan 29, 2016
ca8c81a
BaseTools/GenFw: Correct datatypes in diagnostic messages and check f…
mdlemay Jan 29, 2016
e49bfe7
BaseTools/GenFw: Fix a bug for GCC build
Feb 17, 2016
74ec05b
BaseTools: report an error message when failed to start build command
Feb 17, 2016
a5b41f7
BaseTools/VolInfo: add some generic options
Feb 17, 2016
8c7c741
BaseTools: LzmaCompress: fix gcc-6 warning "misleading-indentation"
lersek Feb 14, 2016
51ffc53
BaseTools/Conf/XMLSchema: Reformat XML using Visual Studio 2013
lhauch Feb 8, 2016
aa5bcdb
BaseTools/Trim: Fix the bug for stripping when no line directive in file
Feb 17, 2016
ba1b6e1
IntelFspPkg: Add NOOPT target in IntelFspPkg.dsc
hwu25 Jan 21, 2016
b2e9df3
IntelFspWrapperPkg: Add NOOPT target in IntelFspWrapperPkg.dsc
hwu25 Jan 21, 2016
39cad95
CryptoPkg: Convert all .uni files to utf-8
jljusten2 Dec 15, 2015
b26f550
CryptoPkg: fix build support under RVCT
Dec 17, 2015
1a684f0
CryptoPkg: Add NOOPT target in CryptoPkg.dsc
hwu25 Jan 19, 2016
5a23296
CryptoPkg: Fix function qsort for non 32-bit machines
Jan 26, 2016
bc9c0c2
CryptoPkg/OpensslLib: Upgrade OpenSSL version to 1.0.2f
Feb 23, 2016
fdf0b89
UefiCpuPkg: Add ASSERT to handle local APIC not config properly
hwu25 Oct 9, 2015
62435c2
UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software en…
hwu25 Oct 9, 2015
a60eece
UefiCpuPkg/CpuDxe: Don't use gBS->Stall
jljusten2 Nov 20, 2015
b05b161
Correct TSS segment.
jyao1 Nov 25, 2015
f2a56d8
Eliminate EFI_IMAGE_MACHINE_TYPE_SUPPORTED.
jyao1 Nov 25, 2015
e1ac59f
Move RestoreSmmConfigurationInS3 function to PerformPreTasks().
jyao1 Nov 25, 2015
ca119e7
Move SmmDebug feature from ASM to C.
jyao1 Nov 25, 2015
021d6b3
UefiCpuPkg/Include: Expand description of AcpiCpuData.h structures
mdkinney Nov 25, 2015
f1c2707
UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3
mdkinney Nov 25, 2015
08bc350
Allocate Tile size based on Page.
jyao1 Nov 26, 2015
c466f5d
UefiCpuPkg/PiSmmCpu: Add 2 APIs in SmmCpuFeaturesLib.
jyao1 Nov 27, 2015
4bae35f
UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.
jyao1 Nov 27, 2015
b2c7f09
UefiCpuPkg/PiSmmCpu: Update function call for 2 new APIs.
jyao1 Nov 27, 2015
cd5e299
UefiCpuPkg/PiSmmCpu: Always set RW+P bit for page table by default
jyao1 Nov 30, 2015
f488255
UefiCpuPkg/PiSmmCpu: Always set WP in CR0
jyao1 Nov 30, 2015
be1b021
UefiCpuPkg/CpuS3DataDxe: Add more detailed description on GUID in INF
vanjeff Dec 3, 2015
bf6e577
UefiCpuPkg: Convert all .uni files to utf-8
jljusten2 Dec 15, 2015
7233344
UefiCpuPkg/PiSmmCpuDxeSmm: Fix failure when PcdCpuSmmDebug is TRUE
mdkinney Dec 24, 2015
f478dac
UefiCpuPkg/PiSmmCpuDxeSmm: Initialize gSmst fields on S3 resume
mdkinney Dec 24, 2015
5abebb4
UefiCpuPkg: Add the missing module uni for CpuS3DataDxe
lgao4 Dec 24, 2015
d52d894
UefiCpuPkg: Add NOOPT target in UefiCpuPkg.dsc
hwu25 Jan 19, 2016
c3a78be
UefiCpuPkg/PiSmmCpuDxeSmm: Add EFIAPI to CheckFeatureSupported()
mdkinney Feb 18, 2016
f7ff5da
UefiCpuPkg/PiSmmCpuDxeSmm: Enable/Restore XD in SMM
mdkinney Feb 18, 2016
d34bfce
Maintainers.txt: Update maintainers for CryptoPkg and NetworkPkg
jiaxinwu Jan 20, 2016
ae7a413
Maintainers.txt: Update maintainers for SourceLevelDebugPkg
hwu25 Jan 20, 2016
c75ba3c
Maintainers.txt: Update maintainers for MdeModulePkg
lzeng14 Jan 29, 2016
0f24556
Maintainers.txt: Update maintainers for NetworkPkg
jiaxinwu Feb 1, 2016
4a8f133
Maintainers.txt: Add newline to final line of file
jljusten2 Feb 2, 2016
31aec19
Maintainers.txt: Update source repository urls
jljusten2 Feb 2, 2016
0093b2d
Maintainers.txt: Update maintainers for ShellBinPkg
Feb 9, 2016
8b6a813
External link to BaseTools Win binary r122(main trunk r19875)
hwu25 Feb 25, 2016
d14fd60
CryptoPkg: BaseCryptLib: support free(NULL)
lersek Feb 24, 2016
547b9e2
CryptoPkg: RuntimeCryptLib: support free(NULL)
lersek Feb 24, 2016
34791fa
CryptoPkg: RuntimeCryptLib: support realloc(NULL, size)
lersek Feb 24, 2016
ee41205
UefiCpuPkg/Cpuid.h: Add CPUID leaf/sub-leaf defines and structures
mdkinney Feb 19, 2016
6078c1d
UefiCpuPkg/Cpuid: Add UEFI CPUID application
mdkinney Feb 19, 2016
ed1ce80
UefiCpuPkg/Cpuid: Fix GCC build error
hwu25 Feb 26, 2016
2393ff5
BaseTools/tools_def.txt: Add -march=i586 for IA32 GCC targets
mdkinney Feb 23, 2016
7dda8dc
BaseTools: fix LzmaCompress VS2013 make failure
Feb 29, 2016
2a44566
External link to BaseTools Win binary r123(main trunk r20055)
hwu25 Mar 2, 2016
5729f0c
UefiCpuPkg/CpuMpPei: Load microcode if found newer revision
vanjeff Mar 2, 2016
d02317f
UefiCpuPkg/Application/Cpuid: Remove unnecessary code check
vanjeff Mar 2, 2016
79d8353
UefiCpuPkg/Application/Cpuid: Change DisplayFamily/DisplayModel type
vanjeff Mar 2, 2016
919ca40
MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64
lzeng14 Oct 10, 2015
cefcac8
MdeModulePkg: Use PcdSet##S to replace PcdSet##
ydong10 Oct 15, 2015
ff24f60
IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##
ydong10 Oct 15, 2015
88e61ce
SecurityPkg: Use PcdSet##S to instead of PcdSet##
lzeng14 Oct 16, 2015
3eb9d5c
MdeModulePkg/PciHostBridge: Refine function header comments.
niruiyu Feb 25, 2016
414f7e3
MdeModulePkg/PciHostBridge: Don't assume resources are fully NonExistent
niruiyu Feb 25, 2016
00ddfc7
MdeModulePkg: PciHostBridgeLibNull: rewrap source to 79 characters
lersek Jan 25, 2016
3f125f4
MdeModulePkg: PciHostBridgeDxe: insert horizontal whitespace
lersek Mar 1, 2016
6e51208
MdeModulePkg: PciHostBridgeDxe: don't assume extended config space
lersek Feb 26, 2016
7e72bd3
MdeModulePkg/PciHostBridgeLib: Correct the function header comments
niruiyu Mar 3, 2016
873d970
UefiCpuPkg: Add dynamic type for PcdCpuMaxLogicalProcessorNumber
vanjeff Mar 3, 2016
dc6cc13
MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails
niruiyu Mar 4, 2016
b61c475
UefiCpuPkg/Application/Cpuid: Add check for gMaximumBasicFunction
vanjeff Mar 9, 2016
0eabcb1
UefiCpuPkg/Application/Cpuid: Remove unnecessary code check
vanjeff Mar 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmJunoPkg/ArmJuno.dsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2013-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -218,7 +219,7 @@
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
EmbeddedPkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
<LibraryClasses>
Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmJunoPkg/ArmJuno.fdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2013-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -123,7 +124,7 @@ FvNameGuid = B73FE497-B92E-416e-8326-45AD0D270092
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
INF EmbeddedPkg/SerialDxe/SerialDxe.inf
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2012-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -247,7 +248,7 @@
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
EmbeddedPkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf

Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2012-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -91,7 +92,7 @@ FvNameGuid = 73dcb643-3862-4904-9076-a94af1890243
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
INF EmbeddedPkg/SerialDxe/SerialDxe.inf
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -267,7 +268,7 @@
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
EmbeddedPkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf

Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.fdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2011 - 2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -155,7 +156,7 @@ FvNameGuid = 87940482-fc81-41c3-87e6-399cf85ac8a0
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
INF EmbeddedPkg/SerialDxe/SerialDxe.inf
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -259,7 +260,7 @@
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
EmbeddedPkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand Down Expand Up @@ -156,7 +157,7 @@ FvNameGuid = 12c68be9-0996-49d3-8c5b-4957379027ee
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
INF EmbeddedPkg/SerialDxe/SerialDxe.inf
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Expand Down
1 change: 0 additions & 1 deletion ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
# ARM PL011 UART Driver
PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
SerialPortExtLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf
# ARM SP804 Dual Timer Driver
TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf

Expand Down
137 changes: 0 additions & 137 deletions ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.c

This file was deleted.

This file was deleted.

Loading