Re: [edk2-devel] [RFC PATCH 1/1] MdePkg: Add a libc implementation

2023-04-05 Thread Michael D Kinney
Hi Pedro, Thank you for starting this. I recall some challenges with the Openssl libc wrapper, so let's work on that one last. If we can get a libc wrapper that is compatible with Brotli, regular expression, jannson, and fdtlib that would be a huge step forward. Can you test your code against

Re: [edk2-devel] [RFC PATCH 1/1] MdePkg: Add a libc implementation

2023-03-31 Thread Gerd Hoffmann
Hi, > Work in progress, does not support Windows targets (CLANGPDB and MSVC) > just yet. The header files CryptoPkg has for openssl would be probably a good starting point (instead of starting over from scratch ...). take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

[edk2-devel] [RFC PATCH 1/1] MdePkg: Add a libc implementation

2023-03-30 Thread Pedro Falcato
Add LibcLib, a libc implementation meant to centralize all libc bits in edk2. Work in progress, does not support Windows targets (CLANGPDB and MSVC) just yet. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Benny Lin Signed-off-by: Pedro Falcato --- Wrote this to fulfill the new ne