[U-Boot] [PATCH 04/45] dm: core: Update ofnode to read binman-style flash entry
sjg at google.com
sjg at google.com
Tue Oct 9 23:55:35 UTC 2018
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 at chromium.org>
---
arch/sandbox/dts/sandbox.dts | 20 ++++++++++----------
arch/sandbox/dts/sandbox64.dts | 20 ++++++++++----------
drivers/core/of_extra.c | 27 +++++++++++++++++++--------
drivers/misc/cros_ec.c | 33 +++++++++++++++++----------------
include/dm/of_extra.h | 3 ++-
test/dm/ofnode.c | 16 ++++++++++++++++
6 files changed, 74 insertions(+), 45 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list