Re: [PATCH v3 10/10] FIT: add support to cache opened fit images

2024-07-04 Thread Marco Felsch
Hi Ahmad, On 24-07-03, Ahmad Fatoum wrote: > Hello Marco, > > On 03.07.24 18:58, Marco Felsch wrote: > > Cache the FIT image fit_open() calls to avoid loading the same FIT image > > twice. This is very useful if the same FIT image is used to provide the > > base devicetree, kernel and initrd as w

Re: [PATCH v3 10/10] FIT: add support to cache opened fit images

2024-07-03 Thread Ahmad Fatoum
Hello Marco, On 03.07.24 18:58, Marco Felsch wrote: > Cache the FIT image fit_open() calls to avoid loading the same FIT image > twice. This is very useful if the same FIT image is used to provide the > base devicetree, kernel and initrd as well as devicetree overlays. > > Signed-off-by: Marco Fe

[PATCH v3 10/10] FIT: add support to cache opened fit images

2024-07-03 Thread Marco Felsch
Cache the FIT image fit_open() calls to avoid loading the same FIT image twice. This is very useful if the same FIT image is used to provide the base devicetree, kernel and initrd as well as devicetree overlays. Signed-off-by: Marco Felsch --- common/image-fit.c | 32 +++