mbox series

[edk2,v3,0/4] support hikey960

Message ID 1518747003-29025-1-git-send-email-haojian.zhuang@linaro.org
Headers show
Series support hikey960 | expand

Message

Haojian Zhuang Feb. 16, 2018, 2:09 a.m. UTC
Changelog:
v3:
  * Sort the patch sequence.
  * Add CONFIG_NO_DEBUGLIB in HiKey/HiKey960 dsc file.

v2:
  * Use Hisilicon common file.
  * Move SerialPorLib & DebugLib of DXE_RUNTIME out of Hisilicon.dsc.inc.
  * Remove unused PCD values from HiKey960 dsc file.
  * Fix to enter boot manager on HiKey.

v1:
  * Support the skeleton of HiKey960.


Haojian Zhuang (4):
  Platform/Hisilicon/HiKey: include DxePcdLib for HiiDatabase
  Platform/Hisilicon: move out SerialPortLib from common file
  Platform/Hisilicon/HiKey: use Hisilicon common file
  Platform/Hisilicon/HiKey960: add skeleton of HiKey960

 Platform/Hisilicon/D02/Pv660D02.dsc                |   1 +
 Platform/Hisilicon/HiKey/HiKey.dsc                 | 214 ++---------------
 Platform/Hisilicon/HiKey/HiKey.fdf                 | 141 +----------
 Platform/Hisilicon/HiKey960/HiKey960.dsc           | 263 +++++++++++++++++++++
 Platform/Hisilicon/HiKey960/HiKey960.fdf           | 214 +++++++++++++++++
 .../HiKey960/Library/HiKey960Lib/HiKey960.c        | 144 +++++++++++
 .../HiKey960/Library/HiKey960Lib/HiKey960Helper.S  |  52 ++++
 .../HiKey960/Library/HiKey960Lib/HiKey960Lib.inf   |  44 ++++
 .../HiKey960/Library/HiKey960Lib/HiKey960Mem.c     | 163 +++++++++++++
 Silicon/Hisilicon/Hisilicon.dsc.inc                |   3 +-
 10 files changed, 910 insertions(+), 329 deletions(-)
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960.dsc
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960.fdf
 create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c
 create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S
 create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Lib.inf
 create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Mem.c

-- 
2.7.4

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

Comments

Leif Lindholm Feb. 16, 2018, 11:49 a.m. UTC | #1
On Fri, Feb 16, 2018 at 10:09:59AM +0800, Haojian Zhuang wrote:
> Changelog:

> v3:

>   * Sort the patch sequence.

>   * Add CONFIG_NO_DEBUGLIB in HiKey/HiKey960 dsc file.

> 

> v2:

>   * Use Hisilicon common file.

>   * Move SerialPorLib & DebugLib of DXE_RUNTIME out of Hisilicon.dsc.inc.

>   * Remove unused PCD values from HiKey960 dsc file.

>   * Fix to enter boot manager on HiKey.

> 

> v1:

>   * Support the skeleton of HiKey960.


Thanks for the rework.
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


Pushed as ce6c2604be..af6f770054.

> 

> Haojian Zhuang (4):

>   Platform/Hisilicon/HiKey: include DxePcdLib for HiiDatabase

>   Platform/Hisilicon: move out SerialPortLib from common file

>   Platform/Hisilicon/HiKey: use Hisilicon common file

>   Platform/Hisilicon/HiKey960: add skeleton of HiKey960

> 

>  Platform/Hisilicon/D02/Pv660D02.dsc                |   1 +

>  Platform/Hisilicon/HiKey/HiKey.dsc                 | 214 ++---------------

>  Platform/Hisilicon/HiKey/HiKey.fdf                 | 141 +----------

>  Platform/Hisilicon/HiKey960/HiKey960.dsc           | 263 +++++++++++++++++++++

>  Platform/Hisilicon/HiKey960/HiKey960.fdf           | 214 +++++++++++++++++

>  .../HiKey960/Library/HiKey960Lib/HiKey960.c        | 144 +++++++++++

>  .../HiKey960/Library/HiKey960Lib/HiKey960Helper.S  |  52 ++++

>  .../HiKey960/Library/HiKey960Lib/HiKey960Lib.inf   |  44 ++++

>  .../HiKey960/Library/HiKey960Lib/HiKey960Mem.c     | 163 +++++++++++++

>  Silicon/Hisilicon/Hisilicon.dsc.inc                |   3 +-

>  10 files changed, 910 insertions(+), 329 deletions(-)

>  create mode 100644 Platform/Hisilicon/HiKey960/HiKey960.dsc

>  create mode 100644 Platform/Hisilicon/HiKey960/HiKey960.fdf

>  create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c

>  create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S

>  create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Lib.inf

>  create mode 100644 Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Mem.c

> 

> -- 

> 2.7.4

> 

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