Re: [PATCH] Added FDT PAD memory size while reserving memory for FDT to avoid some memory corruption issue

2024-02-14 Thread Selvakumar Velandi
On Sat, Feb 10, 2024 at 1:55 AM Tom Rini wrote: > On Fri, Feb 09, 2024 at 07:45:10PM +0530, Selvakumar Velandi wrote: > > > The FDT relocation is not disabled. I am adding the FDT PADDING bytes > while > > doing FDT reservation in the board_f file. > > Also update the

Re: [PATCH] Added FDT PAD memory size while reserving memory for FDT to avoid some memory corruption issue

2024-02-09 Thread Selvakumar Velandi
also. So without increasing the physical memory for the disable relocation use case, the fdt total size is updated. thus causing memory corruption On Fri, Feb 9, 2024 at 7:10 PM Tom Rini wrote: > On Fri, Feb 09, 2024 at 01:22:08PM +0530, Selvakumar Velandi wrote: > > Hi, > > >

[PATCH] Added FDT PAD memory size while reserving memory for FDT to avoid some memory corruption issue

2024-02-09 Thread Selvakumar Velandi
and inform the sender immediately.    *** From f128c309a0481363952f7196180f83ce37663191 Mon Sep 17 00:00:00 2001 From: Selvakumar Velandi Date: Wed, 7 Feb 2024 12:16:59 +0530 Subject: [PATCH] [PATCH] RISCV QEMU: Add PAD size during the FDT memory reservation and update the FDT size also