public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v4 0/2] add platform boot manager protocol
@ 2018-04-23  6:21 Haojian Zhuang
  2018-04-23  6:21 ` [PATCH v4 1/2] EmbeddedPkg: " Haojian Zhuang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Haojian Zhuang @ 2018-04-23  6:21 UTC (permalink / raw)
  To: edk2-devel; +Cc: Haojian Zhuang

Changelog:
v4:
  * Add BootCount parameter in the interface.
  * Clean the logic on boot options according to Laszlo's comment.
v3:
  * Update the name of interface.
  * Move the initialization into platform driver.
  * Fix comment style.
  * Fix minor issues with comments.
v2:
  * Avoid to use hardcoding value. Create boot options by functions.

Haojian Zhuang (2):
  EmbeddedPkg: add platform boot manager protocol
  ArmPkg/PlatformBootManagerLib: load platform boot options

 ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 103 +++++++++++++++++++++
 .../PlatformBootManagerLib.inf                     |   2 +
 EmbeddedPkg/EmbeddedPkg.dec                        |   1 +
 EmbeddedPkg/Include/Protocol/PlatformBootManager.h |  86 +++++++++++++++++
 4 files changed, 192 insertions(+)
 create mode 100644 EmbeddedPkg/Include/Protocol/PlatformBootManager.h

-- 
2.7.4



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

end of thread, other threads:[~2018-06-05 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23  6:21 [PATCH v4 0/2] add platform boot manager protocol Haojian Zhuang
2018-04-23  6:21 ` [PATCH v4 1/2] EmbeddedPkg: " Haojian Zhuang
2018-04-23  6:21 ` [PATCH v4 2/2] ArmPkg/PlatformBootManagerLib: load platform boot options Haojian Zhuang
2018-04-23 20:15 ` [PATCH v4 0/2] add platform boot manager protocol Laszlo Ersek
2018-06-05 14:55   ` Leif Lindholm

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