[PATCH] xilinx: Define kernel_comp_addr_r, kernel_comp_size env variables
Michal Simek
monstr at monstr.eu
Mon Jul 26 09:21:57 CEST 2021
st 14. 7. 2021 v 9:09 odesílatel Michal Simek <michal.simek at xilinx.com> napsal:
>
> From: Raju Kumar Pothuraju <raju.kumar-pothuraju at xilinx.com>
>
> Add kernel_comp_addr_r, kernel_comp_size env variables for zynqmp and
> versal to be able to use the compressed kernel Image(.gz,.bz2,.lzma,.lzo)
> using booti command.
>
> Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju at xilinx.com>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> include/configs/xilinx_versal.h | 2 ++
> include/configs/xilinx_zynqmp.h | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
> index e0c78cbd11c2..99d58835887e 100644
> --- a/include/configs/xilinx_versal.h
> +++ b/include/configs/xilinx_versal.h
> @@ -66,6 +66,8 @@
> "pxefile_addr_r=0x10000000\0" \
> "kernel_addr_r=0x18000000\0" \
> "kernel_size_r=0x10000000\0" \
> + "kernel_comp_addr_r=0x30000000\0" \
> + "kernel_comp_size=0x3C00000\0" \
> "scriptaddr=0x20000000\0" \
> "ramdisk_addr_r=0x02100000\0" \
> "script_size_f=0x80000\0"
> diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
> index bfe8a204279b..262154cdffdc 100644
> --- a/include/configs/xilinx_zynqmp.h
> +++ b/include/configs/xilinx_zynqmp.h
> @@ -89,6 +89,8 @@
> "pxefile_addr_r=0x10000000\0" \
> "kernel_addr_r=0x18000000\0" \
> "kernel_size_r=0x10000000\0" \
> + "kernel_comp_addr_r=0x30000000\0" \
> + "kernel_comp_size=0x3C00000\0" \
> "scriptaddr=0x20000000\0" \
> "ramdisk_addr_r=0x02100000\0" \
> "script_size_f=0x80000\0" \
> --
> 2.32.0
>
Applied.
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
More information about the U-Boot
mailing list