edk2[18073] CorebootPayloadPkgIa32: Don't specify X64 architecture

2015-07-26 Thread jljusten
Revision: 18073 http://sourceforge.net/p/edk2/code/18073 Author: jljusten Date: 2015-07-27 06:43:29 + (Mon, 27 Jul 2015) Log Message: --- CorebootPayloadPkgIa32: Don't specify X64 architecture CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc doesn't use any X64 modules, so

edk2[18072] Fixed OS software shutdown when reporting actual processor temperature

2015-07-26 Thread timhe
Revision: 18072 http://sourceforge.net/p/edk2/code/18072 Author: timhe Date: 2015-07-27 03:14:33 + (Mon, 27 Jul 2015) Log Message: --- Fixed OS software shutdown when reporting actual processor temperature Contributed-under: TianoCore Contribution Agreement 1.0 Signed-o

edk2[18071] MdePkg: Add missing PCD usage information in UNI files.

2015-07-26 Thread shenshushi
Revision: 18071 http://sourceforge.net/p/edk2/code/18071 Author: shenshushi Date: 2015-07-27 03:10:37 + (Mon, 27 Jul 2015) Log Message: --- MdePkg: Add missing PCD usage information in UNI files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu

edk2[18069] MdeModulePkg CapsuleX64: Reduce reserved memory consumption

2015-07-26 Thread lzeng14
Revision: 18069 http://sourceforge.net/p/edk2/code/18069 Author: lzeng14 Date: 2015-07-27 03:04:41 + (Mon, 27 Jul 2015) Log Message: --- MdeModulePkg CapsuleX64: Reduce reserved memory consumption We are going to reduce reserved memory consumption by page table buffer,

edk2[18070] MdeModulePkg CapsuleRuntimeDxe: Reduce reserved memory consumption

2015-07-26 Thread lzeng14
Revision: 18070 http://sourceforge.net/p/edk2/code/18070 Author: lzeng14 Date: 2015-07-27 03:05:13 + (Mon, 27 Jul 2015) Log Message: --- MdeModulePkg CapsuleRuntimeDxe: Reduce reserved memory consumption Reduce reserved memory consumption by page table buffer, then OS c

edk2[18068] IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumption

2015-07-26 Thread lzeng14
Revision: 18068 http://sourceforge.net/p/edk2/code/18068 Author: lzeng14 Date: 2015-07-27 03:04:03 + (Mon, 27 Jul 2015) Log Message: --- IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumption Reduce reserved memory consumption by page table buffer, th

edk2[18067] MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumption

2015-07-26 Thread lzeng14
Revision: 18067 http://sourceforge.net/p/edk2/code/18067 Author: lzeng14 Date: 2015-07-27 03:03:25 + (Mon, 27 Jul 2015) Log Message: --- MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumption We are going to reduce reserved memory consumption by page tab

edk2[18066] NetworkPkg: fix an error lead building crash

2015-07-26 Thread fanwang2
Revision: 18066 http://sourceforge.net/p/edk2/code/18066 Author: fanwang2 Date: 2015-07-27 02:45:43 + (Mon, 27 Jul 2015) Log Message: --- NetworkPkg: fix an error lead building crash Fix an error which leads the building process crashes. Contributed-under: TianoCore Co

edk2[18065] Add the code to support compatible platform.

2015-07-26 Thread timhe
Revision: 18065 http://sourceforge.net/p/edk2/code/18065 Author: timhe Date: 2015-07-27 00:58:07 + (Mon, 27 Jul 2015) Log Message: --- Add the code to support compatible platform. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He Reviewed-b

edk2[18064] MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64()

2015-07-26 Thread lzeng14
Revision: 18064 http://sourceforge.net/p/edk2/code/18064 Author: lzeng14 Date: 2015-07-27 00:49:00 + (Mon, 27 Jul 2015) Log Message: --- MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64() As variable HEADER_ALIGNMENT = 4, the MonotonicCount in AUTHENTICATED

edk2[18063] StdLib: Do not define memcpy for AARCH64 builds

2015-07-26 Thread jljusten
Revision: 18063 http://sourceforge.net/p/edk2/code/18063 Author: jljusten Date: 2015-07-26 08:07:20 + (Sun, 26 Jul 2015) Log Message: --- StdLib: Do not define memcpy for AARCH64 builds For AARCH64, do not define a memcpy function in stdlib because it is already defined

edk2[18062] MdeModulePkg: Make boot option description unique

2015-07-26 Thread jljusten
Revision: 18062 http://sourceforge.net/p/edk2/code/18062 Author: jljusten Date: 2015-07-26 08:07:15 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Make boot option description unique When there are multiple network boot options, user will see multiple "UEFI Network

edk2[18061] IntelFrameworkModulePkg: GenericBdsLib: set Status before use

2015-07-26 Thread jljusten
Revision: 18061 http://sourceforge.net/p/edk2/code/18061 Author: jljusten Date: 2015-07-26 08:06:11 + (Sun, 26 Jul 2015) Log Message: --- IntelFrameworkModulePkg: GenericBdsLib: set Status before use The recent patch titled IntelFrameworkModulePkg/GenericBdsLib: remo

edk2[18060] Maintainers.txt: Add Daryl's new email address

2015-07-26 Thread jljusten
Revision: 18060 http://sourceforge.net/p/edk2/code/18060 Author: jljusten Date: 2015-07-26 08:06:05 + (Sun, 26 Jul 2015) Log Message: --- Maintainers.txt: Add Daryl's new email address Cc: Daryl McDaniel Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agree

edk2[18059] ShellPkg: Fix the ASSERT issue in Shell 'for' loop

2015-07-26 Thread jljusten
Revision: 18059 http://sourceforge.net/p/edk2/code/18059 Author: jljusten Date: 2015-07-26 08:06:01 + (Sun, 26 Jul 2015) Log Message: --- ShellPkg: Fix the ASSERT issue in Shell 'for' loop The Length parameter of 'GetNextParameter' is the buffer size in bytes. While Str

edk2[18054] MdeModulePkg VariableDxe: Correct address pointers from AuthVariableLib

2015-07-26 Thread jljusten
Revision: 18054 http://sourceforge.net/p/edk2/code/18054 Author: jljusten Date: 2015-07-26 08:03:50 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg VariableDxe: Correct address pointers from AuthVariableLib Originally, the double pointer (VOID **) is not correct for

edk2[18055] SecurityPkg AuthVariableLib: Correct address pointers data

2015-07-26 Thread jljusten
Revision: 18055 http://sourceforge.net/p/edk2/code/18055 Author: jljusten Date: 2015-07-26 08:03:54 + (Sun, 26 Jul 2015) Log Message: --- SecurityPkg AuthVariableLib: Correct address pointers data Originally, the double pointer (VOID **) is not correct for convert addre

edk2[18052] MdeModulePkg: Correct the parameter order in match2 sample opcode

2015-07-26 Thread jljusten
Revision: 18052 http://sourceforge.net/p/edk2/code/18052 Author: jljusten Date: 2015-07-26 08:03:40 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Correct the parameter order in match2 sample opcode The first parameter of match2 opcode should be the pattern and the

edk2[18058] BaseTools: Make AutoGen.h array declaration match AutoGen. c definition

2015-07-26 Thread jljusten
Revision: 18058 http://sourceforge.net/p/edk2/code/18058 Author: jljusten Date: 2015-07-26 08:04:10 + (Sun, 26 Jul 2015) Log Message: --- BaseTools: Make AutoGen.h array declaration match AutoGen.c definition When a quoted string is used as initialization data in a DEC

edk2[18056] NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH support

2015-07-26 Thread jljusten
Revision: 18056 http://sourceforge.net/p/edk2/code/18056 Author: jljusten Date: 2015-07-26 08:03:59 + (Sun, 26 Jul 2015) Log Message: --- NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH support GatewayIpAddress and SubnetMask do not exist in old IPv4_DEVICE_PA

