[U-Boot] [PATCH 0/6] updates for keymile ARM boards
Holger Brunck
holger.brunck at keymile.com
Tue Jun 7 12:45:38 CEST 2011
Beside some small cleanup a new target portl2 is introduced.
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 an 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 (4):
arm/km: add support for portl2 board
arm/km: ethernet support for Port-L2 and mgcoge3un
arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS
arm/km: enable PCIE_INIT for Port-L2
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