Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-28 Thread Heinrich Schuchardt
On 5/14/20 8:27 PM, Heinrich Schuchardt wrote: > On 5/14/20 2:38 PM, Michael Walle wrote: >> Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") >> already aligned the memory region to 64kb, but it does not align the >> actual efi runtime code. Thus it is likely, that efi_add_memory_m

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-15 Thread Michael Walle
Am 2020-05-15 01:04, schrieb Heinrich Schuchardt: On 5/15/20 12:27 AM, Heinrich Schuchardt wrote: On 5/15/20 12:02 AM, Michael Walle wrote: Am 2020-05-14 23:03, schrieb Heinrich Schuchardt: On 5/14/20 9:04 PM, Michael Walle wrote: Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: On 5/14/20

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Heinrich Schuchardt
On 5/15/20 12:27 AM, Heinrich Schuchardt wrote: > On 5/15/20 12:02 AM, Michael Walle wrote: >> Am 2020-05-14 23:03, schrieb Heinrich Schuchardt: >>> On 5/14/20 9:04 PM, Michael Walle wrote: Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: > On 5/14/20 2:38 PM, Michael Walle wrote: >>

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Heinrich Schuchardt
On 5/15/20 12:02 AM, Michael Walle wrote: > Am 2020-05-14 23:03, schrieb Heinrich Schuchardt: >> On 5/14/20 9:04 PM, Michael Walle wrote: >>> Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: On 5/14/20 2:38 PM, Michael Walle wrote: > Commit 7a82c3051c8f ("efi_loader: Align runtime section

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Michael Walle
Am 2020-05-14 23:03, schrieb Heinrich Schuchardt: On 5/14/20 9:04 PM, Michael Walle wrote: Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: On 5/14/20 2:38 PM, Michael Walle wrote: Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") already aligned the memory region to 64kb, but

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Heinrich Schuchardt
On 5/14/20 9:04 PM, Michael Walle wrote: > Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: >> On 5/14/20 2:38 PM, Michael Walle wrote: >>> Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") >>> already aligned the memory region to 64kb, but it does not align the >>> actual efi runt

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Michael Walle
Am 2020-05-14 20:27, schrieb Heinrich Schuchardt: On 5/14/20 2:38 PM, Michael Walle wrote: Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") already aligned the memory region to 64kb, but it does not align the actual efi runtime code. Thus it is likely, that efi_add_memory_map()

Re: [PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Heinrich Schuchardt
On 5/14/20 2:38 PM, Michael Walle wrote: > Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") > already aligned the memory region to 64kb, but it does not align the > actual efi runtime code. Thus it is likely, that efi_add_memory_map() > actually adds a larger memory region than the

[PATCH 1/4] efi_loader: aarch64: align runtime section to 64kb

2020-05-14 Thread Michael Walle
Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") already aligned the memory region to 64kb, but it does not align the actual efi runtime code. Thus it is likely, that efi_add_memory_map() actually adds a larger memory region than the efi runtime code really is, which is no error I