Re: [PATCH v4 1/3] fdtdec: optionally add property no-map to created reserved memory node

2020-09-26 Thread Simon Glass
On Thu, 10 Sep 2020 at 02:50, Patrice Chotard wrote: > > From: Etienne Carriere > > Add boolean input argument @no_map to helper function > fdtdec_add_reserved_memory() to add or not "no-map" property > for an added reserved memory node. > > Property no-map is used by the Linux kernel to not not

Re: [PATCH v4 1/3] fdtdec: optionally add property no-map to created reserved memory node

2020-09-16 Thread Simon Glass
On Thu, 10 Sep 2020 at 02:50, Patrice Chotard wrote: > > From: Etienne Carriere > > Add boolean input argument @no_map to helper function > fdtdec_add_reserved_memory() to add or not "no-map" property > for an added reserved memory node. > > Property no-map is used by the Linux kernel to not not

[PATCH v4 1/3] fdtdec: optionally add property no-map to created reserved memory node

2020-09-10 Thread Patrice Chotard
From: Etienne Carriere Add boolean input argument @no_map to helper function fdtdec_add_reserved_memory() to add or not "no-map" property for an added reserved memory node. Property no-map is used by the Linux kernel to not not map memory in its static memory mapping. It is needed for example fo