misc: Add a driver to expose U-Boot environment variable data
Add a driver to expose U-Boot environment variable data as a single
mmap-able device, hiding various low-level details such as:

    * Preamble format differences
    * Read/write logic in presence of redundant partition

Not very useful on its own, it is a crucial low-level plumbing needed
by filesystem driver introduced in the following commit.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Cory Tusar <cory.tusar@zii.aero>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 001b421 commit 9fdbd39f320a4dca62c2537dd3b62ed4030b3c38
@Andrey Smirnov Andrey Smirnov authored on 4 Jun 2019
Sascha Hauer committed on 7 Jun 2019
Showing 4 changed files
View
Documentation/devicetree/bindings/barebox/barebox,uboot-environment.rst 0 → 100644
View
drivers/misc/Kconfig
View
drivers/misc/Makefile
View
drivers/misc/ubootvar.c 0 → 100644