You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
This patch extended the LZ4 library to support both compression and decompression. It is useful for SBL to support runtime compression in order to reduce data size. It is in sync with the LZ4 1.7.4 used in the BaseTools. Signed-off-by: Maurice Ma <maurice.ma@intel.com>