edk2[18048] MdeModulePkg: Remove TransmitReceive() and ActiveChild dependency

2015-07-26 Thread jljusten
Revision: 18048 http://sourceforge.net/p/edk2/code/18048 Author: jljusten Date: 2015-07-26 08:03:20 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Remove TransmitReceive() and ActiveChild dependency Fix git 59a8cfd4 (SVN r17869) removes DHCP4.TransmitReceive()and D

edk2[18047] BaseTools/Common: fix heap overrun in ReadMemoryFileLine ()

2015-07-26 Thread jljusten
Revision: 18047 http://sourceforge.net/p/edk2/code/18047 Author: jljusten Date: 2015-07-26 08:03:15 + (Sun, 26 Jul 2015) Log Message: --- BaseTools/Common: fix heap overrun in ReadMemoryFileLine () ReadMemoryFileLine () appends a NULL character to the string it returns,

edk2[18057] MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxe

2015-07-26 Thread jljusten
Revision: 18057 http://sourceforge.net/p/edk2/code/18057 Author: jljusten Date: 2015-07-26 08:04:04 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxe GatewayIpAddress and SubnetMask do not exist in old IPv4_DEVICE_PATH

edk2[18053] MdeModulePkg: Check the case caused by mismatch

2015-07-26 Thread jljusten
Revision: 18053 http://sourceforge.net/p/edk2/code/18053 Author: jljusten Date: 2015-07-26 08:03:44 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Check the case caused by mismatch When mismatch happens,there exists one case that exit current form and display last

edk2[18045] NetworkPkg: Fix bug in IpSecImpl. c caused by missing parentheses

2015-07-26 Thread jljusten
Revision: 18045 http://sourceforge.net/p/edk2/code/18045 Author: jljusten Date: 2015-07-26 08:03:05 + (Sun, 26 Jul 2015) Log Message: --- NetworkPkg: Fix bug in IpSecImpl.c caused by missing parentheses Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-

edk2[18050] MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.

2015-07-26 Thread jljusten
Revision: 18050 http://sourceforge.net/p/edk2/code/18050 Author: jljusten Date: 2015-07-26 08:03:30 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status. if the instance of the DHCP4 protocol driver is in the Dhcp4Boun

edk2[18041] MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURES

2015-07-26 Thread jljusten
Revision: 18041 http://sourceforge.net/p/edk2/code/18041 Author: jljusten Date: 2015-07-26 08:02:45 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURES This driver is soon going to be built by ArmVirtPkg/ArmVirtQemu.dsc

edk2[18051] ShellPkg: Fix bad TimeZone (TZ) conversion.

2015-07-26 Thread jljusten
Revision: 18051 http://sourceforge.net/p/edk2/code/18051 Author: jljusten Date: 2015-07-26 08:03:35 + (Sun, 26 Jul 2015) Log Message: --- ShellPkg: Fix bad TimeZone (TZ) conversion. EFI_UNSPECIFIED_TIMEZONE means display local time. TZ of 0 is UTC. Thus EFI_UNSPECIFIED_

edk2[18044] ArmVirtPkg/ArmVirtQemu: support SMBIOS

2015-07-26 Thread jljusten
Revision: 18044 http://sourceforge.net/p/edk2/code/18044 Author: jljusten Date: 2015-07-26 08:03:00 + (Sun, 26 Jul 2015) Log Message: --- ArmVirtPkg/ArmVirtQemu: support SMBIOS The "MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf" driver is generic, it provides EFI_SMBIO

edk2[18046] Maintainers.txt: ARM packages maintainer update

2015-07-26 Thread jljusten
Revision: 18046 http://sourceforge.net/p/edk2/code/18046 Author: jljusten Date: 2015-07-26 08:03:10 + (Sun, 26 Jul 2015) Log Message: --- Maintainers.txt: ARM packages maintainer update Retire Olivier Martin as maintainer, and add in Ard Biesheuvel as a co-maintainer fo

edk2[18049] NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.

2015-07-26 Thread jljusten
Revision: 18049 http://sourceforge.net/p/edk2/code/18049 Author: jljusten Date: 2015-07-26 08:03:25 + (Sun, 26 Jul 2015) Log Message: --- NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status. if the instance of the EFI DHCP4 protocol driver is in the Dhcp4Bo

edk2[18043] ArmVirtPkg: QemuFwCfgToPcdDxe: set SMBIOS entry point version dynamically

2015-07-26 Thread jljusten
Revision: 18043 http://sourceforge.net/p/edk2/code/18043 Author: jljusten Date: 2015-07-26 08:02:55 + (Sun, 26 Jul 2015) Log Message: --- ArmVirtPkg: QemuFwCfgToPcdDxe: set SMBIOS entry point version dynamically (This patch parallels OvmfPkg commit 37baf06b (SVN r17676)

edk2[18042] ArmVirtPkg: add QemuFwCfgToPcdDxe

2015-07-26 Thread jljusten
Revision: 18042 http://sourceforge.net/p/edk2/code/18042 Author: jljusten Date: 2015-07-26 08:02:50 + (Sun, 26 Jul 2015) Log Message: --- ArmVirtPkg: add QemuFwCfgToPcdDxe Many universal DXE drivers in edk2 can be controlled by setting dynamic PCDs. Such a PCD must be s

edk2[18040] OvmfPkg: SmbiosPlatformDxe: restrict current Xen code to IA32/ X64

2015-07-26 Thread jljusten
Revision: 18040 http://sourceforge.net/p/edk2/code/18040 Author: jljusten Date: 2015-07-26 08:02:40 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: SmbiosPlatformDxe: restrict current Xen code to IA32/X64 The Xen code in SmbiosPlatformDxe is centered on the informational

edk2[18036] IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() call

2015-07-26 Thread jljusten
Revision: 18036 http://sourceforge.net/p/edk2/code/18036 Author: jljusten Date: 2015-07-26 08:02:19 + (Sun, 26 Jul 2015) Log Message: --- IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() call The AcpiS3->S3Save() call needs to occur before the end-of-DXE e

edk2[18039] OvmfPkg: SmbiosPlatformDxe: move IsEntryPointStructureValid() to Xen.c

2015-07-26 Thread jljusten
Revision: 18039 http://sourceforge.net/p/edk2/code/18039 Author: jljusten Date: 2015-07-26 08:02:35 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: SmbiosPlatformDxe: move IsEntryPointStructureValid() to Xen.c This function is only called from Xen.c, so it should be defi

edk2[18038] OvmfPkg: AcpiS3SaveDxe: drop EFI_ACPI_S3_SAVE_PROTOCOL

2015-07-26 Thread jljusten
Revision: 18038 http://sourceforge.net/p/edk2/code/18038 Author: jljusten Date: 2015-07-26 08:02:29 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: AcpiS3SaveDxe: drop EFI_ACPI_S3_SAVE_PROTOCOL At this point, nothing in the OVMF build calls EFI_ACPI_S3_SAVE_PROTOCOL memb

edk2[18035] OvmfPkg: PlatformBdsLib: signal End-of-Dxe event group

2015-07-26 Thread jljusten
Revision: 18035 http://sourceforge.net/p/edk2/code/18035 Author: jljusten Date: 2015-07-26 08:02:13 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: PlatformBdsLib: signal End-of-Dxe event group (Paraphrasing git commit 9cd7d3c5 / SVN r17713:) Currently, OvmfPkg fails to

edk2[18033] OvmfPkg: AcpiS3SaveDxe: prepare for End-of-Dxe callback

2015-07-26 Thread jljusten
Revision: 18033 http://sourceforge.net/p/edk2/code/18033 Author: jljusten Date: 2015-07-26 08:02:02 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: AcpiS3SaveDxe: prepare for End-of-Dxe callback We are preparing for detaching the S3Ready() functionality from the EFI_ACPI

edk2[18034] OvmfPkg: AcpiS3SaveDxe: call S3Ready() at End-of-Dxe

2015-07-26 Thread jljusten
Revision: 18034 http://sourceforge.net/p/edk2/code/18034 Author: jljusten Date: 2015-07-26 08:02:07 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: AcpiS3SaveDxe: call S3Ready() at End-of-Dxe Call S3Ready() whenever the first of the following occurs: - a driver signals E

edk2[18037] OvmfPkg: install DxeSmmReadyToLock in PlatformBdsLib

2015-07-26 Thread jljusten
Revision: 18037 http://sourceforge.net/p/edk2/code/18037 Author: jljusten Date: 2015-07-26 08:02:24 + (Sun, 26 Jul 2015) Log Message: --- OvmfPkg: install DxeSmmReadyToLock in PlatformBdsLib Currently we have the following call chain in OVMF: PlatformBdsPolicyBehavio

edk2[18028] EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errors

2015-07-26 Thread jljusten
Revision: 18028 http://sourceforge.net/p/edk2/code/18028 Author: jljusten Date: 2015-07-26 07:37:56 + (Sun, 26 Jul 2015) Log Message: --- EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errors Spurious error might appear during network transaction, ignore them when there ar

edk2[18027] MdeModulePkg/TerminalDxe: Some improvements

2015-07-26 Thread jljusten
Revision: 18027 http://sourceforge.net/p/edk2/code/18027 Author: jljusten Date: 2015-07-26 07:37:51 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg/TerminalDxe: Some improvements 1. Get default terminal type from PCD rather than using PCANSI directly in BuildTeminalD

edk2[18030] ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instance

2015-07-26 Thread jljusten
Revision: 18030 http://sourceforge.net/p/edk2/code/18030 Author: jljusten Date: 2015-07-26 07:38:06 + (Sun, 26 Jul 2015) Log Message: --- ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instance LocateProtocol only gets the 1st SNP instance and this will be wrong in a

edk2[18029] ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased firmware size

2015-07-26 Thread jljusten
Revision: 18029 http://sourceforge.net/p/edk2/code/18029 Author: jljusten Date: 2015-07-26 07:38:01 + (Sun, 26 Jul 2015) Log Message: --- ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased firmware size Recent changes have made the A15-A7 firmware bigger... Contributed

edk2[18025] ArmVirtPkg: Make terminal type consistent

2015-07-26 Thread jljusten
Revision: 18025 http://sourceforge.net/p/edk2/code/18025 Author: jljusten Date: 2015-07-26 07:37:42 + (Sun, 26 Jul 2015) Log Message: --- ArmVirtPkg: Make terminal type consistent Change default terminal type to be consistent with default ConIn/ConOut device path, which

edk2[18032] Daryl has changed positions and I am taking over maintaining for now.

2015-07-26 Thread jljusten
Revision: 18032 http://sourceforge.net/p/edk2/code/18032 Author: jljusten Date: 2015-07-26 07:38:16 + (Sun, 26 Jul 2015) Log Message: --- Daryl has changed positions and I am taking over maintaining for now. Contributed-under: TianoCore Contribution Agreement 1.0 Signed

edk2[18031] MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservation

2015-07-26 Thread jljusten
Revision: 18031 http://sourceforge.net/p/edk2/code/18031 Author: jljusten Date: 2015-07-26 07:38:12 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservation that assumes the SMRAM reserved range is only at the end of

edk2[18021] MdePkg/BasePrintLib: make mStatusString array CONST

2015-07-26 Thread jljusten
Revision: 18021 http://sourceforge.net/p/edk2/code/18021 Author: jljusten Date: 2015-07-26 07:37:23 + (Sun, 26 Jul 2015) Log Message: --- MdePkg/BasePrintLib: make mStatusString array CONST Change the type of mStatusString[] to reflect that it is a CONST array of pointe

