On Mon, Apr 06, 2020 at 10:08:43 +, Pankaj Bansal (OSS) wrote:
>
> > > +
> > > + FdBase = (UINTN)FixedPcdGet64 (PcdFdBaseAddress);
> > > + FdTop = FdBase + (UINTN)FixedPcdGet32 (PcdFdSize);
> > > +
> > > + // Declare memory regios to system
> >
> >regions
>
> OK
>
> -Original Message-
> From: Leif Lindholm
> Sent: Wednesday, April 1, 2020 6:13 PM
> To: Pankaj Bansal (OSS)
> Cc: Meenakshi Aggarwal ; Michael D Kinney
> ; devel@edk2.groups.io; Varun Sethi
> ; Samer El-Haj-Mahmoud mahm...@arm.com>; Jon Nettleton
> Subject: Re: [PATCH v2 15/28] Sil
On Fri, Mar 20, 2020 at 20:05:30 +0530, Pankaj Bansal wrote:
> From: Pankaj Bansal
>
> RAM retrieval using SMC commands is common to all Layerscape SOCs.
> Therefore, move it to commom MemoryInit Pei Lib.
>
> Signed-off-by: Pankaj Bansal
> ---
> Silicon/NXP/Include/DramInfo.h|
From: Pankaj Bansal
RAM retrieval using SMC commands is common to all Layerscape SOCs.
Therefore, move it to commom MemoryInit Pei Lib.
Signed-off-by: Pankaj Bansal
---
Silicon/NXP/Include/DramInfo.h| 38 -
.../Library/MemoryInitPei/MemoryInitPeiLib.c | 137 ++