[Skiboot] [PATCH v6 05/10] skiboot: Add a library for xz

Joel Stanley joel at jms.id.au
Fri Mar 3 15:54:30 AEDT 2017


On Wed, Mar 1, 2017 at 1:23 AM, Madhavan Srinivasan
<maddy at linux.vnet.ibm.com> wrote:
> From: Hemant Kumar <hemant at linux.vnet.ibm.com>
>
> This patch adds a library for compression/decompression using xz. The
> complete library has been taken from the hostboot repository. The xz
> library code can be found here :
> https://github.com/open-power/hostboot/tree/master/src/usr/xz

The code comes from http://tukaani.org/xz/embedded.html

Hostboot took a copy, added their autogenerated headers to each file,
re-indented the files, and added it to their repository.

Perhaps we commit the upstream source instead?

Cheers,

Joel

>
> The entire codebase has been kept as is and the same LICENSE has been
> kept here with a new Makefile.inc.
>
> For libxz/Makefile.inc and Makefile.main :
> Signed-off-by: Hemant Kumar <hemant at linux.vnet.ibm.com>
>
> Signed-off-by: Madhavan Srinivasan <maddy at linux.vnet.ibm.com>


More information about the Skiboot mailing list