Re: [PATCH] SoC: sdm845: find and save KASLR to env variables

2023-01-11 Thread Dzmitry Sankouski
Right. ср, 11 янв. 2023 г. в 05:36, Peter Robinson : > > On Tue, Dec 27, 2022 at 7:47 PM Dzmitry Sankouski > wrote: > > > > KASLR address is needed to boot fully functional Android. > > KASLR is set by primary bootloader, and since u-boot is used > > as a secondary bootloader(replacing kernel)

Re: [PATCH] SoC: sdm845: find and save KASLR to env variables

2023-01-10 Thread Peter Robinson
On Tue, Dec 27, 2022 at 7:47 PM Dzmitry Sankouski wrote: > > KASLR address is needed to boot fully functional Android. > KASLR is set by primary bootloader, and since u-boot is used > as a secondary bootloader(replacing kernel) on sdm845 platform, > KASLR may be found by comparing memory chunks

Re: [PATCH] SoC: sdm845: find and save KASLR to env variables

2023-01-10 Thread Tom Rini
On Tue, Dec 27, 2022 at 10:47:09PM +0300, Dzmitry Sankouski wrote: > KASLR address is needed to boot fully functional Android. > KASLR is set by primary bootloader, and since u-boot is used > as a secondary bootloader(replacing kernel) on sdm845 platform, > KASLR may be found by comparing memory

Re: [PATCH] SoC: sdm845: find and save KASLR to env variables

2023-01-10 Thread Ramon Fried
On Tue, Dec 27, 2022 at 9:47 PM Dzmitry Sankouski wrote: > > KASLR address is needed to boot fully functional Android. > KASLR is set by primary bootloader, and since u-boot is used > as a secondary bootloader(replacing kernel) on sdm845 platform, > KASLR may be found by comparing memory chunks

[PATCH] SoC: sdm845: find and save KASLR to env variables

2022-12-27 Thread Dzmitry Sankouski
KASLR address is needed to boot fully functional Android. KASLR is set by primary bootloader, and since u-boot is used as a secondary bootloader(replacing kernel) on sdm845 platform, KASLR may be found by comparing memory chunks at relocaddr over supposed KASLR range. Signed-off-by: Dzmitry