* [edk2 PATCH v1 0/1] *** Add StandaloneMmPkg and maintainers ***
@ 2018-02-15 9:17 achin.gupta
2018-02-15 9:17 ` [edk2 PATCH v1 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers achin.gupta
0 siblings, 1 reply; 3+ messages in thread
From: achin.gupta @ 2018-02-15 9:17 UTC (permalink / raw)
To: edk2-devel
Cc: afish, michael.d.kinney, Leif.Lindholm, jiewen.yao,
supreeth.venkatesh, nd, Achin Gupta
From: Achin Gupta <achin.gupta@arm.com>
PI Specification v1.5 "Volume 4: Management Mode Core Interface" introduces the
concept of MM Standalone Mode. The StandaloneMmPkg will host an implementation
of this feature.
Development of this package was done in edk2-staging [1]. Support for MM in
Standalone Mode was originally contributed by Yao Jiewen. Subsequent development
for AArch64 was done by Achin Gupta and Supreeth Venkatesh. The outcome of this
work has been posted for review here [2]. The patches are also hosted here [3].
This patch adds an empty StandaloneMmPkg directory under which these patches
will be hosted. It also nominates the maintainers and reviewers for this
package.
[1] https://github.com/tianocore/edk2-staging/tree/AArch64StandaloneMm
[2] https://lists.01.org/pipermail/edk2-devel/2017-November/017674.html
[3] https://github.com/supven01/edk2/tree/AArch64StandaloneMm
Achin Gupta (1):
Maintainers.txt: Add StandaloneMmPkg and maintainers
Maintainers.txt | 5 +++++
StandaloneMmPkg | 0
2 files changed, 5 insertions(+)
create mode 100644 StandaloneMmPkg
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [edk2 PATCH v1 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers
2018-02-15 9:17 [edk2 PATCH v1 0/1] *** Add StandaloneMmPkg and maintainers *** achin.gupta
@ 2018-02-15 9:17 ` achin.gupta
2018-02-15 12:54 ` Leif Lindholm
0 siblings, 1 reply; 3+ messages in thread
From: achin.gupta @ 2018-02-15 9:17 UTC (permalink / raw)
To: edk2-devel
Cc: afish, michael.d.kinney, Leif.Lindholm, jiewen.yao,
supreeth.venkatesh, nd, Achin Gupta
From: Achin Gupta <achin.gupta@arm.com>
This patch adds maintainers, reviewer and directory for the
StandaloneMmPkg. This package will host an implementation of Standalone
Management Mode as specified in the Platform Initialization (PI) Specification,
Volume 4: Management Mode Core Interface.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Achin Gupta <achin.gupta@arm.com>
---
Maintainers.txt | 5 +++++
StandaloneMmPkg | 0
2 files changed, 5 insertions(+)
diff --git a/Maintainers.txt b/Maintainers.txt
index 74f2538..be5d527 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -259,3 +259,8 @@ M: Mang Guo <mang.guo@intel.com>
Vlv2TbltDevicePkg
M: David Wei <david.wei@intel.com>
M: Mang Guo <mang.guo@intel.com>
+
+StandaloneMmPkg
+M: Achin Gupta <achin.gupta@arm.com>
+M: Jiewen Yao <jiewen.yao@intel.com>
+R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
diff --git a/StandaloneMmPkg b/StandaloneMmPkg
new file mode 100644
index 0000000..e69de29
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2 PATCH v1 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers
2018-02-15 9:17 ` [edk2 PATCH v1 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers achin.gupta
@ 2018-02-15 12:54 ` Leif Lindholm
0 siblings, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2018-02-15 12:54 UTC (permalink / raw)
To: achin.gupta
Cc: edk2-devel, afish, michael.d.kinney, jiewen.yao,
supreeth.venkatesh, nd
On Thu, Feb 15, 2018 at 09:17:36AM +0000, achin.gupta@arm.com wrote:
> From: Achin Gupta <achin.gupta@arm.com>
>
> This patch adds maintainers, reviewer and directory for the
> StandaloneMmPkg. This package will host an implementation of Standalone
> Management Mode as specified in the Platform Initialization (PI) Specification,
Line too long.
> Volume 4: Management Mode Core Interface.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Achin Gupta <achin.gupta@arm.com>
For my part, if you fix the above:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Andrew, Mike - do we want some sort of transitional review of the
initial code going in, or are we happy for Achin and Jiewen to sort
this out between themselves?
/
Leif
> ---
> Maintainers.txt | 5 +++++
> StandaloneMmPkg | 0
> 2 files changed, 5 insertions(+)
>
> diff --git a/Maintainers.txt b/Maintainers.txt
> index 74f2538..be5d527 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -259,3 +259,8 @@ M: Mang Guo <mang.guo@intel.com>
> Vlv2TbltDevicePkg
> M: David Wei <david.wei@intel.com>
> M: Mang Guo <mang.guo@intel.com>
> +
> +StandaloneMmPkg
> +M: Achin Gupta <achin.gupta@arm.com>
> +M: Jiewen Yao <jiewen.yao@intel.com>
> +R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> diff --git a/StandaloneMmPkg b/StandaloneMmPkg
> new file mode 100644
> index 0000000..e69de29
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-15 12:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 9:17 [edk2 PATCH v1 0/1] *** Add StandaloneMmPkg and maintainers *** achin.gupta
2018-02-15 9:17 ` [edk2 PATCH v1 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers achin.gupta
2018-02-15 12:54 ` Leif Lindholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox