Re: [PATCH v3] pstore: Add mem_type property DT parsing support

2021-03-31 Thread Kees Cook
On Tue, 23 Mar 2021 00:12:17 +0530, Mukesh Ojha wrote: > There could be a scenario where we define some region > in normal memory and use them store to logs which is later > retrieved by bootloader during warm reset. > > In this scenario, we wanted to treat this memory as normal > cacheable

Re: [PATCH v3] pstore: Add mem_type property DT parsing support

2021-03-30 Thread Mukesh Ojha
Hi Kees/All, Could you please review again?  I have addressed your comment made on last patch version. Thanks, Mukesh On 3/23/2021 12:12 AM, Mukesh Ojha wrote: There could be a scenario where we define some region in normal memory and use them store to logs which is later retrieved by

[PATCH v3] pstore: Add mem_type property DT parsing support

2021-03-22 Thread Mukesh Ojha
There could be a scenario where we define some region in normal memory and use them store to logs which is later retrieved by bootloader during warm reset. In this scenario, we wanted to treat this memory as normal cacheable memory instead of default behaviour which is an overhead. Making it