public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Zhichao Gao <zhichao.gao@intel.com>
To: edk2-devel@lists.01.org
Cc: Jian J Wang <jian.j.wang@intel.com>, Hao Wu <hao.a.wu@intel.com>,
	Ray Ni <ray.ni@intel.com>, Star Zeng <star.zeng@intel.com>,
	Liming Gao <liming.gao@intel.com>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: [PATCH V2 0/2] Change reset logic related on capsule
Date: Fri, 22 Mar 2019 11:07:16 +0800	[thread overview]
Message-ID: <20190322030718.17676-1-zhichao.gao@intel.com> (raw)

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



             reply	other threads:[~2019-03-22  3:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22  3:07 Zhichao Gao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190322030718.17676-1-zhichao.gao@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox