All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meson64: add kernel compression vars
@ 2021-05-27  6:43 Artem Lapkin
  2021-05-27  7:46 ` Neil Armstrong
  2021-07-27  8:31 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Artem Lapkin @ 2021-05-27  6:43 UTC (permalink / raw)
  To: narmstrong
  Cc: u-boot-amlogic, u-boot, khilman, christianshewitt,
	martin.blumenstingl, art, nick, gouwa

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" \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] meson64: add kernel compression vars
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2021-05-27  7:46 UTC (permalink / raw)
  To: Artem Lapkin
  Cc: u-boot-amlogic, u-boot, khilman, christianshewitt,
	martin.blumenstingl, art, nick, gouwa

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" \
> 

Looks fine, I'll let other comment on it and apply it if it's ok for everyone

Neil

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] meson64: add kernel compression vars
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2021-07-27  8:31 UTC (permalink / raw)
  To: Artem Lapkin
  Cc: u-boot-amlogic, u-boot, khilman, christianshewitt,
	martin.blumenstingl, art, nick, gouwa

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-27  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.