Re: [PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-10-02 Thread Tom Rini
On Thu, Aug 27, 2020 at 09:52:46PM +0200, Soeren Moch wrote: > According to doc/README.distro fdt_addr must not be set when DTB is not > available from hardware. So remove this entry. > > Use address 32MB above the start of DRAM for kernel_addr_r. This way > we likely can avoid the self-relocatio

Re: [PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-10-02 Thread Stefano Babic
Hi Soeren, On 02.10.20 12:40, Soeren Moch wrote: > Stefano, Tom, > > I would really like to see this merged for v2020.10. Maybe there are no > other imx patches pending for v2020.10, Right, I do not see urgent fixes, and remaining patches will be merged after release. > so maybe Tom can pick up

Re: [PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-10-02 Thread Soeren Moch
Stefano, Tom, I would really like to see this merged for v2020.10. Maybe there are no other imx patches pending for v2020.10, so maybe Tom can pick up this directly (as the original patch for sysboot support, that was merged in -next for v2020.10-rc1)? This really is a fix for this newly added sy

Re: [PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-08-28 Thread Tom Rini
On Thu, Aug 27, 2020 at 09:52:46PM +0200, Soeren Moch wrote: > According to doc/README.distro fdt_addr must not be set when DTB is not > available from hardware. So remove this entry. > > Use address 32MB above the start of DRAM for kernel_addr_r. This way > we likely can avoid the self-relocatio

Re: [PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-08-27 Thread Fabio Estevam
Hi Soeren, On Thu, Aug 27, 2020 at 4:53 PM Soeren Moch wrote: > > According to doc/README.distro fdt_addr must not be set when DTB is not > available from hardware. So remove this entry. > > Use address 32MB above the start of DRAM for kernel_addr_r. This way > we likely can avoid the self-reloca

[PATCH 1/2] board: tbs2910: Use recommended distroboot addresses

2020-08-27 Thread Soeren Moch
According to doc/README.distro fdt_addr must not be set when DTB is not available from hardware. So remove this entry. Use address 32MB above the start of DRAM for kernel_addr_r. This way we likely can avoid the self-relocation of the compressed kernel image before it decompresses to offset 0x8000