All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] updates for keymile ARM boards
@ 2011-06-07 10:45 Holger Brunck
  2011-06-07 10:45 ` [U-Boot] [PATCH 1/6] arm/km: remove unneeded define Holger Brunck
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Holger Brunck @ 2011-06-07 10:45 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-06-08 10:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 10:45 [U-Boot] [PATCH 0/6] updates for keymile ARM boards Holger Brunck
2011-06-07 10:45 ` [U-Boot] [PATCH 1/6] arm/km: remove unneeded define Holger Brunck
2011-06-07 10:45 ` [U-Boot] [PATCH 2/6] arm/km: add support for portl2 board Holger Brunck
2011-06-08  8:35   ` Prafulla Wadaskar
2011-06-08  9:06     ` Holger Brunck
2011-06-08  9:13       ` Prafulla Wadaskar
2011-06-08 10:36         ` Holger Brunck
2011-06-08 10:50           ` Prafulla Wadaskar
2011-06-07 10:45 ` [U-Boot] [PATCH 3/6] arm/km: ethernet support for Port-L2 and mgcoge3un Holger Brunck
2011-06-07 10:45 ` [U-Boot] [PATCH 4/6] arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS Holger Brunck
2011-06-07 10:45 ` [U-Boot] [PATCH 5/6] arm/km: enable PCIE_INIT for Port-L2 Holger Brunck
2011-06-07 10:45 ` [U-Boot] [PATCH 6/6] arm/km: replace suenx targets with km_kirkwood Holger Brunck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.