Re: [PATCH v2 1/5] boot/image-android: Workaround kernel/ramdisk invalid addr

2025-05-09 Thread Mattijs Korpershoek
Hi George, On jeu., mai 08, 2025 at 12:22, george chan wrote: > Hi Mattijs, > > Thx for feedback. > > 在 2025年5月7日週三 15:47,Mattijs Korpershoek 寫道: > >> Hi George, >> >> Thank you for the patch. >> I really prefer this solution to the one proposed in v1. >> >> I have tested this on Khadas VIM3 bo

Re: [PATCH v2 1/5] boot/image-android: Workaround kernel/ramdisk invalid addr

2025-05-08 Thread george chan
Hi Mattijs, Thx for feedback. 在 2025年5月7日週三 15:47,Mattijs Korpershoek 寫道: > Hi George, > > Thank you for the patch. > I really prefer this solution to the one proposed in v1. > > I have tested this on Khadas VIM3 board (using > khadas-vim3_android_defconfig) > > I have a couple of small remarks

Re: [PATCH v2 1/5] boot/image-android: Workaround kernel/ramdisk invalid addr

2025-05-07 Thread Mattijs Korpershoek
Hi Neil, On lun., mai 05, 2025 at 14:22, Neil Armstrong wrote: > On 05/05/2025 11:17, George Chan via B4 Relay wrote: >> From: George Chan >> >> Some androidboot image have invalid kernel/ramdisk load addr, >> force to ignore those value and use loadaddr instead. >> >> Suggested-by: Casey Co

Re: [PATCH v2 1/5] boot/image-android: Workaround kernel/ramdisk invalid addr

2025-05-07 Thread Mattijs Korpershoek
Hi George, Thank you for the patch. I really prefer this solution to the one proposed in v1. I have tested this on Khadas VIM3 board (using khadas-vim3_android_defconfig) I have a couple of small remarks below. On lun., mai 05, 2025 at 17:17, George Chan via B4 Relay wrote: > From: George Ch

Re: [PATCH v2 1/5] boot/image-android: Workaround kernel/ramdisk invalid addr

2025-05-05 Thread Neil Armstrong
On 05/05/2025 11:17, George Chan via B4 Relay wrote: From: George Chan Some androidboot image have invalid kernel/ramdisk load addr, force to ignore those value and use loadaddr instead. Suggested-by: Casey Connolly Signed-off-by: George Chan --- boot/Kconfig | 6 ++ boot/imag