Re: [U-Boot] [PATCH v4] drivers: net: mc: Report extra memory to Linux

2019-08-22 Thread Prabhakar Kushwaha
> -Original Message- > From: Meenakshi Aggarwal > Sent: Thursday, May 23, 2019 3:14 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > > Cc: Meenakshi Aggarwal > Subject: [PATCH v4] drivers: net: mc: Report extra memory to Linux > > MC firmware need to be aligned to 512M, so minimum 5

[U-Boot] [PATCH v4] drivers: net: mc: Report extra memory to Linux

2019-05-22 Thread Meenakshi Aggarwal
MC firmware need to be aligned to 512M, so minimum 512MB DDR is reserved. But MC support to work with 128MB or 256MB DDR memory also, in this case, rest of the memory is not usable. So reporting this extra memory to Linux through dtb memory fixup. Signed-off-by: Meenakshi Aggarwal --- changed for