This is the third version of the patch serie. This patch serie was rebased on top of the two posted patches: http://lists.denx.de/pipermail/u-boot/2011-June/094432.html http://lists.denx.de/pipermail/u-boot/2011-June/094433.html Initial cover letter message: Beside the board support some small cleanup was done and the phy_reset funtion for mgcoge3un was implemented. Additionaly the suen3 and suen8 target are collected in one target km_kirkwood. For new targets which differ only in the usage of the PCI interface on kirkwood a target km_kirkwood_pci was introduced, but they use all the same header file. All keymile boards compile cleanly and checkpatch reports no errors or warnings.
Holger Brunck (2): arm/km: remove unneeded define arm/km: replace suenx targets with km_kirkwood Valentin Longchamp (3): arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS arm/km: ethernet support for mgcoge3un arm/km: add support for portl2 board MAINTAINERS | 7 ++- MAKEALL | 3 +- board/keymile/km_arm/km_arm.c | 45 ++++++++++++++- boards.cfg | 5 +- include/configs/km/km_arm.h | 4 +- include/configs/{suen3.h => km_kirkwood.h} | 18 +++++-- include/configs/mgcoge3un.h | 5 ++ include/configs/portl2.h | 81 ++++++++++++++++++++++++++++ include/configs/suen8.h | 50 ----------------- 9 files changed, 152 insertions(+), 66 deletions(-) rename include/configs/{suen3.h => km_kirkwood.h} (77%) create mode 100644 include/configs/portl2.h delete mode 100644 include/configs/suen8.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot