public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Update libfdt to 7b3fb789d2cd5fed818f439d0c7aed44b9860fab from dtc
@ 2007-10-29 15:42 Kumar Gala
  2007-10-29 20:19 ` Wolfgang Denk
  2007-10-30 11:55 ` Jerry Van Baren
  0 siblings, 2 replies; 5+ messages in thread
From: Kumar Gala @ 2007-10-29 15:42 UTC (permalink / raw)
  To: u-boot

Patch imports libfdt from dtc as of commit  
7b3fb789d2cd5fed818f439d0c7aed44b9860fab

This is a large patch thus located at the following locations:

http://gate.crashing.org/~galak/0001-Update-libfdt- 
to-7b3fb789d2cd5fed818f439d0c7aed44b98.patch

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

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
  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                  |   22 +-
  common/fdt_support.c              |   30 +--
  cpu/mpc83xx/cpu.c                 |    4 +-
  cpu/mpc83xx/pci.c                 |    4 +-
  include/fdt.h                     |   51 +---
  include/libfdt.h                  |  386 +++++++++++++++++++++---
  libfdt/fdt.c                      |   97 +++++-
  libfdt/fdt_ro.c                   |  609 ++++++++++++++++++++++ 
+--------------
  libfdt/fdt_rw.c                   |  129 +++++++--
  libfdt/fdt_strerror.c             |   54 +++-
  libfdt/fdt_sw.c                   |   92 ++++--
  libfdt/fdt_wip.c                  |   89 +++---
  libfdt/libfdt_internal.h          |   81 ++++-
  18 files changed, 1173 insertions(+), 489 deletions(-)

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

end of thread, other threads:[~2007-10-30 11:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 15:42 [U-Boot-Users] [PATCH] Update libfdt to 7b3fb789d2cd5fed818f439d0c7aed44b9860fab from dtc Kumar Gala
2007-10-29 20:19 ` Wolfgang Denk
2007-10-29 20:24   ` Kumar Gala
2007-10-29 20:31     ` Wolfgang Denk
2007-10-30 11:55 ` Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox