]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Update ofnode to read binman-style flash entry
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:08 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commitf3f508005e4162acd1315f63c686984de01e222a
tree658f9ce8514a3217360cc91bff053359e3583964
parentc709da4a7bae1a0a0b7d5130288db8cd03475ee9
dm: core: Update ofnode to read binman-style flash entry

At present ofnode_read_fmap_entry() reads a flash map entry in a format
which is not supported by binman. To allow use to use binman-format
descriptions, update this function.

Also add a simple test.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox64.dts
arch/sandbox/dts/test.dts
drivers/core/of_extra.c
drivers/misc/cros_ec.c
include/dm/of_extra.h
test/dm/ofnode.c