[edk2] [PATCH v3 0/2] add platform boot manager protocol

Haojian Zhuang posted 2 patches 6 years ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 83 ++++++++++++++++++++++
.../PlatformBootManagerLib.inf                     |  2 +
EmbeddedPkg/EmbeddedPkg.dec                        |  1 +
EmbeddedPkg/Include/Protocol/PlatformBootManager.h | 46 ++++++++++++
4 files changed, 132 insertions(+)
create mode 100644 EmbeddedPkg/Include/Protocol/PlatformBootManager.h
[edk2] [PATCH v3 0/2] add platform boot manager protocol
Posted by Haojian Zhuang 6 years ago
Changelog:
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 | 83 ++++++++++++++++++++++
 .../PlatformBootManagerLib.inf                     |  2 +
 EmbeddedPkg/EmbeddedPkg.dec                        |  1 +
 EmbeddedPkg/Include/Protocol/PlatformBootManager.h | 46 ++++++++++++
 4 files changed, 132 insertions(+)
 create mode 100644 EmbeddedPkg/Include/Protocol/PlatformBootManager.h

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel