Re: [PATCH v2] rockchip: rk35xx: expand space for decompressed kernel

2024-01-08 Thread Hugh Cole-Baker
Hi Jonas, On Sun, 7 Jan 2024 at 17:35, Jonas Karlman wrote: > > Hi Hugh, > > On 2023-12-26 17:43, Hugh Cole-Baker wrote: > > An uncompressed 6.7.0-rc1 Linux kernel Image built with the arm64 > > defconfig is about 40MB. This does not fit in to the space between > > kernel_comp_addr_r and fdt_addr

Re: [PATCH v2] rockchip: rk35xx: expand space for decompressed kernel

2024-01-07 Thread Jonas Karlman
Hi Hugh, On 2023-12-26 17:43, Hugh Cole-Baker wrote: > An uncompressed 6.7.0-rc1 Linux kernel Image built with the arm64 > defconfig is about 40MB. This does not fit in to the space between > kernel_comp_addr_r and fdt_addr_r, so when uncompressing an Image.gz > to this size, the FDT will be overw

Re: [PATCH v2] rockchip: rk35xx: expand space for decompressed kernel

2024-01-01 Thread Kever Yang
On 2023/12/27 00:43, Hugh Cole-Baker wrote: An uncompressed 6.7.0-rc1 Linux kernel Image built with the arm64 defconfig is about 40MB. This does not fit in to the space between kernel_comp_addr_r and fdt_addr_r, so when uncompressing an Image.gz to this size, the FDT will be overwritten. Rearra

[PATCH v2] rockchip: rk35xx: expand space for decompressed kernel

2023-12-26 Thread Hugh Cole-Baker
An uncompressed 6.7.0-rc1 Linux kernel Image built with the arm64 defconfig is about 40MB. This does not fit in to the space between kernel_comp_addr_r and fdt_addr_r, so when uncompressing an Image.gz to this size, the FDT will be overwritten. Rearrange addresses to have 128MiB for the kernel and