Re: [PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-29 Thread Clément Leger
Hi Ahmad - On 29 Jun, 2020, at 10:15, Ahmad Fatoum a.fat...@pengutronix.de wrote: > Hello, > > On 6/24/20 9:15 AM, Clément Leger wrote: >>> You already flushed out the dcache contents to the point of unification. >>> What do you gain by invalidating it? >> >> Indeed, this is not strictly

Re: [PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-29 Thread Ahmad Fatoum
Hello Clement, On 6/29/20 10:23 AM, Clément Leger wrote: > Hi Ahmad > > - On 29 Jun, 2020, at 10:15, Ahmad Fatoum a.fat...@pengutronix.de wrote: > >> Hello, >> >> On 6/24/20 9:15 AM, Clément Leger wrote: You already flushed out the dcache contents to the point of unification. What

Re: [PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-29 Thread Ahmad Fatoum
Hello, On 6/24/20 9:15 AM, Clément Leger wrote: >> You already flushed out the dcache contents to the point of unification. >> What do you gain by invalidating it? > > Indeed, this is not strictly necessary, it just allow to boot the elf without > a > dirty D-cache. But actually, the booted

Re: [PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-24 Thread Clément Leger
Hi Ahmad, - On 24 Jun, 2020, at 08:17, Ahmad Fatoum a.fat...@pengutronix.de wrote: > On 6/23/20 9:35 PM, Clement Leger wrote: >> From: Clement Leger >> >> In order to boot elfs files, add bootm command support for kvx. This support >> can boot elf files using bootm elf support. initrd and

Re: [PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-24 Thread Ahmad Fatoum
On 6/23/20 9:35 PM, Clement Leger wrote: > From: Clement Leger > > In order to boot elfs files, add bootm command support for kvx. This support > can boot elf files using bootm elf support. initrd and device-tree handling > is also included and loads them after the elf file load address. > >

[PATCH 4/4] kvx: add support for elf loading using bootm

2020-06-23 Thread Clement Leger
From: Clement Leger In order to boot elfs files, add bootm command support for kvx. This support can boot elf files using bootm elf support. initrd and device-tree handling is also included and loads them after the elf file load address. Signed-off-by: Clement Leger --- arch/kvx/Kconfig