Re: [U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-10-09 Thread AKASHI Takahiro
# This discussion should be in ML as more people can join? On Tue, Oct 09, 2018 at 07:25:47PM +0200, Heinrich Schuchardt wrote: > On 10/09/2018 08:55 AM, AKASHI Takahiro wrote: > > On Sat, Oct 06, 2018 at 09:51:01AM +0200, Heinrich Schuchardt wrote: > >> On 09/30/2018 07:26 AM, Heinrich Schuchardt

Re: [U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-10-09 Thread Heinrich Schuchardt
On 10/09/2018 08:55 AM, AKASHI Takahiro wrote: > On Sat, Oct 06, 2018 at 09:51:01AM +0200, Heinrich Schuchardt wrote: >> On 09/30/2018 07:26 AM, Heinrich Schuchardt wrote: >>> From: AKASHI Takahiro >>> >>> Currently, image's image_base points to an address where the image was >>> temporarily uploa

Re: [U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-10-08 Thread AKASHI Takahiro
On Sat, Oct 06, 2018 at 09:51:01AM +0200, Heinrich Schuchardt wrote: > On 09/30/2018 07:26 AM, Heinrich Schuchardt wrote: > > From: AKASHI Takahiro > > > > Currently, image's image_base points to an address where the image was > > temporarily uploaded for further loading. Since efi_loader relocat

Re: [U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-10-06 Thread Heinrich Schuchardt
On 10/06/2018 09:51 AM, Heinrich Schuchardt wrote: > On 09/30/2018 07:26 AM, Heinrich Schuchardt wrote: >> From: AKASHI Takahiro >> >> Currently, image's image_base points to an address where the image was >> temporarily uploaded for further loading. Since efi_loader relocates >> the image to fina

Re: [U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-10-06 Thread Heinrich Schuchardt
On 09/30/2018 07:26 AM, Heinrich Schuchardt wrote: > From: AKASHI Takahiro > > Currently, image's image_base points to an address where the image was > temporarily uploaded for further loading. Since efi_loader relocates > the image to final destination, image_base and image_size should reflect >

[U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values

2018-09-29 Thread Heinrich Schuchardt
From: AKASHI Takahiro Currently, image's image_base points to an address where the image was temporarily uploaded for further loading. Since efi_loader relocates the image to final destination, image_base and image_size should reflect that. This bug was detected in UEFI SCT, "Loaded Image Protoc