* [U-Boot-Users] Pushed "testing" branch for u-boot-fdt
@ 2007-11-22 22:46 gvb.uboot
2007-11-22 23:56 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: gvb.uboot @ 2007-11-22 22:46 UTC (permalink / raw)
To: u-boot
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot-Users] Pushed "testing" branch for u-boot-fdt
2007-11-22 22:46 [U-Boot-Users] Pushed "testing" branch for u-boot-fdt gvb.uboot
@ 2007-11-22 23:56 ` Wolfgang Denk
2007-11-23 0:36 ` gvb.uboot
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2007-11-22 23:56 UTC (permalink / raw)
To: u-boot
In message <474606B9.4080308@gmail.com> you wrote:
> 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(-)
Merged into u-boot-testing branch.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I find this a nice feature but it is not according to the documen-
tation. Or is it a BUG?" "Let's call it an accidental feature. :-)"
- Larry Wall in <6909@jpl-devvax.JPL.NASA.GOV>
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot-Users] Pushed "testing" branch for u-boot-fdt
2007-11-22 23:56 ` Wolfgang Denk
@ 2007-11-23 0:36 ` gvb.uboot
0 siblings, 0 replies; 3+ messages in thread
From: gvb.uboot @ 2007-11-23 0:36 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
> In message <474606B9.4080308@gmail.com> you wrote:
>> 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
[snip]
> Merged into u-boot-testing branch.
>
> Best regards,
> Wolfgang Denk
Hi Wolfgang,
I expected to let it age a bit first, but that works for me. :-)
Thanks,
gvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-23 0:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 22:46 [U-Boot-Users] Pushed "testing" branch for u-boot-fdt gvb.uboot
2007-11-22 23:56 ` Wolfgang Denk
2007-11-23 0:36 ` gvb.uboot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox