[U-Boot] [PATCH v2 0/5] updates for km ARM boards and board support for portl2

Holger Brunck holger.brunck at keymile.com
Wed Jun 8 13:42:42 CEST 2011


This is the second version of the patch serie with some reorganisation after some
comments of Prafulla Wadaskar the patch "arm/km: enable PCIE_INIT for Port-L2" was
split up into the "arm/km: replace suenx targets with km_kirkwood" and into the
board support patch for portl2. This board support patch is now patch 5/5.

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                |    5 +--
 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(+), 67 deletions(-)
 rename include/configs/{suen3.h => km_kirkwood.h} (77%)
 create mode 100644 include/configs/portl2.h
 delete mode 100644 include/configs/suen8.h



More information about the U-Boot mailing list