RE: [PATCH v2] cmd: sf: prevent overwriting the reserved memory

2024-09-09 Thread Kummari, Prasad
marulasolutions.com; n-fran...@ti.com; d-g...@ti.com > Subject: Re: [PATCH v2] cmd: sf: prevent overwriting the reserved memory > > Caution: This message originated from an External Source. Use proper > caution when opening attachments, clicking links, or responding. > > > On

Re: [PATCH v2] cmd: sf: prevent overwriting the reserved memory

2024-09-09 Thread Sughosh Ganu
On Mon, 9 Sept 2024 at 15:15, Prasad Kummari wrote: > > Added LMB API to prevent SF command from overwriting reserved > memory areas. The current SPI code does not use LMB APIs for > loading data into memory addresses. To resolve this, LMB APIs > were added to check the load address of an SF comma

[PATCH v2] cmd: sf: prevent overwriting the reserved memory

2024-09-09 Thread Prasad Kummari
Added LMB API to prevent SF command from overwriting reserved memory areas. The current SPI code does not use LMB APIs for loading data into memory addresses. To resolve this, LMB APIs were added to check the load address of an SF command and ensure it does not overwrite reserved memory addresses.