From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 14 Oct 2019 12:40:36 +0000 (UTC) Subject: [U-Boot] [PATCH v1 1/2] common: fdt_support: add support for setting usable memory In-Reply-To: <20190712105031.11455-2-igor.opaniuk@gmail.com> Message-ID: <20191014124207.2FD51C21DCA@lists.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Igor Opaniuk > Add support for setting linux,usable-memory property in the memory > node of device tree for the kernel [1]. > This property holds a base address and size, describing a > limited region in which memory may be considered available for use by > the kernel. Memory outside of this range is not available for use. > [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/chosen.txt > Signed-off-by: Igor Opaniuk > Signed-off-by: Sanchayan Maity > Signed-off-by: Stefan Agner > Signed-off-by: Igor Opaniuk > Reviewed-by: Oleksandr Suvorov Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================