Re: [PATCH v4 0/3] Support 64-bit address of initrd

2024-12-16 Thread Jim Shu
I'm sorry for the wrong ping. The email to apply my patch is placed in the spam mail On Tue, Dec 17, 2024 at 12:01 PM Jim Shu wrote: > > Hi, > > Gentle ping on this patch > > Thanks, > Jim Shu > > > > > > On Wed, Nov 20, 2024 at 11:39 PM Jim Shu wrote: > > > > Support to load DTB after 3GB o

Re: [PATCH v4 0/3] Support 64-bit address of initrd

2024-12-16 Thread Jim Shu
Hi, Gentle ping on this patch Thanks, Jim Shu On Wed, Nov 20, 2024 at 11:39 PM Jim Shu wrote: > > Support to load DTB after 3GB on RV64 system, so that larger initrd > doesn't be overlapped to DTB. DTB loading now will check if overlapping > to kernel/initrd and report this error. > > Verif

Re: [PATCH v4 0/3] Support 64-bit address of initrd

2024-12-02 Thread Alistair Francis
On Thu, Nov 21, 2024 at 12:40 AM Jim Shu wrote: > > Support to load DTB after 3GB on RV64 system, so that larger initrd > doesn't be overlapped to DTB. DTB loading now will check if overlapping > to kernel/initrd and report this error. > > Verify the patch via running 4GB initramfs on the virt mac

[PATCH v4 0/3] Support 64-bit address of initrd

2024-11-20 Thread Jim Shu
Support to load DTB after 3GB on RV64 system, so that larger initrd doesn't be overlapped to DTB. DTB loading now will check if overlapping to kernel/initrd and report this error. Verify the patch via running 4GB initramfs on the virt machine. Changes for v4: - Update the comments of loading