public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/4] support HiKey960
@ 2018-02-09 17:31 Haojian Zhuang
  2018-02-09 17:31 ` [PATCH v2 1/4] Platform/Hisilicon/HiKey: include DxePcdLib for HiiDatabase Haojian Zhuang
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Haojian Zhuang @ 2018-02-09 17:31 UTC (permalink / raw)
  To: edk2-devel, linaro-uefi, leif.lindholm, ard.sheuvel, heyi.guo
  Cc: Haojian Zhuang

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/HiKey: use Hisilicon common file
  Platform/Hisilicon: move out dxe runtime lib from common file
  Platform/Hisilicon/HiKey960: add skeleton of HiKey960

 Platform/Hisilicon/D02/Pv660D02.dsc                |   2 +
 Platform/Hisilicon/D03/D03.dsc                     |   1 +
 Platform/Hisilicon/D05/D05.dsc                     |   1 +
 Platform/Hisilicon/HiKey/HiKey.dsc                 | 211 ++---------------
 Platform/Hisilicon/HiKey/HiKey.fdf                 | 141 +----------
 Platform/Hisilicon/HiKey960/HiKey960.dsc           | 260 +++++++++++++++++++++
 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                |   2 -
 12 files changed, 905 insertions(+), 330 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



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

end of thread, other threads:[~2018-02-16  0:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09 17:31 [PATCH v2 0/4] support HiKey960 Haojian Zhuang
2018-02-09 17:31 ` [PATCH v2 1/4] Platform/Hisilicon/HiKey: include DxePcdLib for HiiDatabase Haojian Zhuang
2018-02-12 11:45   ` Leif Lindholm
2018-02-09 17:31 ` [PATCH v2 2/4] Platform/Hisilicon/HiKey: use Hisilicon common file Haojian Zhuang
2018-02-12 11:46   ` Leif Lindholm
2018-02-09 17:31 ` [PATCH v2 3/4] Platform/Hisilicon: move out dxe runtime lib from " Haojian Zhuang
2018-02-12 11:45   ` Leif Lindholm
2018-02-12 11:47     ` Haojian Zhuang
2018-02-12 12:05       ` Ard Biesheuvel
2018-02-12 12:19         ` Haojian Zhuang
2018-02-12 12:22           ` Ard Biesheuvel
2018-02-12 12:57             ` Haojian Zhuang
2018-02-15 15:41     ` Leif Lindholm
2018-02-16  0:55       ` Haojian Zhuang
2018-02-13  0:23   ` Guo Heyi
2018-02-13  0:59     ` Haojian Zhuang
2018-02-13  2:26       ` Guo Heyi
2018-02-09 17:31 ` [PATCH v2 4/4] Platform/Hisilicon/HiKey960: add skeleton of HiKey960 Haojian Zhuang
2018-02-12 11:50   ` Leif Lindholm

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