public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v8 edk-platforms 0/2] add platform boot options
@ 2018-06-04  5:44 Haojian Zhuang
  2018-06-04  5:44 ` [PATCH v8 edk-platforms 1/2] Platform/HiKey960: register predefined " Haojian Zhuang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Haojian Zhuang @ 2018-06-04  5:44 UTC (permalink / raw)
  To: edk2-devel; +Cc: Haojian Zhuang, Laszlo Ersek, Leif Lindholm, Ard Biesheuvel

Changelog:
v8:
  * Rebase for virtual keyboard driver.
v7:
  * Fix memory leakage on DevicePath.
v6:
  * Remove redundant definition -- "GRUB_FILE_NAME".
v5:
  * Avoid to merge device path and grub's file path in driver.
    Merge them directly in DSC file.
  * Avoid duplicated code to create boot options.
  * Use goto to handle error condition.
v4:
  * Add BootCount parameter in the interface.
v3:
  * Move in initilization of boot entry.
  * Update the name of interface in platform boot manager protocol.
v2:
  * Update with platform boot manager protocol.

Haojian Zhuang (2):
  Platform/HiKey960: register predefined boot options
  Platform/HiKey: create 4 boot options

 Platform/Hisilicon/HiKey/HiKey.dec                            |  10 +-
 Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} |  19 ++-
 Platform/Hisilicon/HiKey/HiKey.dsc                            |   7 +
 Platform/Hisilicon/HiKey960/HiKey960.dsc                      |   6 +
 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf                |  11 ++
 Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf       |  11 ++
 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.h                  |   2 +
 Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.h         |  20 +--
 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c                  | 164 +++++++++++++++++++
 Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c         | 166 ++++++++++++++++++++
 10 files changed, 384 insertions(+), 32 deletions(-)
 copy Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} (54%)

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-- 
2.7.4



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04  5:44 [PATCH v8 edk-platforms 0/2] add platform boot options Haojian Zhuang
2018-06-04  5:44 ` [PATCH v8 edk-platforms 1/2] Platform/HiKey960: register predefined " Haojian Zhuang
2018-06-04  5:44 ` [PATCH v8 edk-platforms 2/2] Platform/HiKey: create 4 " Haojian Zhuang
2018-06-05 14:56 ` [PATCH v8 edk-platforms 0/2] add platform " Leif Lindholm

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