Re: [edk2-devel] [PATCH v2] MdePkg: Support FDT library.

2023-04-12 Thread Michael D Kinney
Hi Benny, Your V1 series had patches 0,1,2. Why was this merged into 1 patch? Or is this a patch on top of the V1 series? Please resend V2 as entire patch series with all changes merged in and please respond to all individual emails with feedback and which items you are addressing in V2 and whi

[edk2-devel] [PATCH v2] MdePkg: Support FDT library.

2023-04-12 Thread Benny Lin
From: Benny Lin 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) 1. Correct the typo. 2. Remove no use definitions from LibFdtSupport.h. 3. Refer to LibcLib implementation b