[U-Boot] [PATCH v3 rebase 0/8] keymile arm boards update, part 2
Valentin Longchamp
valentin.longchamp at keymile.com
Tue May 31 14:12:44 CEST 2011
This series is the second effort of merging the Keymile boards support
back into mainline.
This series is a subset of the first patch series:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large series was split up to three independent series, which
are easier to review and apply for the custodians.
This series adds the km_arm specific parts of the series. All its changes
concern our marvell based boards and that's why it should go through the
u-boot-marvell git tree.
Changes for v3: taken Prafulla's comments into account
Changes for v3 rebase: rebased on current u-boot-arm
Holger Brunck (2):
arm/km: add second serial interface for kirkwood
arm/km: update mgcoge3un board support
Valentin Longchamp (6):
arm/km: remove CONFIG_SYS_KWD_CONFIG from keymile-common.h
arm/km: move CONFIG_EXTRA_ENV_SETTINGS from board to km_arm file
arm/km: introduce bootcount env variable and clean km_arm
arm/km: disable ls (through jffs2 support)
arm/km: rename mgcoge2un to mgcoge3un
mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUE
MAINTAINERS | 6 +-
board/keymile/km_arm/km_arm.c | 108 +++++++++++----
board/keymile/km_arm/kwbimage-memphis.cfg | 197 ++++++++++++++++++++++++++
boards.cfg | 2 +-
drivers/net/mvgbe.h | 2 +
include/configs/km/keymile-common.h | 9 --
include/configs/km/km_arm.h | 25 ++++
include/configs/{mgcoge2un.h => mgcoge3un.h} | 49 ++++---
include/configs/suen3.h | 15 --
include/configs/suen8.h | 15 --
10 files changed, 340 insertions(+), 88 deletions(-)
create mode 100644 board/keymile/km_arm/kwbimage-memphis.cfg
rename include/configs/{mgcoge2un.h => mgcoge3un.h} (56%)
More information about the U-Boot
mailing list