public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Support FDT library.
@ 2023-04-17  5:35 Benny Lin
  2023-04-17  5:35 ` [PATCH v3 1/3] Tianocore: " Benny Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Benny Lin @ 2023-04-17  5:35 UTC (permalink / raw)
  To: devel
  Cc: Benny Lin, Michael D Kinney, Liming Gao, Zhiguang Liu,
	Sean Brogan, Michael Kubacki, Pedro Falcato

From: Benny Lin <benny.lin@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392
Add FDT support in EDK2 by submodule 3rd party libfdt
(https://github.com/devicetree-org/pylibfdt/tree/main/libfdt)
and refer to LibcLib implementation by Pedro.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Acked-by: Pedro Falcato <pedro.falcato@gmail.com>
Signed-off-by: Benny Lin <benny.lin@intel.com>

Benny Lin (3):
  Tianocore: Support FDT library.
  MdePkg: Support FDT library.
  .pytool: Support FDT library.

 .gitmodules                               |   3 +
 .pytool/CISettings.py                     |   2 +
 MdePkg/Include/Library/FdtLib.h           | 314 ++++++++++++++++++++
 MdePkg/Library/BaseFdtLib/BaseFdtLib.inf  |  62 ++++
 MdePkg/Library/BaseFdtLib/BaseFdtLib.uni  |  14 +
 MdePkg/Library/BaseFdtLib/FdtLib.c        | 301 +++++++++++++++++++
 MdePkg/Library/BaseFdtLib/LibFdtSupport.h |  99 ++++++
 MdePkg/Library/BaseFdtLib/LibFdtWrapper.c | 173 +++++++++++
 MdePkg/Library/BaseFdtLib/libfdt          |   1 +
 MdePkg/Library/BaseFdtLib/limits.h        |  10 +
 MdePkg/Library/BaseFdtLib/stdbool.h       |  10 +
 MdePkg/Library/BaseFdtLib/stddef.h        |  10 +
 MdePkg/Library/BaseFdtLib/stdint.h        |  10 +
 MdePkg/Library/BaseFdtLib/stdlib.h        |  10 +
 MdePkg/Library/BaseFdtLib/string.h        |  10 +
 MdePkg/MdePkg.ci.yaml                     |  17 +-
 MdePkg/MdePkg.dec                         |   4 +
 MdePkg/MdePkg.dsc                         |   1 +
 ReadMe.rst                                |   1 +
 19 files changed, 1050 insertions(+), 2 deletions(-)
 create mode 100644 MdePkg/Include/Library/FdtLib.h
 create mode 100644 MdePkg/Library/BaseFdtLib/BaseFdtLib.inf
 create mode 100644 MdePkg/Library/BaseFdtLib/BaseFdtLib.uni
 create mode 100644 MdePkg/Library/BaseFdtLib/FdtLib.c
 create mode 100644 MdePkg/Library/BaseFdtLib/LibFdtSupport.h
 create mode 100644 MdePkg/Library/BaseFdtLib/LibFdtWrapper.c
 create mode 160000 MdePkg/Library/BaseFdtLib/libfdt
 create mode 100644 MdePkg/Library/BaseFdtLib/limits.h
 create mode 100644 MdePkg/Library/BaseFdtLib/stdbool.h
 create mode 100644 MdePkg/Library/BaseFdtLib/stddef.h
 create mode 100644 MdePkg/Library/BaseFdtLib/stdint.h
 create mode 100644 MdePkg/Library/BaseFdtLib/stdlib.h
 create mode 100644 MdePkg/Library/BaseFdtLib/string.h

-- 
2.39.1.windows.1


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

end of thread, other threads:[~2023-05-03 18:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17  5:35 [PATCH v3 0/3] Support FDT library Benny Lin
2023-04-17  5:35 ` [PATCH v3 1/3] Tianocore: " Benny Lin
2023-04-19 15:58   ` Michael D Kinney
2023-04-17  5:35 ` [PATCH v3 2/3] MdePkg: " Benny Lin
2023-04-19 15:54   ` Michael D Kinney
2023-04-19 17:11     ` Benny Lin
2023-04-19 21:04       ` Michael D Kinney
2023-04-20  4:25         ` Benny Lin
2023-04-20 16:44           ` Michael D Kinney
2023-04-21  2:33             ` [edk2-devel] " Chiu, Chasel
2023-04-24 17:28             ` Leif Lindholm
2023-04-24 17:41               ` Michael D Kinney
2023-04-26  5:21                 ` Chiu, Chasel
     [not found]                 ` <17596494A9010E70.30288@groups.io>
2023-05-01 16:31                   ` Chiu, Chasel
2023-05-02 11:41                     ` Leif Lindholm
2023-05-03  2:34                       ` Chiu, Chasel
2023-05-03  5:39                         ` Michael D Kinney
2023-05-03 18:31                           ` Chiu, Chasel
2023-04-17  5:35 ` [PATCH v3 3/3] .pytool: " Benny Lin
2023-04-19 15:58   ` Michael D Kinney

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