[edk2] [PATCH] Vlv2TbltDevicePkg: Fixed an Array overflow issue. Remove some useless debug message.

2016-05-19 Thread Guo, Mang
--- Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c | 14 +++--- .../Library/DxeEsrtCapsuleBsLib/DxeCapsuleLib.c | 20 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c b/Vlv2TbltDevicePkg/FvbRuntime

[edk2] [PATCH] Vlv2TbltDevicePkg: Fixed an Array overflow issue. Remove some useless debug message.

2016-05-19 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c | 14 +++--- .../Library/DxeEsrtCapsuleBsLib/DxeCapsuleLib.c | 20 2 files changed, 7 insertions(+), 27 deletions(-) diff

[edk2] [patch][edk2-platforms/branch]: Add new platform branch pentium-celeron-n-udk2015

2016-06-03 Thread Guo, Mang
-off-by: Guo Mang --- Readme.txt | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 000..cd5e4d3 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,22 @@ +This branch is used to contribute N

[edk2] [PATCH] BraswellPlatformPkg: Change Fsp Binary.

2016-06-07 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- BraswellPlatformPkg/PlatformPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BraswellPlatformPkg/PlatformPkg.fdf b/BraswellPlatformPkg/PlatformPkg.fdf index 4fcfd85..1aa68ab 100644

[edk2] [PATCH] Vlv2TbltDevicePkg: Enable PCIE port 2 by default to support dual Ethernet.

2016-06-28 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi b/Vlv2TbltDevicePkg

[edk2] [PATCH] Vlv2TbltDevicePkg: Change SEC to new version: 1.0.3.1164.

2016-07-04 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/Stitch/MNW2_Stitch_Config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vlv2TbltDevicePkg/Stitch/MNW2_Stitch_Config.txt b/Vlv2TbltDevicePkg/Stitch

[edk2] [PATCH] Vlv2TbltDevicePkg: Enabled spectrum control by default and hide it in setup screen.

2016-07-04 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi b/Vlv2TbltDevicePkg

[edk2] [PATCH] Vlv2TbltDevicePkg: Enabled spread spectrum control

2016-07-12 Thread Guo, Mang
and removed setup screen option. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformSetupDxe/SouthClusterConfig.vfi | 7 --- Vlv2TbltDevicePkg/Stitch/IFWIHeader/IFWI_HEADER.bin | Bin 4096 -> 4096 bytes 2 files changed

[edk2] [edk2-platforms/branch]: pentium-celeron-n-udk2015

2016-08-03 Thread Guo, Mang
Restructured BraswellPlatformPkg on pentium-celeron-n-udk2015 branch of edk2-platforms to follow Cover Creek requirement. URL fork of edk2-platforms with the restructured code for review: https://github.com/mangguo321/edk2-platforms/tree/Braswell ___

[edk2] [PATCH] Update ReadMe.MD file.

2016-08-08 Thread Guo, Mang
Update ReadMe.MD file because code structure of BraswellPlatformPkg was changed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/ReadMe.MD b/ReadMe.MD

[edk2] [PATCH] Update ReadMe.MD file.

2016-08-08 Thread Guo, Mang
Update ReadMe.MD file because code structure of BraswellPlatformPkg was changed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/ReadMe.MD b

Re: [edk2] [PATCH] Update ReadMe.MD file.

2016-08-09 Thread Guo, Mang
Thanks for your comment. I'll fix it before check in. -Original Message- From: Mudusuru, Giri P Sent: Tuesday, August 9, 2016 11:12 PM To: Guo, Mang ; edk2-devel@lists.01.org Cc: Richardson, Brian ; Wei, David ; Mudusuru, Giri P Subject: RE: [PATCH] Update ReadMe.MD file. Hi

[edk2] [PATCH] BraswellPlatformPkg: Use FSP binary from GitHub

2016-08-17 Thread Guo, Mang
Use FSP binary from GitHub: https://github.com/IntelFsp/FSP/tree/Braswell. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- BraswellPlatformPkg/PlatformFvBinPkg.fdf |2 +- BraswellPlatformPkg/PlatformPkg.fdf |2 +- ChvFspBinPkg/Include

[edk2] [PATCH] ChvFspBinPkg: Remove FspUpdVpd.h

2016-08-17 Thread Guo, Mang
FspUpdVpd.h can be downloaded from FSP GitHub Repo: https://github.com/IntelFsp/FSP/tree/Braswell. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ChvFspBinPkg/Include/FspUpdVpd.h | 510 --- 1 file changed, 510 deletions

Re: [edk2] [PATCH] BraswellPlatformPkg: Use FSP binary from GitHub

2016-08-17 Thread Guo, Mang
Thanks David. I'll fix it. -Original Message- From: Wei, David Sent: Thursday, August 18, 2016 10:41 AM To: Guo, Mang ; edk2-devel@lists.01.org; Wu, Mike ; Rangarajan, Ravi P ; Mudusuru, Giri P ; Zimmer, Vincent ; Ma, Maurice ; Wang, Stephanie Cc: Wu, Mike ; Rangarajan, R

[edk2] [PATCH 1/2] BraswellPlatformPkg: Use FSP binary from GitHub

2016-08-17 Thread Guo, Mang
Use FSP binary from GitHub: https://github.com/IntelFsp/FSP/tree/Braswell. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- BraswellPlatformPkg/PlatformFvBinPkg.fdf |2 +- BraswellPlatformPkg/PlatformPkg.fdf |2 +- ChvFspBinPkg/Include

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Change BIOS version to 0061

2017-02-07 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index e7eda3d

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Change MRC parameter

2017-02-08 Thread Guo, Mang
These code cause HDMI cable of some vendor couldn't work. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../LeafHill/BoardInitPreMem/BoardInitMiscs.c | 17 +- .../LeafHill/BoardInitPreMem/BoardInitPreMem.inf | 1 - .../MinnowB

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix MRC restore issue

2017-02-15 Thread Guo, Mang
MCR parameter restored in the second time of boot, so the boot time is less than the first time of boot. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../LeafHill/BoardInitPreMem/BoardInitMiscs.c | 17 +-- .../LeafHill/BoardInitPreMem

Re: [edk2] [platforms/devel-MinnowBoard3] Reformat ReadMe.MD with markdown (github) and simplify instructions

2017-02-26 Thread Guo, Mang
, Mang -Original Message- From: Rebecca Cran [mailto:rebe...@bluestop.org] Sent: Monday, February 27, 2017 12:14 PM To: edk2-devel@lists.01.org Cc: Rebecca Cran; Wei, David; Guo, Mang; Zimmer, Vincent; Wu, Mike; Lu, ShifeiX A Subject: [platforms/devel-MinnowBoard3] Reformat ReadMe.MD with

Re: [edk2] [platforms/devel-MinnowBoard3] Reformat ReadMe.MD with markdown (github) and simplify instructions

2017-03-01 Thread Guo, Mang
Reviewed-by: Guo Mang -Original Message- From: Rebecca Cran [mailto:rebe...@bluestop.org] Sent: Monday, February 27, 2017 12:14 PM To: edk2-devel@lists.01.org Cc: Rebecca Cran; Wei, David; Guo, Mang; Zimmer, Vincent; Wu, Mike; Lu, ShifeiX A Subject: [platforms/devel-MinnowBoard3

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Enable fastboot

2017-03-01 Thread Guo, Mang
1. Unload UNDI if fastboot enable. 2. Optimized the FV decompressing process --- .../PlatformPostMemPei/PlatformInit.c | 10 + .../PlatformPreMemPei/FvCallback.c | 24 ++ .../BroxtonPlatformPkg/PlatformDsc/Components.dsc | 10 + Pla

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Enable fastboot

2017-03-01 Thread Guo, Mang
Please ignore previous patch. Fixed format issue. 1. Unload UNDI if fastboot enable. 2. Optimized the FV decompressing process Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformPostMemPei/PlatformInit.c | 10

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix Graphic issue

2017-03-07 Thread Guo, Mang
Fix Graphic driver not connect issue when boot to OS if fastboot enable. Set network default disable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/Library/PlatformBdsLib/BdsPlatform.c | 11 ++- .../Common/Library

Re: [edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix Graphic issue

2017-03-08 Thread Guo, Mang
Thanks David, already fixed this issue. -Original Message- From: Wei, David Sent: Wednesday, March 8, 2017 11:27 AM To: Guo, Mang; edk2-devel@lists.01.org Cc: Lu, ShifeiX A; Wei, David Subject: RE: [Patch][edk2-platforms/devel-MinnowBoard3] Fix Graphic issue Hi Mang, Could you

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Change BIOS version

2017-03-09 Thread Guo, Mang
Change BIOS version to 0.62 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix RAM size issue

2017-03-16 Thread Guo, Mang
RAM SIZE in frontpage is not correct. Pass correct DRAM density parameter to FSP to fix this issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Board/MinnowBoard3/BoardInitPreMem/BoardInitMiscs.c | 4 1 file changed, 4 insertions

Re: [edk2] [PATCH] Vlv2TbltDevicePkg: Update BIOS ID to V0.94.

2016-11-23 Thread Guo, Mang
Reviewed-by: Guo Mang -Original Message- From: Lu, ShifeiX A Sent: Wednesday, November 23, 2016 10:32 AM To: edk2-devel@lists.01.org Cc: Guo, Mang Subject: [PATCH] Vlv2TbltDevicePkg: Update BIOS ID to V0.94. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by

[edk2] [PATCH] Vlv2TbltDevicePkg: Fix typo in script file

2016-11-30 Thread Guo, Mang
To prevent output from being shown, output file should be 'nul', not 'null' Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/bld_vlv.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vlv2TbltDev

[edk2] [PATCH][edk2-platforms/Minnowboard-max-udk2015] Vlv2TbltDevicePkg: Fixed Turbot 2 frontpage issue

2016-12-09 Thread Guo, Mang
frontpage show blank on Turbot 2 due to some SMBIOS data missing. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../MiscBaseBoardManufacturerFunction.c| 566 --- .../SmBiosMiscDxe/MiscSystemManufacturerFunction.c | 758

[edk2] [PATCH][edk2-platforms/branch] Add new platform branch devel-MinnowBoard3

2016-12-26 Thread Guo, Mang
Add new branch(devel-MinnowBoard3) on edk2-platforms. All codes are ready in https://github.com/mangguo321/edk2-platforms.git -b devel-MinnowBoard3 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 138

Re: [edk2] [Patch 1/5] Vlv2TbltDevicePkg: Fix build scripts

2018-03-27 Thread Guo, Mang
Reviewed-by: Guo Mang -Original Message- From: Kinney, Michael D Sent: Wednesday, March 28, 2018 1:33 PM To: edk2-devel@lists.01.org Cc: Kinney, Michael D; Wei, David; Guo, Mang; Yao, Jiewen Subject: [Patch 1/5] Vlv2TbltDevicePkg: Fix build scripts From: Michael D Kinney https

Re: [edk2] [Patch 5/5] Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch

2018-03-28 Thread Guo, Mang
Reviewed-by: Guo Mang -Original Message- From: Kinney, Michael D Sent: Wednesday, March 28, 2018 1:34 PM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang; Yao, Jiewen; Kinney, Michael D Subject: [Patch 5/5] Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch https

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Capsule update

2018-03-28 Thread Guo, Mang
1.Add PEI and NvRam part in Capsule update, enable GCC capsule update. 3.Change GCC video resolution to align with VS build 3.Code cleanup Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../SystemFirmwareUpdateConfig.ini | 23

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS Version.

2018-03-28 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index 1d89e05..d7e8aa6

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Add new platform branch devel-IntelAtomProcessorE3900

2018-05-01 Thread Guo, Mang
Create a new branch (devel-IntelAtomProcessorE3900) on edk2-platforms. This code base is based on UDK2018 core packages. Code is ready in https://github.com/mangguo321/edk2-platforms/tree/ devel-IntelAtomProcessorE3900 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix format of ReadMe.MD

2018-05-02 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/ReadMe.MD | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Platform/ReadMe.MD b/Platform/ReadMe.MD index b0341a5..814eaa2 100644 --- a/Platform/ReadMe.MD +++ b/Platform

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change BIOS version

2018-05-02 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index 4be350d

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change UNDI driver

2018-05-03 Thread Guo, Mang
change UNDI driver for AX88179 USB-to-LAN adapter to AX88179_178A_UEFI_V2.8.0_X64.efi Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/PlatformPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Update ReadMe.MD

2018-05-03 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/ReadMe.MD | 39 +++ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/Platform/ReadMe.MD b/Platform/ReadMe.MD index 814eaa2..024e5b7 100644 --- a

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Add CONF_PATH

2018-05-06 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- BuildBIOS.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildBIOS.sh b/BuildBIOS.sh index 5cf0777..b80f8c7 100755 --- a/BuildBIOS.sh +++ b/BuildBIOS.sh @@ -111,6 +111,7 @@ echo $Target_Flag cd

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change ReadMe.MD

2018-05-16 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/ReadMe.MD | 133 + ReadMe.MD | 8 +--- 2 files changed, 13 insertions(+), 128 deletions(-) diff --git a/Platform/ReadMe.MD b/Platform

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Platform/ReadMe.MD

2018-05-18 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/ReadMe.MD | 186 + 1 file changed, 175 insertions(+), 11 deletions(-) diff --git a/Platform/ReadMe.MD b/Platform/ReadMe.MD index 9f5ae85..5381de3

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Capsule Update

2018-05-25 Thread Guo, Mang
1. Fix ESRT issue 2. Add support for Capsule update processing between x64 and IA32 BIOS image Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../Library/PlatformBdsLib/BdsPlatform.c | 7 +- Vlv2TbltDevicePkg/PlatformPkg.fdf

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Process capsule after console

2018-05-27 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c b

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Enable Http boot

2018-05-29 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/PlatformPkg.dec | 6 ++-- Vlv2TbltDevicePkg/PlatformPkg.fdf | 20 - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 1 + Vlv2TbltDevicePkg/PlatformPkgGcc.fdf| 20

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Add PlatformBootManagerLib

2018-05-29 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../Include/Guid/PttPTPInstanceGuid.h | 25 + Vlv2TbltDevicePkg/Include/Protocol/ExitPmAuth.h| 25 + .../PlatformBootManagerLib/PlatformBootManager.c | 1070

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change BIOS version

2018-05-30 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index c226ade..ff1aa87

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Fix SMM stack size issue

2018-05-30 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 6ebbb66..7f44f0a

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: Change SMM stack size

2018-05-30 Thread Guo, Mang
Signed-off-by: Guo Mang Contributed-under: TianoCore Contribution Agreement 1.1 --- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 6ebbb66..cbbae31

Re: [edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Fix SMM stack size issue

2018-05-30 Thread Guo, Mang
the commit message. Thanks, Mang -Original Message- From: Kinney, Michael D Sent: Wednesday, May 30, 2018 11:13 PM To: Guo, Mang; edk2-devel@lists.01.org; Kinney, Michael D Cc: Wei, David Subject: RE: [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Fix SMM stack size issue Guo

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add Benson GPIO Code

2017-06-09 Thread Guo, Mang
Add GPIO setting for Benson Glacier Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BensonGlacier/BoardInitDxe/BoardInitDxe.c | 68 .../BensonGlacier/BoardInitDxe/BoardInitDxe.h | 37 ++ .../BensonGlacier/BoardInitDxe/BoardInitDxe.inf

Re: [edk2] [Patch][edk2-platforms] Vlv2TbltDevicePkg: Update BIOS ID to V0.96

2017-06-20 Thread Guo, Mang
Reviewed-by: Mang Guo -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of lushifex Sent: Tuesday, June 20, 2017 3:14 PM To: Wei, David Cc: edk2-devel@lists.01.org Subject: [edk2] [Patch][edk2-platforms] Vlv2TbltDevicePkg: Update BIOS ID to V0.96 Con

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Security of Setup Variable

2017-06-25 Thread Guo, Mang
System can still boot to shell and OS successfully after EFI variable deletion/corruption. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BuildBios.bat | 11 +- .../PlatformPreMemPei/MultiPlatSupport.h | 201

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Security of Setup Variable

2017-06-25 Thread Guo, Mang
System can still boot to shell and OS successfully after EFI variable deletion/corruption. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BuildBios.bat | 11 +- .../PlatformPreMemPei/MultiPlatSupport.h | 201

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add GPIO Protocol

2017-07-03 Thread Guo, Mang
This protocol is used to get GPIO info and configure GPIO. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/Include/Protocol/GpioProtocol.h | 192 .../PlatformSettings/PlatformGpio/GpioPadTable.h | 296

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Enable GCC Yocto S3

2017-07-06 Thread Guo, Mang
Enable GCC build BIOS image Yocto S3 support. Replace CPU drivers with drivers from core packages. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/Acpi/AcpiPlatformDxe/AcpiPlatform.c | 34 ++ .../Acpi/AcpiPlatformDxe

[edk2] [Patch][edk2-platforms/minnowboard-max-udk2015] Add ReadMe.MD

2017-07-16 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 113 ++ 1 file changed, 113 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index

[edk2] [Patch][edk2-platforms/minnowboard-max-udk2015] Add ReadMe.MD

2017-07-17 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 83 +++ 1 file changed, 83 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index

[edk2] [Patch][edk2-platforms/minnowboard-max-udk2015] Changed ReadMe.MD

2017-07-18 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 83 --- 1 file changed, 5 insertions(+), 78 deletions(-) diff --git a/ReadMe.MD b/ReadMe.MD index 63f3219..4abead1 100644 --- a/ReadMe.MD

[edk2] [Patch][edk2-platforms/minnowboard-max-udk2017] Add new platform branch minnowboard-max-udk2017

2017-07-31 Thread Guo, Mang
-by: Guo Mang --- ReadMe.MD | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index 000..8dcca92 --- /dev/null +++ b/ReadMe.MD @@ -0,0 +1,10 @@ +# MINNOWBOARD MAX/TURBOT PLATFORM FIRMWARE + +This UEFI

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change ResetVector.ia32.port80.raw

2017-08-04 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../ResetVector/Vtf0/Bin/ResetVector.ia32.port80.raw | Bin 1556 -> 1556 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/Cpu/ResetVector/Vtf0/

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 01/1 BroxtonPlatformPkg: Add SueCreek.asl

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/Acpi/AcpiTablesPCAT/Platform.asl| 10 +++--- .../AcpiTablesPCAT/PlatformSsdt/PlatformSsdt.asl | 3 +- .../PlatformSsdt/SueCreek/SueCreek.asl | 42 ++ 3 files

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 04/1 BroxtonPlatformPkg: Change MaxPkgCState default value

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 02/1 BroxtonPlatformPkg: Code cleanup

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BensonGlacier/BoardInitPreMem/BoardInit.c | 11 +-- .../BensonGlacier/BoardInitPreMem/BoardInit.h | 16 +++-- .../Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h | 4 +-- .../Common/Acpi

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 03/1 BroxtonPlatformPkg: Change reset type

2017-08-23 Thread Guo, Mang
Change reset type from code reset to warm reset. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/PlatformSettings/PlatformSetupDxe/SystemComponent.vfi| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 05/1 BroxtonPlatformPkg: Disable ISH

2017-08-23 Thread Guo, Mang
1. Disable ISH 2. Coding style Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 06/1BroxtonSiPkg: Add I2CLibPei

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformDsc/Components.IA32.dsc| 1 + .../SouthCluster/Include/Library/I2CLib.h | 106 +--- .../SouthCluster/Include/ScRegs/RegsI2c.h | 143 + .../SouthCluster/Library

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 07/1 BroxtonPlatformPkg: Add BensonTypeC support

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BensonGlacier/BoardInitPostMem/BoardInit.c | 8 - .../BensonGlacier/BoardInitPostMem/BoardInit.h | 15 +- .../BoardInitPostMem/BoardInitMiscs.c | 37 ++- .../BoardInitPostMem

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 08/1VBT change for TypeC

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Common/Binaries/Vbt/VbtBxtMipi.bin| Bin 5632 -> 5632 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/Binaries/Vbt/VbtBxtMipi.bin

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 10/1 BroxtonPlatformPkg: Disable NPK based on DciEn

2017-08-23 Thread Guo, Mang
Disable NPK based on DciEn Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BensonGlacier/BoardInitPreMem/BoardInitMiscs.c | 56 ++ 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Board

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 09/1 BroxtonPlatformPkg: Fix MRC param issue

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BensonGlacier/BoardInitPreMem/BoardInitMiscs.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPreMem

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 11/1 BroxtonPlatformPkg: Remove EFI_ACPI_5_0_SLP_BUTTON

2017-08-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT

[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Add new platform branch devel-MinnowBoardMax-UDK2017

2017-09-05 Thread Guo, Mang
-off-by: Guo Mang --- ReadMe.MD | 21 + 1 file changed, 21 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index 000..3549b2f --- /dev/null +++ b/ReadMe.MD @@ -0,0 +1,21 @@ +# MINNOWBOARD MAX/TURBOT PLATFORM FIRMWARE

[edk2] [PATCH] Fixed build issue when src level debug is ON,

2016-04-15 Thread Guo, Mang
and updated Pismmcpudxesmm build path. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Mang Guo Reviewed-by: Tim He --- Vlv2TbltDevicePkg/PlatformPkg.fdf | 5 - Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 2 +- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + Vlv2Tb

[edk2] [PATCH] Vlv2TbltDevicePkg: Modify DSC file to ensure PlatformPkgIA32.dsc is sync with PlatformPkgX64.dsc.

2016-04-26 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Mang Guo Reviewed-by: David Wei --- Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 11 ++- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Vlv2TbltDevicePkg/P

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3 1/3] Fix get variable issue

2017-04-04 Thread Guo, Mang
Fix "AcpiGlobalVariable" couldn't be get issue. S3 memory info was saved in this variable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformPreMemPei/PlatformInitPreMem.c| 15 --- .../CseVariableStora

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3 2/3] Override PiSmmCpuDxeSmm

2017-04-04 Thread Guo, Mang
Override PiSmmCpuDxeSmm to fix S3 failure issue. This override could be removed after upgrading core. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc | 2 +- Platform/BroxtonPlatformPkg/PlatformPkg.fdf

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3 3/3] Fix set variable issue

2017-04-04 Thread Guo, Mang
Change variable attribute to fix variable couldn't be set issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix S3 resume failure

2017-04-11 Thread Guo, Mang
When restoring MSR for S3 setting, SmmStartupThisAp will return error if CPU index is BSP. This issue caused S3 resume failed sometimes. This patch is mainly fix this issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformDsc/PcdsFeatureFlag.dsc

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix issue in PlatformSMM

2017-04-14 Thread Guo, Mang
Change code to set R_SMI_EN earlier in S3 boot path to make sure all SMI were detected. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/Common/PlatformSmm/Platform.c | 13 - Platform/BroxtonPlatformPkg/Common

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Fix setup assert issue

2017-04-17 Thread Guo, Mang
Debug BIOS will assert if change setup and save. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../PlatformSettings/PlatformSetupDxe/SetupInfoRecords.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Platform

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3] Add ReadMe.MD

2017-05-08 Thread Guo, Mang
-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 135 ++ 1 file changed, 135 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index 000..e6482df

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add new platform branch devel-MinnowBoard3-UDK2017

2017-05-08 Thread Guo, Mang
-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- ReadMe.MD | 135 ++ 1 file changed, 135 insertions(+) create mode 100644 ReadMe.MD diff --git a/ReadMe.MD b/ReadMe.MD new file mode 100644 index 000..e6482df

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] BroxtonPlatformPkg: Fix secure boot not work issue

2017-05-21 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BroxtonPlatformPkg/PlatformDsc/PcdsDynamicDefault.Default.dsc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/PcdsDynamicDefault.Default.dsc b/Platform

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS version

2017-05-21 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index ea46b41..2bf5bad

[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] BroxtonSiPkg:Fix Debug image assert issue

2017-05-23 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/ScInit/Smm/ScInitSmm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/ScInit/Smm/ScInitSmm.c b/Silicon/BroxtonSoC

Re: [edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Shift EEPROM PEI files

2018-09-24 Thread Guo, Mang
Reviewed-by: Mang Guo mailto:mang@intel.com>> From: Steele, Kelly Sent: Monday, September 24, 2018 9:29 PM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Shift EEPROM PEI files

[edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Shift EEPROM PEI files

2018-09-24 Thread Guo, Mang
Reviewed-by: Mang Guo mailto:mang@intel.com>> From: Steele, Kelly Sent: Monday, September 24, 2018 9:29 PM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Shift EEPROM PEI files

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable VT-d and Pre-boot VT-d setup option

2018-09-25 Thread Guo, Mang
Disable VT-d and Pre-boot VT-d setup option since it caused system hang in variable initialization after Windows 10 installer restart the system. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Set PcdPciePort3Enable

2018-09-26 Thread Guo, Mang
Use system setup variable to set PcdPciePort3Enable. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../Board/AuroraGlacier/BoardInitPostMem/BoardInit.c | 5 + .../Board/AuroraGlacier/BoardInitPostMem/BoardInitPostMem.inf | 1

Re: [edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Add Fab C GPIO support

2018-09-26 Thread Guo, Mang
Reviewed-by: Guo Mang mailto:mang@intel.com>> From: Steele, Kelly Sent: Saturday, September 22, 2018 2:29 AM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Add Fab C GPIO support

Re: [edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] FDF has unused PCDs

2018-09-26 Thread Guo, Mang
Reviewed-by: Guo Mang mailto:mang@intel.com>> Thanks, Mang From: Steele, Kelly Sent: Saturday, September 22, 2018 2:29 AM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] FDF has unused PCDs

Re: [edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Dynamic debug UART

2018-09-26 Thread Guo, Mang
Reviewed-by: Guo Mang mailto:mang@intel.com>> Thanks, Mang From: Steele, Kelly Sent: Saturday, September 22, 2018 2:30 AM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Dynamic debug UART

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option

2018-09-27 Thread Guo, Mang
Set TPM Device setup option to non-configurable. The default value of TPM device is disable. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang CC: David Wei CC: Mike Wu --- .../Common/PlatformSettings/PlatformSetupDxe/Security.vfi | 4 +++- 1 file

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change BIOS Version

2018-09-27 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index 5619b36..b23f15a

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Get boot mode

2018-08-02 Thread Guo, Mang
Get boot mode in platformBootManagerBeforeConsole. Cc: Wei, David Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- .../Common/Library/PlatformBootManagerLib/PlatformBootManager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform

Re: [edk2] [Patch 0/4] Vlv2TbltDevicePkg: Add FmpDevicePkg support

2018-08-09 Thread Guo, Mang
Reviewed-by: Guo Mang -Original Message- From: Kinney, Michael D Sent: Friday, August 10, 2018 9:28 AM To: edk2-devel@lists.01.org Cc: Wei, David; Guo, Mang Subject: [Patch 0/4] Vlv2TbltDevicePkg: Add FmpDevicePkg support Update Vlv2TbltDevicePkg to build UEFI capsules for system

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900 2Add Minnow3Module board specific code

2018-08-17 Thread Guo, Mang
1. Renamed from MinnowBoard3Next to MinnowBoard3Module (MB3N to MB3M). 2. Add Minnow3Module board specific code Cc: David Wei Cc: Mike Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Kelly Steele Signed-off-by: Guo Mang --- .../MinnowBoard3Module/BoardInitDxe

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900 3Aligned DXE/SMM drivers on 4KB to avoid runtime warnings.

2018-08-17 Thread Guo, Mang
Cc: David Wei Cc: Mike Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Kelly Steele Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/PlatformPkgIA32.dsc | 18 +- Platform/BroxtonPlatformPkg/PlatformPkgX64.dsc | 18 +- 2 files

  1   2   >