Re: [PATCH v2 01/14] qcs404: sysmap: Don't map reserved memory ranges

2023-02-10 Thread Tom Rini
On Wed, Feb 01, 2023 at 07:28:48PM +0530, Sumit Garg wrote: > Currently u-boot maps whole of 1G RAM but there reserved memory ranges on > QCS404 which are reserved for TrustZone, various firmware components etc. > Any access to these reserved memory ranges causes a bus hang issue. So > disable

[PATCH v2 01/14] qcs404: sysmap: Don't map reserved memory ranges

2023-02-01 Thread Sumit Garg
Currently u-boot maps whole of 1G RAM but there reserved memory ranges on QCS404 which are reserved for TrustZone, various firmware components etc. Any access to these reserved memory ranges causes a bus hang issue. So disable mapping for reserved memory ranges in u-boot. Signed-off-by: Sumit