All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: Artem Lapkin <email2tema@gmail.com>
Cc: u-boot-amlogic@groups.io, u-boot@lists.denx.de,
	khilman@baylibre.com, christianshewitt@gmail.com,
	martin.blumenstingl@googlemail.com, art@khadas.com,
	nick@khadas.com, gouwa@khadas.com
Subject: Re: [PATCH] meson64: add kernel compression vars
Date: Tue, 27 Jul 2021 10:31:51 +0200	[thread overview]
Message-ID: <c8c7e14f-6c94-8924-4735-9d40c49685da@baylibre.com> (raw)
In-Reply-To: <20210527064351.3102968-1-art@khadas.com>

On 27/05/2021 08:43, Artem Lapkin wrote:
> make possible to load simple compressed linux kernel for meson64
> 
> Signed-off-by: Artem Lapkin <art@khadas.com>
> ---
>  include/configs/meson64.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/meson64.h b/include/configs/meson64.h
> index e3d25493..552a08c2 100644
> --- a/include/configs/meson64.h
> +++ b/include/configs/meson64.h
> @@ -113,6 +113,8 @@
>  	"stdin=" STDIN_CFG "\0" \
>  	"stdout=" STDOUT_CFG "\0" \
>  	"stderr=" STDOUT_CFG "\0" \
> +	"kernel_comp_addr_r=0x0d080000\0" \
> +	"kernel_comp_size=0x2000000\0" \
>  	"fdt_addr_r=0x08008000\0" \
>  	"loadaddr=0x01000000\0" \
>  	"scriptaddr=0x08000000\0" \
> 

Applied to u-boot-amlogic,

Thanks,
Neil

      parent reply	other threads:[~2021-07-27  8:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27  6:43 [PATCH] meson64: add kernel compression vars Artem Lapkin
2021-05-27  7:46 ` Neil Armstrong
2021-07-27  8:31 ` Neil Armstrong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c8c7e14f-6c94-8924-4735-9d40c49685da@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=art@khadas.com \
    --cc=christianshewitt@gmail.com \
    --cc=email2tema@gmail.com \
    --cc=gouwa@khadas.com \
    --cc=khilman@baylibre.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=nick@khadas.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.