Re: [PATCH] board: rpi: Update memory layout for Aarch64

2024-07-18 Thread Tom Rini
On Wed, Jul 17, 2024 at 03:32:00PM -0300, Walter Lozano wrote: > > > On 7/17/24 12:44, Tom Rini wrote: > > On Wed, Jul 17, 2024 at 11:59:50AM +0100, Peter Robinson wrote: > > > On Tue, 16 Jul 2024 at 18:21, Tom Rini wrote: > > > > > > > > On Tue, Jul 16, 2024 at 02:16:02PM -0300, Walter Lozano

Re: [PATCH] board: rpi: Update memory layout for Aarch64

2024-07-17 Thread Walter Lozano
On 7/17/24 12:44, Tom Rini wrote: On Wed, Jul 17, 2024 at 11:59:50AM +0100, Peter Robinson wrote: On Tue, 16 Jul 2024 at 18:21, Tom Rini wrote: On Tue, Jul 16, 2024 at 02:16:02PM -0300, Walter Lozano wrote: ARM and Aarch64 have different restrictions and trying to accommodate larger kern

Re: [PATCH] board: rpi: Update memory layout for Aarch64

2024-07-17 Thread Tom Rini
On Wed, Jul 17, 2024 at 11:59:50AM +0100, Peter Robinson wrote: > On Tue, 16 Jul 2024 at 18:21, Tom Rini wrote: > > > > On Tue, Jul 16, 2024 at 02:16:02PM -0300, Walter Lozano wrote: > > > > > ARM and Aarch64 have different restrictions and trying to accommodate > > > larger kernels like the ones

Re: [PATCH] board: rpi: Update memory layout for Aarch64

2024-07-17 Thread Peter Robinson
On Tue, 16 Jul 2024 at 18:21, Tom Rini wrote: > > On Tue, Jul 16, 2024 at 02:16:02PM -0300, Walter Lozano wrote: > > > ARM and Aarch64 have different restrictions and trying to accommodate > > larger kernels like the ones used in distros can be challenging. For this > > reason, separate the layout

Re: [PATCH] board: rpi: Update memory layout for Aarch64

2024-07-16 Thread Tom Rini
On Tue, Jul 16, 2024 at 02:16:02PM -0300, Walter Lozano wrote: > ARM and Aarch64 have different restrictions and trying to accommodate > larger kernels like the ones used in distros can be challenging. For this > reason, separate the layout and rearrange the map for Aarch64 to support > kernels la

[PATCH] board: rpi: Update memory layout for Aarch64

2024-07-16 Thread Walter Lozano
ARM and Aarch64 have different restrictions and trying to accommodate larger kernels like the ones used in distros can be challenging. For this reason, separate the layout and rearrange the map for Aarch64 to support kernels larger than 36 MB. Signed-off-by: Walter Lozano --- board/raspberrypi/