This patchset adds phyFLEX-AM335x support. This is based on Jan's work and was rewitten for device tree and multi image support by Stefan. I cleaned up the code and rebased it to master. Teresa Jan Weitzel (2): net: cpsw: Allow gigabit connection net: micrel: Add ksz8081 support Stefan Müller-Klieser (2): boards: Add phytec-phyflex-am335x pfla03: add to am335x_defconfig arch/arm/boards/Makefile | 1 + arch/arm/boards/phytec-phyflex-am335x/Makefile | 3 + arch/arm/boards/phytec-phyflex-am335x/board.c | 100 ++++++ .../defaultenv-phyflex-am335x/boot/mmc | 8 + .../defaultenv-phyflex-am335x/boot/nand | 8 + .../defaultenv-phyflex-am335x/boot/spi | 8 + .../defaultenv-phyflex-am335x/config-board | 17 + arch/arm/boards/phytec-phyflex-am335x/lowlevel.c | 180 +++++++++++ arch/arm/configs/am335x_defconfig | 1 + arch/arm/configs/am335x_mlo_defconfig | 1 + arch/arm/dts/Makefile | 1 + arch/arm/dts/am335x-phytec-phyflex.dts | 356 +++++++++++++++++++++ arch/arm/mach-omap/Kconfig | 5 + drivers/net/cpsw.c | 3 +- drivers/net/phy/micrel.c | 10 +- images/Makefile.am33xx | 12 + 16 files changed, 711 insertions(+), 3 deletions(-) create mode 100644 arch/arm/boards/phytec-phyflex-am335x/Makefile create mode 100644 arch/arm/boards/phytec-phyflex-am335x/board.c create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/mmc create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/nand create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/spi create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/config-board create mode 100644 arch/arm/boards/phytec-phyflex-am335x/lowlevel.c create mode 100644 arch/arm/dts/am335x-phytec-phyflex.dts -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox