From: "Tien Hock, Loh"
Some busses doesn't allow 8 bit MMIO read/write, this adds support for
32 bits read/write
Signed-off-by: "Tien Hock, Loh"
Cc: Jian J Wang
Cc: Hao Wu
---
MdeModulePkg/MdeModulePkg.dec | 6
++
MdeModulePkg/Library/BaseSerial
Siyuan:
Is this change for edk2 Q2 stable tag? If yes, I will add it into edk2
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning.
Thanks
Liming
From: Fu, Siyuan
Sent: Thursday, April 11, 2019 6:58 PM
To: devel@edk2.groups.io; Fu, Siyuan
Cc: Wu, Jiaxin ; Gao, Liming
https://bugzilla.tianocore.org/show_bug.cgi?id=1525
Fix the following issues identified in #1525:
EsrtFmpDxe - The check for more than one instance of the same
GUID/HardwareInstance is not being done at the right point.
It is being done as EFI_FIRMWARE_IMAGE_DESCRIPTORs are being merge
Hi,
I didn't receive any comments with this patch yet. Maybe you missed this email.
The new added function is only a few part of the ResetSystemRuntimeDxe to
provide the reset function.
As I know, platforms always have their own ResetSystemLib instance and do not
use the instance in MdeModulePkg
Reviewed-by: Bob Feng
-Original Message-
From: Rodriguez, Christian
Sent: Thursday, April 18, 2019 10:16 PM
To: devel@edk2.groups.io
Cc: Feng, Bob C ; Gao, Liming ;
Zhu, Yonghong
Subject: [Patch V2] BaseTools: Enhance Bin Cache database to support save the
cache
BZ: https://bugzilla.
Reviewed-by: Bob Feng
-Original Message-
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Christian
Rodriguez
Sent: Wednesday, April 17, 2019 3:41 AM
To: devel@edk2.groups.io
Cc: Feng, Bob C ; Gao, Liming ;
Zhu, Yonghong
Subject: [edk2-devel] [PATCH] BaseTools: Ha
Reviewed-by: Bob Feng
-Original Message-
From: Fan, ZhijuX
Sent: Thursday, April 18, 2019 7:21 PM
To: devel@edk2.groups.io
Cc: Gao, Liming ; Feng, Bob C
Subject: [PATCH V3] BaseTools:fixed the incorrect autogen makefile which cause
build failure.
BZ:https://bugzilla.tianocore.org/sho
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1652
Commit ffe5f7a6b4e9
"MdeModulePkg/HiiDatabase: Fix potential integer overflow "
added some new error paths, but it missed releasing the
mHiiDatabaseLock lock on those paths.
This patch releases mHiiDatabaseLock on those paths.
Cc: Hao Wu
C
Reviewed-by: Siyuan Fu
> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Xue,
> ShengfengX
> Sent: Thursday, April 18, 2019 6:13 PM
> To: devel@edk2.groups.io
> Cc: Xue, ShengfengX ; Fu, Siyuan
> ; Wu, Jiaxin
> Subject: [edk2-devel] [PATCH v5]