Hi, this series adds ethernet support for the dove-cubox. I could only test this with barebox being loaded as second stage bootloader. As the lowlevel image, that should be loaded via uart into sram, is currently not booting. Michael Grzeschik (3): ARM: mvebu: make dove_memory_find reachable for drivers net: mv643xx: add driver support ARM: mvebu: add ethernet node arch/arm/dts/dove-cubox.dts | 4 + arch/arm/dts/dove.dtsi | 10 + arch/arm/mach-mvebu/dove.c | 4 +- arch/arm/mach-mvebu/include/mach/dove-regs.h | 3 + drivers/net/Kconfig | 5 + drivers/net/Makefile | 1 + drivers/net/mv643xx.c | 714 +++++++++++++++++++++++++++ drivers/net/mv643xx.h | 473 ++++++++++++++++++ 8 files changed, 1212 insertions(+), 2 deletions(-) create mode 100644 drivers/net/mv643xx.c create mode 100644 drivers/net/mv643xx.h -- 1.8.5.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox