Introduce non volatile device variables
Non volatile device variables are used to make device parameters
persistent. They are like normal non volatile variables, but set
the values of the device parameters with the corresponding name.
Every nv variable beginning with nv.dev is a non volatile device
variable. They have the form nv.dev.<devname>.<paramname> and act
on the parameter <paramname> of the device named <devname>.

The non volatile device variables are designated for example for
video modes, ethernet device ip addresses or mtd partitioning.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b17973f commit 699b4f80254de45a6ff45dff0a863e457dea7d89
@Sascha Hauer Sascha Hauer authored on 7 Jun 2016
Showing 4 changed files
View
Documentation/user/variables.rst
View
common/globalvar.c
View
include/globalvar.h
View
lib/parameter.c