Re: [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations

2018-06-22 Thread Simon Glass
Hi Alex, On 21 June 2018 at 10:45, Alexander Graf wrote: > On 06/18/2018 04:08 PM, Simon Glass wrote: >> >> Add some more verbose debugging when doing memory allocations. This might >> help to find bugs later. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v8: None >> Changes in v7: No

Re: [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations

2018-06-21 Thread Alexander Graf
On 06/18/2018 04:08 PM, Simon Glass wrote: Add some more verbose debugging when doing memory allocations. This might help to find bugs later. Signed-off-by: Simon Glass --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None C

Re: [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations

2018-06-18 Thread Alexander Graf
On 06/18/2018 04:08 PM, Simon Glass wrote: Add some more verbose debugging when doing memory allocations. This might help to find bugs later. Signed-off-by: Simon Glass Very useful indeed. Reviewed-by: Alexander Graf Alex ___ U-Boot mailing lis

[U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations

2018-06-18 Thread Simon Glass
Add some more verbose debugging when doing memory allocations. This might help to find bugs later. Signed-off-by: Simon Glass --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None lib/efi_loader/efi_boott