Re: [U-Boot] efi_loader: detaching runtime

2019-06-21 Thread Ard Biesheuvel
On Fri, 21 Jun 2019 at 09:37, Alexander Graf wrote: > > > On 20.06.19 23:59, Heinrich Schuchardt wrote: > > Hello Alex, > > > > currently we have two code sections in U-Boot: > > > > * __efi_runtime/__efi_runtime_data (mapped to EFI_RUNTIME_SERVICES_CODE) > > * all other code (mapped to EFI_LOADER

Re: [U-Boot] efi_loader: detaching runtime

2019-06-21 Thread Alexander Graf
On 20.06.19 23:59, Heinrich Schuchardt wrote: Hello Alex, currently we have two code sections in U-Boot: * __efi_runtime/__efi_runtime_data (mapped to EFI_RUNTIME_SERVICES_CODE) * all other code (mapped to EFI_LOADER_DATA by add_u_boot_and_runtime()) All code and data that is not marked as __

Re: [U-Boot] efi_loader: detaching runtime

2019-06-20 Thread Heinrich Schuchardt
On 6/21/19 3:49 AM, AKASHI, Takahiro wrote: On Thu, Jun 20, 2019 at 11:59:12PM +0200, Heinrich Schuchardt wrote: Hello Alex, currently we have two code sections in U-Boot: * __efi_runtime/__efi_runtime_data (mapped to EFI_RUNTIME_SERVICES_CODE) * all other code (mapped to EFI_LOADER_DATA by ad

Re: [U-Boot] efi_loader: detaching runtime

2019-06-20 Thread AKASHI, Takahiro
On Thu, Jun 20, 2019 at 11:59:12PM +0200, Heinrich Schuchardt wrote: > Hello Alex, > > currently we have two code sections in U-Boot: > > * __efi_runtime/__efi_runtime_data (mapped to EFI_RUNTIME_SERVICES_CODE) > * all other code (mapped to EFI_LOADER_DATA by add_u_boot_and_runtime()) > > All co

[U-Boot] efi_loader: detaching runtime

2019-06-20 Thread Heinrich Schuchardt
Hello Alex, currently we have two code sections in U-Boot: * __efi_runtime/__efi_runtime_data (mapped to EFI_RUNTIME_SERVICES_CODE) * all other code (mapped to EFI_LOADER_DATA by add_u_boot_and_runtime()) All code and data that is not marked as __efi_runtime or __efi_runtime_data lives in a mem