Patch is hosted on github here:

https://github.com/jrmrjnck/edk2/commit/b186f03121679b44cc224d7c69f04f9b4b799bc3.patch

Unfortunately, the patch is too large and gets stuck in the edk2-devel mod 
queue.
The bulk of it is a new regular expression library, so it doesn't make sense to 
split up.
Please let me know if there is a preferred way to submit large patches.


Add driver to produce EFI_REGULAR_EXPRESSION_PROTOCOL.  Based on
Oniguruma v5.9.6 (BSD 2-clause license), which provides full Unicode
support, and POSIX ERE and Perl regex syntaxes.
---
v3 changes:
 * Put regex library directly under driver and forget about driver/library 
de-coupling.
 * Switch from SLRE to Oniguruma implementation, which is much more robust and 
useful.
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to