edk2[18015] ShellPkg: Add optional 'tftp' EFI Shell command

2015-07-26 Thread jljusten
Revision: 18015 http://sourceforge.net/p/edk2/code/18015 Author: jljusten Date: 2015-07-26 07:36:51 + (Sun, 26 Jul 2015) Log Message: --- ShellPkg: Add optional 'tftp' EFI Shell command This 'tftp' command allows to download a file from a TFTP server. A specific network

edk2[18026] MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default

2015-07-26 Thread jljusten
Revision: 18026 http://sourceforge.net/p/edk2/code/18026 Author: jljusten Date: 2015-07-26 07:37:46 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default This is bug fix for TerminalDxe: NullRemaining should be set to FALS

edk2[18018] MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob exists

2015-07-26 Thread jljusten
Revision: 18018 http://sourceforge.net/p/edk2/code/18018 Author: jljusten Date: 2015-07-26 07:37:07 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob exists Add the check at DxeLoadCore() on MdeModulePkg\Core\DxeIplPeim\Dx

edk2[18016] BaseTools: Fixed incorrect alignment bug.

2015-07-26 Thread jljusten
Revision: 18016 http://sourceforge.net/p/edk2/code/18016 Author: jljusten Date: 2015-07-26 07:36:57 + (Sun, 26 Jul 2015) Log Message: --- BaseTools: Fixed incorrect alignment bug. The alignment in rule section is shared by modules to generate FFS, it should not be modif

edk2[18023] MdePkg: Update comment for PcdDefaultTerminalType

2015-07-26 Thread jljusten
Revision: 18023 http://sourceforge.net/p/edk2/code/18023 Author: jljusten Date: 2015-07-26 07:37:32 + (Sun, 26 Jul 2015) Log Message: --- MdePkg: Update comment for PcdDefaultTerminalType Update comment for PcdDefaultTerminalType, as a new terminal type TTYTERM has been

edk2[18024] EmulatorPkg: Update comment for PcdDefaultTerminalType

2015-07-26 Thread jljusten
Revision: 18024 http://sourceforge.net/p/edk2/code/18024 Author: jljusten Date: 2015-07-26 07:37:37 + (Sun, 26 Jul 2015) Log Message: --- EmulatorPkg: Update comment for PcdDefaultTerminalType Update comment for PcdDefaultTerminalType, as a new terminal type TTYTERM has

edk2[18022] MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONST

2015-07-26 Thread jljusten
Revision: 18022 http://sourceforge.net/p/edk2/code/18022 Author: jljusten Date: 2015-07-26 07:37:28 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONST Change the type of mStatusString[] to reflect that it is a CO

edk2[18020] MdeModulePkg: Correct PcdConOutColumn help string.

2015-07-26 Thread jljusten
Revision: 18020 http://sourceforge.net/p/edk2/code/18020 Author: jljusten Date: 2015-07-26 07:37:18 + (Sun, 26 Jul 2015) Log Message: --- MdeModulePkg: Correct PcdConOutColumn help string. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao

edk2[18019] MdePkg: Correct comment typo from ECB to EBC in DebugLib.h

2015-07-26 Thread jljusten
Revision: 18019 http://sourceforge.net/p/edk2/code/18019 Author: jljusten Date: 2015-07-26 07:37:12 + (Sun, 26 Jul 2015) Log Message: --- MdePkg: Correct comment typo from ECB to EBC in DebugLib.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Li

edk2[18017] NetworkPkg: Add the unspecified address check for DNS6 StationIp.

2015-07-26 Thread jljusten
Revision: 18017 http://sourceforge.net/p/edk2/code/18017 Author: jljusten Date: 2015-07-26 07:37:02 + (Sun, 26 Jul 2015) Log Message: --- NetworkPkg: Add the unspecified address check for DNS6 StationIp. Add the unspecified address check for DNS6 StationIp, so the under