
On 29.04.2018 21:56, Daniel Schwierzeck wrote:
From: Álvaro Fernández Rojas noltari@gmail.com
Signed-off-by: Álvaro Fernández Rojas noltari@gmail.com Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com Signed-off-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
This replaces/updates patch 01/17 from patch series https://patchwork.ozlabs.org/cover/889542/. The update fixes some issues with Sandbox and adds unit-tests. The remaining patches from the patch series can be applied as-is when this patch has been committed.
Changes in v3:
- replace ioremap() with map_physmem()
- add unit tests
- fix checkpatch.pl warnings
Changes in v2:
- new patch
drivers/core/fdtaddr.c | 15 +++++++++++++++ drivers/core/read.c | 15 +++++++++++++++ include/dm/fdtaddr.h | 22 ++++++++++++++++++++++ include/dm/read.h | 32 ++++++++++++++++++++++++++++++++ test/dm/test-fdt.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 126 insertions(+)
applied to u-boot-mips/next