u-boot/lib
Michael Walle eff5a54758 cmd: zip: automatically pull in gzip()
Move the CONFIG_GZIP_COMPRESSED from a config.h macro to a Kconfig menu
item. It is not selectable by a user because there is no reason to do
so. Instead it will be automatically selected by the stuff which uses
gzip(), like the zip command.

Remove it from the config_whitelist.txt. Also remove
CONFIG_GZIP_COMPRESS_DEF_SZ as this was never used on any board. The
default seems to be sane, otherwise it should be added as a Kconfig
option.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-05-25 11:54:53 -04:00
..
acpi common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
aes
at91
bzip2 common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
crypto common: Drop linux/bug.h from common header 2020-05-18 21:19:23 -04:00
dhry command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
efi common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
efi_driver common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
efi_loader efi_loader: check device path is not installed twice 2020-05-21 10:00:17 +02:00
efi_selftest common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
libavb common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
libfdt fdt_region: move fdt_region.c to common/ from lib/libfdt/ 2020-04-26 14:23:55 -06:00
lzma common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
lzo
optee common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
rsa common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
tizen
zlib lib: zlib: fix formatting, reference 2020-04-27 14:55:29 -04:00
zstd
.gitignore
addr_map.c
aes.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
asm-offsets.c common: Drop asm_offsets.h from common header 2020-05-18 21:19:23 -04:00
asn1_decoder.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
bch.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
binman.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
bitrev.c
charset.c charset: Add support for calculating bytes occupied by a u16 string 2020-05-09 09:30:28 +02:00
circbuf.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
crc7.c
crc8.c
crc16.c
crc32.c
crc32c.c
ctype.c
date.c
display_options.c
div64.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
elf.c lib: elf: Move the generic elf loading/validating functions to lib 2020-03-03 13:08:14 +05:30
errno_str.c
errno.c
fdtdec_common.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
fdtdec_test.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
fdtdec.c fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() 2020-05-20 13:20:19 +02:00
gunzip.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
gzip.c
hang.c
hashtable.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
hexdump.c lib: do not provide hexdump in SPL 2020-04-24 10:51:32 -04:00
image-sparse.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig cmd: zip: automatically pull in gzip() 2020-05-25 11:54:53 -04:00
ldiv.c
linux_compat.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
linux_string.c
list_sort.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
lmb.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
lz4_wrapper.c
lz4.c
Makefile lib: Allow MD5 to be enabled in SPL 2020-05-15 14:47:35 -04:00
md5.c
membuff.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
net_utils.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
of_live.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
oid_registry.c
panic.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
physmem.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
qsort.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
rand.c
rbtree.c
rc4.c
sha1.c
sha256.c
slre.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
smbios.c
string.c
strto.c lib: Add a function to convert a string to upper case 2020-04-24 16:40:09 -04:00
tables_csum.c
time.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
tiny-printf.c tiny-printf: Support %i 2020-05-01 11:03:24 -04:00
tpm-common.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
tpm-utils.h
tpm-v1.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
tpm-v2.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
trace.c
uuid.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
vsprintf.c common: Drop uuid.h from common header 2020-05-18 14:53:28 -04:00
xxhash.c