public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Change reset logic related on capsule
@ 2019-03-22  3:07 Zhichao Gao
  2019-03-22  3:07 ` [PATCH V2 1/2] MdeModulePkg/CapsuleRuntimeDxe: IA32 add cache flush function Zhichao Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Zhichao Gao @ 2019-03-22  3:07 UTC (permalink / raw)
  To: edk2-devel
  Cc: Jian J Wang, Hao Wu, Ray Ni, Star Zeng, Liming Gao,
	Ard Biesheuvel

Add CapsuleCacheWriteBack for IA ARCH before runtime.
Remove DoS3 in ResetSystemRuntimeDxe.

V2:
Adjust the code that would not change the logic of arm ARCH.
Fix some build errors because of type convertion.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Zhichao Gao (2):
  MdeModulePkg/CapsuleRuntimeDxe: IA32 add cache flush function
  MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm reset

 .../Universal/CapsuleRuntimeDxe/Arm/CapsuleReset.c | 35 +-----------
 .../Universal/CapsuleRuntimeDxe/CapsuleCache.c     | 63 ++++++++++++++++++++++
 .../Universal/CapsuleRuntimeDxe/CapsuleCacheNull.c | 38 +++++++++++++
 .../Universal/CapsuleRuntimeDxe/CapsuleReset.c     | 16 +-----
 .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf        | 20 ++++---
 .../Universal/ResetSystemRuntimeDxe/ResetSystem.c  | 38 -------------
 6 files changed, 115 insertions(+), 95 deletions(-)
 create mode 100644 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCache.c
 create mode 100644 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCacheNull.c

-- 
2.16.2.windows.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-03-29 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22  3:07 [PATCH V2 0/2] Change reset logic related on capsule Zhichao Gao
2019-03-22  3:07 ` [PATCH V2 1/2] MdeModulePkg/CapsuleRuntimeDxe: IA32 add cache flush function Zhichao Gao
2019-03-25  6:59   ` Gao, Liming
2019-03-25  7:09     ` Gao, Zhichao
2019-03-25  8:25   ` Ard Biesheuvel
2019-03-25 11:06     ` Gao, Zhichao
2019-03-22  3:07 ` [PATCH V2 2/2] MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm reset Zhichao Gao
2019-03-29 12:01 ` [PATCH V2 0/2] Change reset logic related on capsule Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox