[U-Boot] [PATCH 2/6] documentation: add more compression configs

Simon Glass sjg at chromium.org
Wed Aug 14 19:33:48 CEST 2013


Hi Kees,

On Mon, Aug 12, 2013 at 5:02 PM, Kees Cook <keescook at chromium.org> wrote:
> This adds the missing compression config items to the README.
>
> Signed-off-by: Kees Cook <keescook at chromium.org>
> ---
>  README |    9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/README b/README
> index 5c343da..247b8f3 100644
> --- a/README
> +++ b/README
> @@ -1669,6 +1669,10 @@ CBFS (Coreboot Filesystem) support
>                 to compress the specified memory at its best effort.
>
>  - Compression support:
> +               CONFIG_GZIP
> +
> +               Enabled by default for gzip compressed images.

s/for/to support/ perhaps

> +
>                 CONFIG_BZIP2
>
>                 If this option is set, support for bzip2 compressed
> @@ -1702,6 +1706,11 @@ CBFS (Coreboot Filesystem) support
>                 then calculate the amount of needed dynamic memory (ensuring
>                 the appropriate CONFIG_SYS_MALLOC_LEN value).
>
> +               CONFIG_LZO
> +
> +               If this option is set, support for LZO compressed images
> +               is included.
> +
>  - MII/PHY support:
>                 CONFIG_PHY_ADDR
>
> --
> 1.7.9.5
>

Regards,
Simon


On Mon, Aug 12, 2013 at 5:02 PM, Kees Cook <keescook at chromium.org> wrote:
> This adds the missing compression config items to the README.
>
> Signed-off-by: Kees Cook <keescook at chromium.org>
> ---
>  README |    9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/README b/README
> index 5c343da..247b8f3 100644
> --- a/README
> +++ b/README
> @@ -1669,6 +1669,10 @@ CBFS (Coreboot Filesystem) support
>                 to compress the specified memory at its best effort.
>
>  - Compression support:
> +               CONFIG_GZIP
> +
> +               Enabled by default for gzip compressed images.
> +
>                 CONFIG_BZIP2
>
>                 If this option is set, support for bzip2 compressed
> @@ -1702,6 +1706,11 @@ CBFS (Coreboot Filesystem) support
>                 then calculate the amount of needed dynamic memory (ensuring
>                 the appropriate CONFIG_SYS_MALLOC_LEN value).
>
> +               CONFIG_LZO
> +
> +               If this option is set, support for LZO compressed images
> +               is included.
> +
>  - MII/PHY support:
>                 CONFIG_PHY_ADDR
>
> --
> 1.7.9.5
>


More information about the U-Boot mailing list