public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 4/5] arm/km: replace suenx targets with km_kirkwood
@ 2011-06-11  4:50 Prafulla Wadaskar
  2011-06-12 12:09 ` Longchamp, Valentin
  0 siblings, 1 reply; 9+ messages in thread
From: Prafulla Wadaskar @ 2011-06-11  4:50 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: Saturday, June 11, 2011 9:53 AM
> To: 'Holger Brunck'; u-boot at lists.denx.de
> Cc: Valentin Longchamp; Heiko Schocher
> Subject: RE: [PATCH v2 4/5] arm/km: replace suenx targets with
> km_kirkwood
> 
> 
> 
> > -----Original Message-----
> > From: Holger Brunck [mailto:holger.brunck at keymile.com]
> > Sent: Wednesday, June 08, 2011 5:13 PM
> > To: u-boot at lists.denx.de
> > Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar; Heiko
> Schocher
> > Subject: [PATCH v2 4/5] arm/km: replace suenx targets with km_kirkwood
> >
> > suen3 and suen8 were in first HW version quite different, but
> > now they are from a u-boot point of view similar. So these
> > two boards can use the same header file. Other keymile boards
> > differ only in the usage of the PCI interface. Therefore
> > a target km_kirkwood_pci was introduced. All targets use
> > the same header file.
> >
> > Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
> > Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
> > cc: Prafulla Wadaskar <prafulla@marvell.com>
> > cc: Heiko Schocher <hs@denx.de>
> > ---
> > Changes for v2:
> >     - squashed together with 5/6 from previous serie, because
> >       the pci defines belongs logically to this patch
> >     - change typo in board maintainers name
> >
> >  MAINTAINERS                                |    6 ++-
> >  MAKEALL                                    |    2 +-
> >  boards.cfg                                 |    4 +-
> >  include/configs/km/km_arm.h                |    1 -
> >  include/configs/{suen3.h => km_kirkwood.h} |   18 +++++++---
> >  include/configs/mgcoge3un.h                |    5 +++
> >  include/configs/suen8.h                    |   50 -------------------
> --
> > -------
> 
> Applied to u-boot-marvell.git next branch
> Regards..
> Prafulla . .

Hi Holger, Valentin

During this pull check I observed that u-boot.kwb image generation gives build errors for all Kirkwood based keymile boards.

Please kindly check on this and provide a fix.

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [PATCH v2 0/5] updates for km ARM boards and board support for portl2
@ 2011-06-08 11:42 Holger Brunck
  2011-06-08 11:42 ` [U-Boot] [PATCH v2 4/5] arm/km: replace suenx targets with km_kirkwood Holger Brunck
  0 siblings, 1 reply; 9+ messages in thread
From: Holger Brunck @ 2011-06-08 11:42 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2011-06-14  6:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11  4:50 [U-Boot] [PATCH v2 4/5] arm/km: replace suenx targets with km_kirkwood Prafulla Wadaskar
2011-06-12 12:09 ` Longchamp, Valentin
2011-06-12 12:40   ` Simon Guinot
2011-06-12 16:11   ` Prafulla Wadaskar
2011-06-12 18:31   ` Holger Brunck
2011-06-13  8:58     ` Prafulla Wadaskar
2011-06-14  6:29       ` Holger Brunck
  -- strict thread matches above, loose matches on Subject: below --
2011-06-08 11:42 [U-Boot] [PATCH v2 0/5] updates for km ARM boards and board support for portl2 Holger Brunck
2011-06-08 11:42 ` [U-Boot] [PATCH v2 4/5] arm/km: replace suenx targets with km_kirkwood Holger Brunck
2011-06-11  4:22   ` Prafulla Wadaskar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox