[U-Boot-Users] Pushed "testing" branch for u-boot-fdt

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(-)

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

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
participants (2)
-
gvb.uboot
-
Wolfgang Denk