Re: [PATCH 34/35] efi: Show when allocated pages are used

2021-09-09 Thread Simon Glass
Hi Heinrich. On Thu, 9 Sept 2021 at 04:44, Heinrich Schuchardt wrote: > > > > On 9/9/21 10:57 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 8 Sept 2021 at 12:25, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 9/8/21 3:34 PM, Simon Glass wrote: > >>> Add a message here so that

Re: [PATCH 34/35] efi: Show when allocated pages are used

2021-09-09 Thread Heinrich Schuchardt
On 9/9/21 10:57 AM, Simon Glass wrote: Hi Heinrich, On Wed, 8 Sept 2021 at 12:25, Heinrich Schuchardt wrote: On 9/8/21 3:34 PM, Simon Glass wrote: Add a message here so that both paths of memory allocation are reported. Signed-off-by: Simon Glass --- lib/efi/efi_app.c | 1 + 1

Re: [PATCH 34/35] efi: Show when allocated pages are used

2021-09-09 Thread Simon Glass
Hi Heinrich, On Wed, 8 Sept 2021 at 12:25, Heinrich Schuchardt wrote: > > > > On 9/8/21 3:34 PM, Simon Glass wrote: > > Add a message here so that both paths of memory allocation are reported. > > > > Signed-off-by: Simon Glass > > --- > > > > lib/efi/efi_app.c | 1 + > > 1 file changed, 1

Re: [PATCH 34/35] efi: Show when allocated pages are used

2021-09-08 Thread Heinrich Schuchardt
On 9/8/21 3:34 PM, Simon Glass wrote: Add a message here so that both paths of memory allocation are reported. Signed-off-by: Simon Glass --- lib/efi/efi_app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/efi/efi_app.c b/lib/efi/efi_app.c index e0666d1fae2..c8f4784eb7d 100644

[PATCH 34/35] efi: Show when allocated pages are used

2021-09-08 Thread Simon Glass
Add a message here so that both paths of memory allocation are reported. Signed-off-by: Simon Glass --- lib/efi/efi_app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/efi/efi_app.c b/lib/efi/efi_app.c index e0666d1fae2..c8f4784eb7d 100644 --- a/lib/efi/efi_app.c +++