]> Git Repo - u-boot.git/commit
common: fdt_support: add support for setting usable memory
authorIgor Opaniuk <[email protected]>
Tue, 3 Dec 2019 12:04:46 +0000 (14:04 +0200)
committerStefano Babic <[email protected]>
Fri, 6 Dec 2019 11:09:25 +0000 (12:09 +0100)
commit949b5a969d107613b61a1e5eaf9e43c75a97f42c
tree80d8bf824579de0f032c64b4e908c146e68299db
parent1fae23899c7d6a7f44dec6a963d6c74ce5fe5c19
common: fdt_support: add support for setting usable memory

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 <[email protected]>
Signed-off-by: Sanchayan Maity <[email protected]>
Signed-off-by: Stefan Agner <[email protected]>
Reviewed-by: Oleksandr Suvorov <[email protected]>
common/fdt_support.c
include/fdt_support.h
This page took 0.033618 seconds and 4 git commands to generate.