Re: [PATCH] common: bootm: support locating kernel in FIT image in zero page

2023-07-26 Thread Sascha Hauer
On Tue, Jul 18, 2023 at 12:02:48PM +0200, Ahmad Fatoum wrote: > Since commit 7e2f6a1ffd64 ("uimage: disable zero page when loading to > SDRAM at address 0x0"), we allow locating images loaded from files at > address zero if that's within the SDRAM. This only applied to images > loaded with

Re: [PATCH] common: bootm: support locating kernel in FIT image in zero page

2023-07-21 Thread Michael Tretter
On Tue, 18 Jul 2023 12:02:48 +0200, Ahmad Fatoum wrote: > Since commit 7e2f6a1ffd64 ("uimage: disable zero page when loading to > SDRAM at address 0x0"), we allow locating images loaded from files at > address zero if that's within the SDRAM. This only applied to images > loaded with

[PATCH] common: bootm: support locating kernel in FIT image in zero page

2023-07-19 Thread Ahmad Fatoum
Since commit 7e2f6a1ffd64 ("uimage: disable zero page when loading to SDRAM at address 0x0"), we allow locating images loaded from files at address zero if that's within the SDRAM. This only applied to images loaded with file_to_sdram() and images that were already in RAM were still not allowed to

Re: [PATCH] common: bootm: support locating kernel in FIT image in zero page

2023-07-18 Thread Steffen Trumtrar
On Tue, Jul 18, 2023 at 12:02:48PM +0200, Ahmad Fatoum wrote: > Since commit 7e2f6a1ffd64 ("uimage: disable zero page when loading to > SDRAM at address 0x0"), we allow locating images loaded from files at > address zero if that's within the SDRAM. This only applied to images > loaded with