Re: [edk2-devel] [PATCH] EmbeddedPkg/libfdt: Add strncmp macro to use AsciiStrnCmp

2020-08-24 Thread Laszlo Ersek
On 08/18/20 20:04, Leif Lindholm wrote: > On Thu, Aug 06, 2020 at 10:34:21 +0800, Abner Chang wrote: >> For the implementation which utilizes libfdt provided in EmbeddedPkg >> however it uses strncmp function in the libfdt helper library, >> libfdt_env.h should provide the macro implied with edk2 s

Re: [edk2-devel] [PATCH] EmbeddedPkg/libfdt: Add strncmp macro to use AsciiStrnCmp

2020-08-18 Thread Leif Lindholm
On Thu, Aug 06, 2020 at 10:34:21 +0800, Abner Chang wrote: > For the implementation which utilizes libfdt provided in EmbeddedPkg > however it uses strncmp function in the libfdt helper library, > libfdt_env.h should provide the macro implied with edk2 strncmp > implementation. > > The example is

[edk2-devel] [PATCH] EmbeddedPkg/libfdt: Add strncmp macro to use AsciiStrnCmp

2020-08-05 Thread Abner Chang
For the implementation which utilizes libfdt provided in EmbeddedPkg however it uses strncmp function in the libfdt helper library, libfdt_env.h should provide the macro implied with edk2 strncmp implementation. The example is RISC-V OpenSBI library. edk2 RISC-V port uses OpenSBI library and incor