Re: [PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

2020-06-11 Thread Bin Meng
On Fri, Jun 12, 2020 at 3:18 AM Atish Patra wrote: > > On Wed, Jun 10, 2020 at 2:05 AM Bin Meng wrote: > > > > Hi Atish, > > > > On Wed, Jun 3, 2020 at 2:23 AM Atish Patra wrote: > > > > > > On Thu, May 28, 2020 at 1:47 AM Bin Meng wrote: > > > > > > > > From: Bin Meng > > > > > > > > The FDT

Re: [PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

2020-06-11 Thread Atish Patra
On Wed, Jun 10, 2020 at 2:05 AM Bin Meng wrote: > > Hi Atish, > > On Wed, Jun 3, 2020 at 2:23 AM Atish Patra wrote: > > > > On Thu, May 28, 2020 at 1:47 AM Bin Meng wrote: > > > > > > From: Bin Meng > > > > > > The FDT blob might not have sufficient space to hold a copy of > > > reserved memory

Re: [PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

2020-06-10 Thread Bin Meng
Hi Atish, On Wed, Jun 3, 2020 at 2:23 AM Atish Patra wrote: > > On Thu, May 28, 2020 at 1:47 AM Bin Meng wrote: > > > > From: Bin Meng > > > > The FDT blob might not have sufficient space to hold a copy of > > reserved memory node. Expand it before the copy. > > > > Reported-by: Rick Chen > >

Re: [PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

2020-06-02 Thread Atish Patra
On Thu, May 28, 2020 at 1:47 AM Bin Meng wrote: > > From: Bin Meng > > The FDT blob might not have sufficient space to hold a copy of > reserved memory node. Expand it before the copy. > > Reported-by: Rick Chen > Signed-off-by: Bin Meng > --- > > arch/riscv/lib/fdt_fixup.c | 6 ++ > 1 fil

[PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

2020-05-28 Thread Bin Meng
From: Bin Meng The FDT blob might not have sufficient space to hold a copy of reserved memory node. Expand it before the copy. Reported-by: Rick Chen Signed-off-by: Bin Meng --- arch/riscv/lib/fdt_fixup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/riscv/lib/fdt_fixup.c b/