RE: [PATCH] armv8: fsl-layerscape: use previous aligned address for gic_lpi_base

2022-02-25 Thread Z.Q. Hou
; > u-boot@lists.denx.de > Subject: RE: [PATCH] armv8: fsl-layerscape: use previous aligned address for > gic_lpi_base > > Hi Marc, Zhiqiang > > > -Original Message- > > From: Marc Zyngier > > Sent: Monday, February 21, 2022 4:23 PM > > To: Michael

RE: [PATCH] armv8: fsl-layerscape: use previous aligned address for gic_lpi_base

2022-02-21 Thread Wasim Khan (OSS)
e; Wasim Khan > Subject: Re: [PATCH] armv8: fsl-layerscape: use previous aligned address for > gic_lpi_base > > On Mon, 21 Feb 2022 10:24:36 +, > Michael Walle wrote: > > > > Hi, > > > > Am 2022-02-21 11:16, schrieb Wasim Khan: > > > From: W

Re: [PATCH] armv8: fsl-layerscape: use previous aligned address for gic_lpi_base

2022-02-21 Thread Marc Zyngier
On Mon, 21 Feb 2022 10:24:36 +, Michael Walle wrote: > > Hi, > > Am 2022-02-21 11:16, schrieb Wasim Khan: > > From: Wasim Khan > > > > Memory after gd->arch.resv_ram is reserved for MC block. > > Use ALIGN_DOWN to avoid updating MC block for unaligned > > address. > > I cannot really tell

Re: [PATCH] armv8: fsl-layerscape: use previous aligned address for gic_lpi_base

2022-02-21 Thread Michael Walle
Hi, Am 2022-02-21 11:16, schrieb Wasim Khan: From: Wasim Khan Memory after gd->arch.resv_ram is reserved for MC block. Use ALIGN_DOWN to avoid updating MC block for unaligned address. I cannot really tell what you are trying to do here. But I know Marc has offered to also take a look at the

[PATCH] armv8: fsl-layerscape: use previous aligned address for gic_lpi_base

2022-02-21 Thread Wasim Khan
From: Wasim Khan Memory after gd->arch.resv_ram is reserved for MC block. Use ALIGN_DOWN to avoid updating MC block for unaligned address. Signed-off-by: Wasim Khan --- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv