mbox series

[edk2,v8,edk-platforms,0/2] add platform boot options

Message ID 1528091078-20889-1-git-send-email-haojian.zhuang@linaro.org
Headers show
Series add platform boot options | expand

Message

Haojian Zhuang June 4, 2018, 5:44 a.m. UTC
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

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

Comments

Leif Lindholm June 5, 2018, 2:56 p.m. UTC | #1
Thanks Haoijian,

Series Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Pushed as 9bb89f3323..da3e09e28d.

On Mon, Jun 04, 2018 at 01:44:36PM +0800, Haojian Zhuang wrote:
> 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

> 

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