This patchset addresses all the comments regarding the initial patch [2/4]. The comments in respect of the function fdt_stdout_setup have been addressed by: - Removing the check on the existence of the /chosen node. - Returning an errno value instead of 1. The comments in respect of the MAC fixup function have been addressed by: - Removing the fixup function from the initial patch. - Updating eth_of_fixup to set the MAC address based on the Ethernet device node alias. Since eth_of_fixup is conditionally compiled, the P2020RDB configuration file in patch [4/4] is updated to enable CONFIG_OFDEVICE. Renaud Barbier (4): of: base: import of_find_node_by_type ppc: add and update device tree fixup functions ppc: bootm: relocate fdt to valid boot memory ppc: P2020RDB configuration update arch/ppc/boards/freescale-p2020rdb/env/bin/init | 3 + arch/ppc/boards/freescale-p2020rdb/env/config | 2 + arch/ppc/boards/freescale-p2020rdb/p2020rdb.c | 7 + arch/ppc/configs/p2020rdb_defconfig | 14 ++- arch/ppc/include/asm/processor.h | 2 + arch/ppc/lib/ppclinux.c | 49 ++++++++- arch/ppc/mach-mpc85xx/Makefile | 1 + arch/ppc/mach-mpc85xx/fdt.c | 146 +++++++++++++++++++++++ drivers/of/base.c | 29 +++++ include/of.h | 2 + net/eth.c | 20 ++-- 11 files changed, 264 insertions(+), 11 deletions(-) create mode 100644 arch/ppc/boards/freescale-p2020rdb/env/bin/init create mode 100644 arch/ppc/boards/freescale-p2020rdb/env/config create mode 100644 arch/ppc/mach-mpc85xx/fdt.c _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox