Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-03-07 Thread Cédric Le Goater
On 3/7/23 15:00, Kevin Wolf wrote: Am 03.03.2023 um 23:51 hat Maciej S. Szmigiero geschrieben: On 8.02.2023 12:19, Cédric Le Goater wrote: On 2/7/23 13:48, Kevin Wolf wrote: Am 07.02.2023 um 10:19 hat Cédric Le Goater geschrieben: On 2/7/23 09:38, Kevin Wolf wrote: Am 06.02.2023 um 16:54

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-03-07 Thread Kevin Wolf
Am 03.03.2023 um 23:51 hat Maciej S. Szmigiero geschrieben: > On 8.02.2023 12:19, Cédric Le Goater wrote: > > On 2/7/23 13:48, Kevin Wolf wrote: > > > Am 07.02.2023 um 10:19 hat Cédric Le Goater geschrieben: > > > > On 2/7/23 09:38, Kevin Wolf wrote: > > > > > Am 06.02.2023 um 16:54 hat Cédric Le

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-03-03 Thread Maciej S. Szmigiero
On 8.02.2023 12:19, Cédric Le Goater wrote: On 2/7/23 13:48, Kevin Wolf wrote: Am 07.02.2023 um 10:19 hat Cédric Le Goater geschrieben: On 2/7/23 09:38, Kevin Wolf wrote: Am 06.02.2023 um 16:54 hat Cédric Le Goater geschrieben: On 1/20/23 13:25, Kevin Wolf wrote: From: Xiang Zheng

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-02-08 Thread Cédric Le Goater
On 2/7/23 13:48, Kevin Wolf wrote: Am 07.02.2023 um 10:19 hat Cédric Le Goater geschrieben: On 2/7/23 09:38, Kevin Wolf wrote: Am 06.02.2023 um 16:54 hat Cédric Le Goater geschrieben: On 1/20/23 13:25, Kevin Wolf wrote: From: Xiang Zheng Currently we fill the VIRT_FLASH memory space with

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-02-07 Thread Kevin Wolf
Am 07.02.2023 um 10:19 hat Cédric Le Goater geschrieben: > On 2/7/23 09:38, Kevin Wolf wrote: > > Am 06.02.2023 um 16:54 hat Cédric Le Goater geschrieben: > > > On 1/20/23 13:25, Kevin Wolf wrote: > > > > From: Xiang Zheng > > > > > > > > Currently we fill the VIRT_FLASH memory space with two

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-02-07 Thread Cédric Le Goater
On 2/7/23 09:38, Kevin Wolf wrote: Am 06.02.2023 um 16:54 hat Cédric Le Goater geschrieben: On 1/20/23 13:25, Kevin Wolf wrote: From: Xiang Zheng Currently we fill the VIRT_FLASH memory space with two 64MB NOR images when using persistent UEFI variables on virt board. Actually we only use a

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-02-07 Thread Kevin Wolf
Am 06.02.2023 um 16:54 hat Cédric Le Goater geschrieben: > On 1/20/23 13:25, Kevin Wolf wrote: > > From: Xiang Zheng > > > > Currently we fill the VIRT_FLASH memory space with two 64MB NOR images > > when using persistent UEFI variables on virt board. Actually we only use > > a very

Re: [PULL 03/38] pflash: Only read non-zero parts of backend image

2023-02-06 Thread Cédric Le Goater
Hello, On 1/20/23 13:25, Kevin Wolf wrote: From: Xiang Zheng Currently we fill the VIRT_FLASH memory space with two 64MB NOR images when using persistent UEFI variables on virt board. Actually we only use a very small(non-zero) part of the memory while the rest significant large(zero) part of

[PULL 03/38] pflash: Only read non-zero parts of backend image

2023-01-20 Thread Kevin Wolf
From: Xiang Zheng Currently we fill the VIRT_FLASH memory space with two 64MB NOR images when using persistent UEFI variables on virt board. Actually we only use a very small(non-zero) part of the memory while the rest significant large(zero) part of memory is wasted. So this patch checks the