From: gvb.uboot <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pushed "testing" branch for u-boot-fdt
Date: Thu, 22 Nov 2007 17:46:17 -0500 [thread overview]
Message-ID: <474606B9.4080308@gmail.com> (raw)
For your Thanksgiving pleasure, I created a "testing" branch and pushed
it to the u-boot-fdt sub-repo. This reflects Kumar's work updating
libfdt and additional improvements. I need to go back through my
"patches on ice" list and see what still applies (literally and
figuratively :-/), but we're making progress again.
Enjoy,
gvb
The following changes since commit 4a43719a7738712811d822ca8125427b27a55cdc:
Grant Likely (1):
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
are available in the git repository at:
<http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-fdt.git;a=shortlog;h=testing>
Gerald Van Baren (1):
Fix fdt printing for updated libfdt
Kumar Gala (8):
[BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
Removed some nonused fdt functions and moved fdt_find_and_setprop
out of libfdt
Make no options to fdt print default to '/'
Move do_fixup* for libfdt into common code
Update libfdt from device tree compiler (dtc)
Fix warnings from import of libfdt
Add fdt_fixup_ethernet helper to set mac addresses
Add additional fdt fixup helper functions
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 | 76 +++--
common/fdt_support.c | 183 ++++++++--
cpu/mpc5xxx/cpu.c | 40 +--
cpu/mpc8260/cpu.c | 30 +--
cpu/mpc83xx/cpu.c | 4 +-
cpu/mpc83xx/pci.c | 4 +-
include/fdt.h | 51 +--
include/fdt_support.h | 16 +
include/libfdt.h | 715
++++++++++++++++++++++++++++++++----
libfdt/Makefile | 2 +-
libfdt/fdt.c | 102 +++++-
libfdt/fdt_ro.c | 735
++++++++++++++++++++-----------------
libfdt/fdt_rw.c | 271 ++++++++++----
libfdt/fdt_strerror.c | 59 +++-
libfdt/fdt_sw.c | 97 +++--
libfdt/fdt_wip.c | 94 +++---
libfdt/libfdt_internal.h | 81 ++++-
22 files changed, 1793 insertions(+), 781 deletions(-)
next reply other threads:[~2007-11-22 22:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-22 22:46 gvb.uboot [this message]
2007-11-22 23:56 ` [U-Boot-Users] Pushed "testing" branch for u-boot-fdt Wolfgang Denk
2007-11-23 0:36 ` gvb.uboot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=474606B9.4080308@gmail.com \
--to=gvb.uboot@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.