History log of /rk3399_rockchip-uboot/lib/zlib/deflate.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 1c27059a 30-Sep-2012 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge remote-tracking branch 'u-boot/master'


# 869c2abb 28-Sep-2012 Lei Wen <adrian.wenl@gmail.com>

lib: zlib: remove the limitation for cannot using 0 as start

We often need the requirement that compressing those memory range start
from 0, but the default deflate code in zlib prevent us to do thi

lib: zlib: remove the limitation for cannot using 0 as start

We often need the requirement that compressing those memory range start
from 0, but the default deflate code in zlib prevent us to do this.
Considering the special case of uboot, that it could access all memory
range, it is reasonable to be able to also take the address space from 0
into compression.

Signed-off-by: Lei Wen <leiwen@marvell.com>

show more ...


# 8a5f34ef 28-Sep-2012 Lei Wen <adrian.wenl@gmail.com>

lib: zlib: import deflate source file from 1.2.5

Signed-off-by: Lei Wen <leiwen@marvell.com>