[U-Boot-Users] Please pull from 'libfdt' branch of

Kumar Gala galak at kernel.crashing.org
Thu Oct 25 23:20:25 CEST 2007


gvb,

Posting this link/git-tree with a clean update of latest libfdt from dtc
plus a few other patches related to libfdt.

Please pull from 'libfdt' branch of

	git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git libfdt

to receive the following updates:

 board/cm5200/cm5200.c             |    2
 board/freescale/mpc832xemds/pci.c |    2
 board/freescale/mpc8349emds/pci.c |    4
 board/freescale/mpc8349itx/pci.c  |    4
 board/freescale/mpc8360emds/pci.c |    2
 common/cmd_fdt.c                  |   28 -
 common/fdt_support.c              |   54 +-
 cpu/mpc83xx/cpu.c                 |    4
 cpu/mpc83xx/pci.c                 |    4
 include/fdt.h                     |   51 --
 include/libfdt.h                  |  390 ++++++++++++++++++--
 libfdt/fdt.c                      |   97 ++++-
 libfdt/fdt_ro.c                   |  713 +++++++++++++++++++-------------------
 libfdt/fdt_rw.c                   |  155 +++++---
 libfdt/fdt_strerror.c             |   54 ++
 libfdt/fdt_sw.c                   |   92 +++-
 libfdt/fdt_wip.c                  |   89 ++--
 libfdt/libfdt_internal.h          |   81 +++-
 18 files changed, 1198 insertions(+), 628 deletions(-)

Kumar Gala (3):
      Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
      Update libfdt to 7b3fb789d2cd5fed818f439d0c7aed44b9860fab from dtc
      Make no options to fdt print default to '/'





More information about the U-Boot mailing list