All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] libfdt: sync fdt_wip.c with upstream
@ 2017-11-27  7:06 Masahiro Yamada
  2017-11-27  7:06 ` [U-Boot] [PATCH 1/2] libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c Masahiro Yamada
  2017-11-27  7:06 ` [U-Boot] [PATCH 2/2] libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c Masahiro Yamada
  0 siblings, 2 replies; 7+ messages in thread
From: Masahiro Yamada @ 2017-11-27  7:06 UTC (permalink / raw)
  To: u-boot


Masahiro Yamada (2):
  libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c
  libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c

 lib/libfdt/Makefile     |   4 +-
 lib/libfdt/fdt_region.c | 129 +++++++++++++++++++++++++++
 lib/libfdt/fdt_wip.c    | 229 +-----------------------------------------------
 tools/Makefile          |   4 +-
 tools/libfdt/fdt_wip.c  |   2 +
 5 files changed, 137 insertions(+), 231 deletions(-)
 create mode 100644 tools/libfdt/fdt_wip.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-04 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27  7:06 [U-Boot] [PATCH 0/2] libfdt: sync fdt_wip.c with upstream Masahiro Yamada
2017-11-27  7:06 ` [U-Boot] [PATCH 1/2] libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c Masahiro Yamada
2017-11-27 17:12   ` Simon Glass
2017-12-04 18:36   ` [U-Boot] [U-Boot, " Tom Rini
2017-11-27  7:06 ` [U-Boot] [PATCH 2/2] libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c Masahiro Yamada
2017-11-27 17:12   ` Simon Glass
2017-12-04 18:36   ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.